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

Software Development Network >> .NET Development

.NET Development

New Question

Can't use Word APIs
Using stored procedure return value with table adapter
How to get a list of domains from a forest using DirectoryServices?
How do I get Wss2003-kb915746-glb.exe?
error when connecting to SQL server using ASP.NET (VB) with windows authentication
To get foldername from a folderPath
Using FtpWebRequest to check if a directory exists.
Crystal Reports ??
Help getting started on serial comms
ASP.NET alternative to gallery.menalto.com ???

Top Answerers

theperfectbeat
Ed Ball
Peter Z
angus454
Arun-YEG
vb lord
Scott Herbert
mdev
Claudio Lassala
amzayle
InstantASP.NET
Only Title

Answer Questions

  • Feo sql datareader problem

    Hi I have a SQLDataReader set up. When I try to execute it I get an error See Below, I know there's nothing wrong with my connection so I must have done something else wrong can anyone help. Dim comd As SqlCommand = SqlConnection1.CreateCommand comd.CommandType = CommandType.Text comd.CommandText = "Select top 1 txtLeftAvgeMeanIMT,txtLeftAvgeMaxIMT,txtRightAvgeMeanIMT,txtRightAvgeMaxIMT from HACAROTIDSCAN WHERE datescandate ...Show All

  • Scott Kirk Using Bluetooth with VS 2005 beta 2

    I was watching the " Creating a Managed Bluetooth Application Using Microsoft Visual Studio 2005 " MSDN video, and there was an example of using new bluetooth classes for connecting to a PocketPC via bluetooth. I have the VS 2005 and i didn't fount these classes.  Classes like "ServerHandle" or "Core" and others dosn't exist. I want to use bluetooth to  make my laptop as a Headset for my phone. I need to register a bluetooth Head ...Show All

  • Glennpd NotifyAlert.exe-Common Language Runtime Debugging Services

    How can I get rid of this Window popping up NotifyAlert.exe Common Language Runtime Debugging Services               Application has generated an exception that could not be handled.               Process ID=0x7fc (2044), Thread Id=0xc38(3128)           ...Show All

  • senwang.microsoft Remoting in Citrix (Terminal Services) Environment

    Hi,   I have a winforms app that is going to be deployed across a Citrix server farm. The application GUI uses TCP remoting to contact a dedicated server running a windows services that provides access to the data etc.   I noticed that if two users are connected to the same Citrix server & both attempt to launch the application, the second user will fail with the 'Only one usage of each socket address (protocol/network address/por ...Show All

  • drey Problem with .net COM Application when i use 2 Frameworks[v1.1.4322, v2.0.50727]

    Recently i developer an application with microsoft .net[v2.0.50727]]to close the moviments of the bank. This application is working very well. The problem is when one machine(server) have 2 frameworks installed [ v1.1.4322, v2.0.50727]. This machine have .NET applications[v1.1.4322] registred in COM, when i installed the .net Framework [v2.0] there applications don't work correctly, i resource in the internet and my conclusion is when one machin ...Show All

  • Jani N Could not find file Microsoft.Windows.CommonLanguageRuntime....

    Error 3 Could not find file 'Microsoft.Windows.CommonLanguageRuntime, Version=2.0.50727.0'. MyProject why is this error showing up i cannot find any help on this issue anywhere, not even in MSDN. I'm getting this same error, though on a Web Application, when doing a build. VS 2005 SP1, .NET 2.0. Build had been successful earlier, then I added a couple files to the project and blammo. This is the ...Show All

  • TommyB83 About Encoding Problem in getting pop3 message(data)

    . i am a newbie please help me) When i get pop3 message like below: and how to display the message to Big5 format ., And why when i display the data like below from pop3 server on a label and a textbox both have different style ,in text box the message is very tidy,different type of data in different line) but in label all meaasge is combin together and no any alternate lines,and i cant split the message with text.split(vbcrlf) or text. ...Show All

  • Doug2005 Any way to see SQL prior to execute?

    Anyone know of a way to debug or view or print the SQL just before it executes by the tableadapter.   I have a simple update, works fine if I manually run it in Access.  But same data throws datatype mismatch exception during an insert using VCSE.   Thanks. JS Hi, You can place a break on your tableadapter.Update Statement. And add a Watch, using tableadapter.InsertCommand.CommandText to be able to see the ...Show All

  • Olivia Luo delegates and event (=? +=?)

    Hi, sorry but one more question. i saw an articles in http://weblogs.asp.net/rosherove/archive/2004/03/28/100444.aspx public class Class2 { public delegate void DomSomethingDelegate ( int num1 , int num2 ); public event DomSomethingDelegate MyDeleageteCallback ; }   Class1 c = new Class1 (); c . MyDeleageteCallback = new; Class1 . DomSomethingDelegate ( this . Calculate ); the author said: In essence, declaring ...Show All

  • Charger how to add a child node

    hi  iam new to xml.i am using .net with xml and c#.  i need to add a node below a node of paricular node for  example in the below xml file i need to add this node "<group>software</group>"  below the all title tags .how to do that in c#   how to do it srinivasan < xml version="1.0" encoding="ISO-8859-1" > <catalog>   <cd>     <title>Empire Burlesque</tit ...Show All

  • basara Integrating perl and .net

    (1)I wanted to know whether it is possible to integrate perl with .net(the specific reson for integrating perl is that perl makes file parsing and searching,regular expression pattern matching extremley easily with the minimum amount of code) (2)I would also like to know whether i can use the Test::Harness module provided by perl to test the functonality of .net applications or routines.If it is possible, can somebody provide me with some exampl ...Show All

  • Leebert how to use \r,\n in the xml

    hi , I am having problem when i am specifying \n,\r in the xml file. I am getting \\r,\\n value in the c# .how to specify to get exact value of \n,\r in the xml. pls anybody know for this solution pls reply me asap. thanks rajan I guess you are viewing the text fetched from xml while debugging. VS displays these chars in escaped mode i.e "\" is displayed as "\\" in watch wi ...Show All

  • Bill_Yeager Dataset WriteXML and XML dateTime

    Hello All, I have an issue when I write a dataset to an XML file.  I have a dateTime element and when it is written it writes out the full date and time including milliseconds.  I use the DateTime.Now to get the time value.  I want to write this without milliseconds.  Is this possible DateTime.Now when viewed as a string does not include the milliseconds but it does when it is written. Any ideas Regards, Darren. If yo ...Show All

  • Mujeeb_rahman Is a custom application authentication and SSL good security for a web service?

    I've read through the Pattern and Practices "Web Services Security" (Jan 2004) MSDN article. It mentions there are various built in methods for Application based security. These all seem to be related authenticating the caller of the web service. Such as custom SOAP headers or an intranet based Windows Authentication. My web service does this already using the Customer's ID, and an encrypted password (128 bit) as ...Show All

  • timkur DelegateSerializationHolder(): InvalidCastException

    $exception {Function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable function evaluation.} [System.InvalidCastException]: {Function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable function evaluation.} _className: null _data: {System.Collections.ListDictionaryInternal} _dynamicMethods: null _exceptionMethod: null _excep ...Show All

394041424344454647484950515253545556

©2008 Software Development Network

powered by phorum