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

Software Development Network >> .NET Development

.NET Development

New Question

DAO Wrapper: Field is DBNull after Addnew and throws error
Plz Help in Coding
Help : "error: 40 - Could not open a connection to SQL Server"
Need help in accessing web control from within Javascript.
Extreme/Agile
How to Access NameObjectCollection Property of MBR Object using RemotingServices.Marhal ??? Any Thoughts?
Anybody can tell me what is wrong????
aspnet_wp.exe was recycled because memory consumption
signing file and store as p7m
filesystemwatcher and backgroundworker

Top Answerers

David Silverlight
MartinGleeson
Michael Bond
Sharmil
ammard
GHR
Jens Karlsson
Szász Bence
Hussain Noordin
dev2005
Celit
Only Title

Answer Questions

  • J. Ambrose Little ASAP--Problem w/ Integration w/Intel Fortran 9.0 and Visual C++.Net on EM64T

    This is probably not the right forum, but I didn't find one specific to this topic so here goes.... Is there an installer for Integration w /Visual C++.net 2003 Standard on WinXP 64-bit with EM64T processors Intel Visual Fortran 9.0.0.18 only has an installer for Integration on IA-32. Is there a specific order that I need to install all the software Visual C++, then PSDK, then Intel Fortran If you're s ...Show All

  • baka_deshi OnSerializing, what should I do?

    Hello everyone,    I am writting a Client-Server app, one of my classes is used to load a binary file on the client and send over to the server... pretty simple.    To minimize the memory usage on that class I want to use the [OnSerializing] attribute on one mthod of my class to load the binary just before it gets sent over to the server and use the [OnSeriliazed] attribute on another to free-up that binary data.    ...Show All

  • MorningStar XML and Datagrids

    Hi I'm trying to read an xml file and show results in Datagrid (the normal one in Windows Forms). The xml schema shows me that there are several tables (not related) and one table PSC5 which has 18 child table. I'm using ReadXml function throught a dataset created at the runtime. The data grid shows me tables only from PCS5 table and its child tables, but not the other one. My code is simple as: Dim ds as new dataset() ds.ReadXml(" ...Show All

  • billb59 How does Process.Start() redirection work?

      Hi All,      I've been working on creating a program that automates my program building and testing.  I am doing the code in C#, but there is a problem with the StreamReader.ReadLine() function where if it tries to read from a Process output pipe before the Process finishes writing to the pipe, it causes the thread reading from the pipe to block and the process then blocks too.  However, if the process i ...Show All

  • GeoffK Launch condition in setup project

    I'm using a setup project to do a setup for an application i wrote. This application is for notebooks (laptops), and will not run on desktops. I want to add a launch condition that will show an error message if tries to run it on desktop. Any ideas Thanks in advance, Hisham Thats exactly my question!! Thanks, Hisham How are you keeping the application from running on desktops How are you distinguishing between a Laptop and Desktop ...Show All

  • simosnipe How to send Null Date to a Web service method

    Hi, how can I send a null Date to a method of a web service which requires a Date type input ex..     <method xmlns="http://....">       <from> dateTime </from>       <to> dateTime </to>       <destinationCode> string </destinationCode>     </method> (from the method description..."to omit a pa ...Show All

  • cookieCutter How to receive all events of control to my class ?

    I want to get some method in my class object that receives all delegate calls of some control, or like OnCmdMsg() in MFC to have method that receives all controls call in a form, so I can find which control created message, and what is that message by some identifier. How to make it thanks you You can overload the WndProc of a .NET control, which means you'll see all messages. ...Show All

  • topgun2710 Auto incrementing the version #'s

    I have a .net application in 2.0 I'm trying to auto inc the FileVersion. In 2003 you could do AssemblyFileVersion("1.0.*.*") and VS would inc when you compiled. Doing this in 2005 generates a warning and no auto inc. Any ideas Hi, Please go through the following blog post for more information on this topic: http://weblogs.asp.net/bradleyb/archive/2005/12/02/432150.aspx Regards, Vikram ...Show All

  • dheinl run servers localy

    how can i run 2 servers localy in .net remoting i tried register two different ports in the server side but i got an exception. do i need to create 2 different projects , each one for a server thanks in advanced Hi, I find that a bit strange. The exception that you are receiving does not seem to be anything related to .NET Remoting but some kind of corruption in the JIT Debugger. Somehow that error seems to be ...Show All

  • whyvenky inner join usage

    is it good practice to use INNER JOIN many times in the same request. I use it in some requests more than 3 or 4 times. Am I in the right path Thanks for coaching In general, inner joins are fine. You need to make sure you have the proper indexes on the joined fields for performance reasons, but other than that they are a necessary evil when using a normalized database. I recommend views if you are just reporting on the data and ...Show All

  • Petru Moldovan Scope chaining, variable objects and ect. Gurus are wanted!!!

    How can I rule the scope chain from the script The problem is that I have a number of JScript source fragments like following. frag1 =========== var a = 10; var b = 20; var c; c = a + b; ========== frag2 =========== var a = 50; var b = 60; c = frag1.a + b; ========== The above fragments should be executed with frag1 and frag2 as variable objects. And frag2 is chained with frag1. I have no chance to modify those fragments. I've experimen ...Show All

  • Ambrish Mishra - MSFT vs2005 Professional and Web Applications

    I just installed VS2005 Pro from MSDN and it appears I can't create a web application.  It is not an option.  IIS is running on my web server (a Win 2003 box). Did I miss a step   Thanks Is there a "New Website..." entry under the File menu Now that was intuitive... I liked it better right on the create project options.  Thanks ...Show All

  • Sean Solt DataReader? Problem

    Hi I have a weird problem I have encountered with an application I am developing. I have looked on the forums but I cannot find anyone with a similar problem. My application simply takes data from one database does some conversions and inserts it into another database. I should probably note that both databases are in Oracle. Anyways I have a section of code (see code below) that runs, but when I check the DataReader it shows "HasRows&q ...Show All

  • sunit Memmory issue

    Hi buddies, I am facing serious issues on memmory release. Issue is after disposing the objects also the memory is not releasing. It may be my code issue. I am using IDisposable to dispose and using, [System.Runtime.InteropServices.DllImport("Kernel32")] private extern static Boolean CloseHandle( object ClientList) to release the objects to memory, but still the app is holdin the allocated memory. Please help&nbs ...Show All

  • jazg DataChanged

    Is there some simple way to know when the user has changed data I'm useing bound controls and would like to activate some sort of Save button that flags the user they need to save their data back to the database.  The form has many data databinding and tableadapters.  IE master->detail->detal->detail  (ya 4 sub levels of detail shown)  I can easily make a single save button to save date all the way down the tree bu ...Show All

707172737475767778798081828384858687

©2008 Software Development Network

powered by phorum