Software Development Network Logo
  • SQL Server
  • Visual Basic
  • Architecture
  • VS Team System
  • VS Express Editions
  • Windows Forms
  • Windows Vista
  • Visual C#
  • Microsoft ISV
  • Windows Live
  • Visual FoxPro
  • Smart Device
  • Visual Studio
  • .NET Development
  • Game Technologies

Software Development Network >> .NET Development

.NET Development

New Question

Transaction in .NET Framework 2
XPATH CONTAINS
WebBrowser (VS2.0) on UserControl
Aboout the XmlNameSpace.
problem in using DropDownList Control
Displaying a lablel for a specific period of time
.Net 2.0 Installation Problem
Best way to calculate values from an in-memory DataTable (DataSet)?
How can I gen connection string in config file from server?
Caption Property

Top Answerers

Jens Uffhaus
Tomas R
I_am_JJ
Anando_Paul_edc3ee
soerenD
Fire Fox gug
cn_sean
ivycress
corndish
MigiTheGuru
VBasic Bilgisi
Only Title

Answer Questions

  • Asad Iqbal Editor flags valid XSD as error?

    The VS2005 editor complains about the following fragment of XSD: < xs:complexType >   < xs:all minOccurs = " 1 " maxOccurs = " unbounded " >     < xs:element name = " Class " type = " g:ClassType " minOccurs = " 1 " maxOccurs = " 1 " />     < xs:element name = " enumType " type = " g:enumType " minOccurs = " 0 " maxOccurs = " 1 " />   </ xs:all > </ xs ...Show All

  • PhilMan99 Need help in saving my Console program..

    I made a Console Program .. But I dont know how to save it... I mean .. How can I save it , and that other people can use it too Thanks, Dor Dadush If you select the Project | Properties and the select the Publish tab. VS2005 will create a published project which will do an automatic installation project which you can distribute. The user clicks on the installation file and if the Framework ...Show All

  • PJHead Need code sample how to transport the call to a different AppDomain.

    At the http://msdn2.microsoft.com/en-US/library/system.runtime.remoting.messaging.imessagesink.aspx url I can read " and yet another could transport the call to a different AppDomain , process, or computer" - is there exist code sample how to transport the remoting call to a different AppDomain Thanks. ...Show All

  • khalod_is late bound resolution warning

    late bound resolution warning               Dim i As Integer             For i = 0 To lstAuthors.SelectedIndices.Count - 1                 iT = CInt(Me.lstAuthors.SelectedValue(i))              ...Show All

  • tkh ASP.NET 2.0 Advocacy

    I am looking for some resources and/or compelling arguments I may use to help "sell" ASP.NET 2.0 over PHP 5 internally. We have a PHP based user-facing control panel application, written in PHP 4.3. Given the rich interaction model we are designing, I simply don’t think PHP 4.3 or even 5.0 is up to the challenge. Unfortunately, I work in a Microsoft-hostile environment, and I’ll need strong ammunition to prove myself right, especially if I’m goi ...Show All

  • Sean_Graham obtaining identity from sql server after insert using DA - constraint error

    I am using a DA with individual select, i,u and delete sps. The update sp first updates the fields UPDATE Customer  SET [Company] = @Company,........ then returns the whole row to ensure that calculated columns are refreshed at the client. I used to have a simple select for this and it worked fine : SELECT [Customer].[Company],..............  FROM Customer  WHERE PK = @PK but for ease of applying future changes, I wanted ...Show All

  • Scott Phibbs - MSFT Connecting to Sybase ASE 12.5.3 through ADO.NET 2.0

    What is the recommended way to connect to Sybase ASE 12.5.3 database on Unix using ADO.NET 2.0 What database provider should be used in terms of performance and framework support Any help would be highly appreciated. Thanks in advance Saswata I went out to the Sybase site and didn't find any .NET drivers, but perhaps I didn't know where to look. I still think that's your best bet. Ask their product suppo ...Show All

  • PBR how to build X64-bit lib

    hi all I want to porting my app from 32 to 64-bit,I am use vs6 and platform sdk 2003 sp1,and I think all the setting is ok there, how can I build the lib used for x-64, I can not find the "link" tab to add "/machine:AMD64",any one can help me thanks a lot!!!   NNTP User (Jochen) wrote: VC6 ist not supported with PSDK 2003SP1! That's certainly what Microsoft have said, but it is a bit misleading n ...Show All

  • Chris Attard retrieve data in .net client from java web service

    I have created a client in .NET which is calling Java Web Service. I call the web service with: Serv.Service myService = new Serv.Service(); myService.Url = "http://localhost:8080/saaj/response"; XmlNode doc = myService.getNotebook(idNoteb); int num_childNodes = int.Parse(doc.ChildNodes.Count.ToString()); in Java is request recieved and send it back. I return here SoapMessege , In .NET i don't know how ...Show All

  • madduri Tcp buffer

    Hi, Client applications for my application are sending about 1500 short messages/second via Tcp sockets (local sockets, I mean on local host). Besides, my application is running on more than 60 PC, routing commands also via Tcp sockets. I fight againt my colleagues (programmers of these client applications) asking for using ACK but they did'nt want. So, I rely on the Tcp buffer and read (and handle commands) as fast as I can this Tcp stream. Wh ...Show All

  • Patrick_F Improved Error Reporting with .NET

    When exceptions are thrown, I want to create something like this: Exception message: Division by zero SomeClass.SomeMethodA    Parametr 'a' = 7    Parametr 'b' = "somestring"    Local 'i' = 556 SomeClass.SomeMethodB    Parametr 'p1' = 45.6    Parametr 'p2' = 0.6    Local 'temp' = 0 etc.. Hello, Can you clarify what you are try ...Show All

  • sultan000 How to create XMLDocument using code that has multiple namespaces

    Hi, I need to generate an XML doc which looks something like this: <Report xmlns=" http://ReportSchema " xmlns:rd=" http://DesignerSchema "> <Width>8in</Width> <rd:DefaultName>report1</rd:DefaultName> </Report> When I call CreateNode for the 'Report' node, I pass in the ReportSchema for the URI, but I am not sure what I can do to get the second namespace in there as well. ...Show All

  • BrandonD Unhandled exception when setting Data Source in DataGridView

    We have a larger large solution consisting of several projects (thinking about splitting it...) and every time we visually try to set the Data Source of an DataGridView, ComboBox og ListBox control (by using the dropdown in the Tag property or the little arrow in design mode) we get a Unhandled Exception. The error says: Object reference not set to an instance of an object. Probably there is an error in one of the datasets in the ...Show All

  • WilliamDGJones Framework 2.0 and 1.1

    Should the system have both versions of Framework (ie. 1.1 /2.0) or its safe to remove the old one (1.1)  I know that both versions can co-exist but , why to have both, compatibilty issues Thank you Kedar, the dependency is a very bad thing, i would like to hear reply from MS about 1.1 future , in win2003 its by default , and there no merging 1.1->2.0 . Brad - g ...Show All

  • Evan2 where is the stocks.xls example file?

    i am trying to pull stock quotes via a web service into excel. i'm sort of new to VB and wanted to take a look at or strip down the sample that is mentioned on MSDN (stocks.xls), but i can't find it in any sample folders after installing the Web Service References Tool for Office 2003. does anyone have this file or know where to find it any advice welcome thanks, Leon. i did find that before. that's where i first saw the reference to a sto ...Show All

789101112131415161718192021222324

©2008 Software Development Network

powered by phorum