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

Software Development Network >> .NET Development

.NET Development

New Question

Still unable to compile vb asp.net code behind using command line
Loading .NET v1.1 assembly in VS2005
How to send mail from a Windows Application??
How do I pass parameter to a tableadapter
SaveControlState and LoadControlState events don't fire
How to use Serialport in VB?
XMLNodeList + Arraylist
hexadecimal strings don't work! #f1f1f1 #f1f1f1
The name 'Profile' does not exist in the current context
SafeWaitHandle property

Top Answerers

Dean Harding
Udhayakumar
packagedeliverer
evrenokcu
HK.Lee
GirishP
Tomislav Kralj
tsensenbach
mateenashraf
markovalex
Fertility News from Medical News Today
Only Title

Answer Questions

  • franz Undocumented exception *very* occasionally occurs in background thread in my ASP.NET app!

    Hi, I'm doing some background threading in an ASP.NET application, and just now experienced the background thread crashing with the following stack trace: System.Threading.ThreadStopException: Thread was being stopped.   at System.String.GetHashCode()   at System.Collections.Hashtable.GetHash(Object key)   at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)   at System.Collections.Hashtable.set_It ...Show All

  • andrew2101 Including an xml schema in to a dataset

    Hello Everyone, I'm trying to include an xml schema which has a complex type into a dataset. After doing this, when I run the "MSDataSetGenerator" tool to generate the code-behind Designer class for the dataset, it throws an error "The Custom tool MSDataSetGenerator Failed". Unable to convert input xml file content to a dataset". From what I understand, the dataset is unable to find the xml schema(and complex type underneath it) and could n ...Show All

  • sairaj282 Visual Studio 2003 and .Net 2.0

    I'm _sure_ I read somewhere that .Net 2.0 is incompatible with Visual Studio 2003, but I can no longer find any information on this on MSDN. Will bad things happen to my VS 2003 tools and environment if I install the .Net 2.0 SDK Is there an online compatibility table No. VS2003 can only create .NET 1.1 apps. However a .NET 1.1 app should run fine on .NET 2.0 if you configure .NET 2.0 as a supported r ...Show All

  • James Liddell how to get the return value from store procedue?

    Hi, Below is a sample SQL SP. How can i get the return value using SqlCommand/Sqlparameter. Thanks and have a nice... CREATE PROCEDURE udspCheckForMilestoneUpdates AS IF EXISTS ( SELECT * FROM storyData WHERE nameKey = 52 AND date_posted = CONVERT(varchar, DATEADD([year], 0, GETDATE()), 101) ) BEGIN RETURN 1 END ELSE BEGIN RETURN 0 END GO I suggest that yo ...Show All

  • AnnieM Remoting

    What is the Difference between .NET Remoting and Socket programmng. My Requirment is I want to create an Application where in Server Can track the deskto of clients. Something like Netmeeting. Means Admin on server machine can look at client desktop on Server itself. I am totally confused how should i Start. Which technology should i use. Remoting desktop is a solution. In Socket Programming, you ...Show All

  • Pavithra Windows Registries: C# :Need Help Urgent

    Hy, Can any body tell me how to remove or repair invalid registries in windows using C# , what is the logic behind all this (means scanning the registries, APIs and others). if any body knows please tell me i'll be very thankful. Bye I have to admit that I didn't get your question, but in case you want to work with the Windows Registry, check Microsoft.Win32 namesp ...Show All

  • Tom Meschter Understanding the role of form="unqualified"

    I roundly dislike the prefixing of attributes in XML files that won't go outside my application. (They are so thoroughly encrypted they won't do other much good:-)) And I much prefer to store info as attributes rathr than elements when I can get away with it. So I have discovered the value of setting form="unqualified" in the schema. The question is "where should I be doing this." If I get things exactly right I can hav ...Show All

  • ABOH Mutex and ManualResetEvent

    Hi all, What are the differences between ManualResetEvent class and Mutex class Thanks, Suresh. In your first reply of this thread...you told this.. "Also, you can specify named mutexes while you can't specified named events." Thanks, Suresh. Hi Heath, I tried the following code to request owning the Mutex object while creation. using System; using System. ...Show All

  • JR Lyon .net and sync toy

    I have .net version 2.0 When trying to run sync toy it says I need version 1.1.4322. When I try to download that it tells me that I already have 2.0 How can I get sync toy to load with .net 2.0 Thanks Hi, I had the same problem installed 1.14322 after 2.0 no problems with synchback Andretti Fan same problem with synctoy and .net So have anybody tried it unin ...Show All

  • Ramesh Anna Error Please HELP

    Hi everyone, I have a problem on VB.net I have been working for hours on a project but an Error has come up and I can't fix it!! the Error is " Unable to copy file "obj\Debug\Bubbles.exe" to "bin\Debug\Bubbles.exe". The process cannot access the file 'bin\Debug\Bubbles.exe' because it is being used by another process. " please help!! Simon Ps:Please make the answer easy to under ...Show All

  • Mec343 Parameters in a sql statement

    I am creating a simple sql statement that returns all from the table that is equal to Comp_UserID. The problem I am having is that I want to pass in the Comp_UserID as a variable. I am not sure of how sql parameters work, i have tryed searching the msdn network but I can see nothing for begineers so if anybody has any useful links that would be great. Below is the code I am using. //This is statement works correctly SqlDataSource ...Show All

  • 7cutlass1 consuming SSL web service!

    Hi everyone.. Im trying to consume a Web Service from winforms (no ASP) which has develop SSL security in VB .Net . Once I've loaded the WSDL file, I can see the available resources and add the as a web reference. But when I try to execute a method from the service, I get the error: "THE UNDERLYING CONNECTION WAS CLOSED. EUNABLE TO CONNECT TO REMOTE SERVER". Now, Im pretty sure it's got something to be with certificate. I have the u ...Show All

  • AlexeyP How to deliver message to client without client call with remoting?

    I am developping a message reminding system.I want to send message to the client through client IP address initiatively.But I don't know how to make it.Please tell me how! Jibotang, Make your client object implement MarshalByRef, then pass an object to the server as an argument to a call. You can have a hastable of client references and unique id on the server and when you want to send a message back to a pa ...Show All

  • Jorg Riedmiller Who's using .Net?

    I am just starting using VB.Net and loving it. But can anyone point to an example of an application created using .Net It seems as if Microsoft doesn't make many apps with it. I am trying to show coworkers some examples. Thanks, Chris I have seen a lot of dotnet applications ( with source too) on www.sourceforge.net . These include Project Management, Defect Management , some modules of ERP ,Shoping Car ...Show All

  • rblaco WebServices and Authentication

    Hi there, I’m developing a webservice for upload and download files, but due to security reasons I’ll have to authenticate the user to access directories/folders based on IIS FTP accounts. How can I perfome that For now, I’m thinking about using SOAP Headers to transmit the user/password and create/set the user credential in the WebService. Is there another way to do that Where could I get some examples Thanks in advanced, Otavio ...Show All

97989901234567891011121314

©2008 Software Development Network

powered by phorum