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

Software Development Network >> .NET Development

.NET Development

New Question

Creating Images
The Undo operation encountered a context that is different...
Question about binding to an ArrayList
How to configure .NET 2.0 Framework in IIS
VS 2005 Application Deployment
xml document to navision via socket
filtering rows in a dataset
which symtol file should I download?
Named Pipes
Accessing folders in windows 2003 server.

Top Answerers

Jeremy Lew
Salah_SQL
A911Pro
Dev_Moud
Alexander Kachalkov
Leviathan
kmbarz
Rajesh Giri
jibreel
Vitali Lesheniuk
The SGML/
Only Title

Answer Questions

  • Debbie112 'CertificatePolicy' Vs 'ServerCertificateValidationCallback'

    Warning issued on VS 2005: 'System.Net.ServicePointManager.CertificatePolicy' is obsolete: 'CertificatePolicy' is obsoleted for this type, please use ServerCertificateValidationCallback instead. Is this change Security related or has been done to do thing differently Any pointers will be helpful. Thanks shapij, I'm wading through the warnings as I'm porting a VS2003 solution to VS2005, and your post was a bi ...Show All

  • GeniusLife dataset.writexml - not putting the data in the dataroot

    Hello All, I am hoping someone can shed some light into a little blip I noticed. I am reading data into a dataset (defined at run time) from an xml file (with inline schema).  It reads in fine and I can add records - no problem. When the application closes - I write the dataset back out to the same file from which I read the data.  I know for a fact that the original xml file had the data in the dataroot - but after my ap ...Show All

  • reineckere Copy table from MS Access 2000 Database to MS Access 1997 Database2 using C# and ADO.NET

    MS Access 2000 Database MS Access 1997 Database Table 1 Copy Table 1 How Table 2 & Table 2 to How MS Access 1997 Database I have situation where I have to perform operation of copying table from MS Access 2000 Database to MS Access 1997 Database2 using C# and ADO.NET. Is there anyway to this operation fast a ...Show All

  • MuteThis Does WseWsdl3.exe support a parameter file?

    I was under the impression that the wsewsdl3.exe tool supports the same parameters/switches that wsdl.exe does. However, I can't seem to get WseWsdl3.exe to use a parameter file. Is there some way to use a parameter file with WseWsdl3.exe Thanks, Erick Yes, the /sharetypes is not a value switch, try this: wsewsdl3.exe /type:webclient http://[service1].asmx http://[service2].asmx /sharetypes Thanks, ...Show All

  • Luu Minh Khoa VS 2005 Development Web Server Problem - Broken image links

    I'm having trouble with Visual Studio 2005's development server. I used to develop my websites using .NET 2003 and IIS all on one workstation. I've now migrated to VS 2005 (without uninstalling 2003). My problem is this: When I try to debug usinv the development webserver that came with VS 2005, it debugs fine, however certain files don't get served when they are in subfolders. For example: If my webroot is / then the web ser ...Show All

  • dalex advpack.dll error, different than the other topic.

    When I attempt to install .NET Framework 2.0 x64, it comes up with this error: "Error creating process <C:\DOCUME~1\Steven\LOCALS~1\Temp\IXP000.TMP\Install.exe>. Reason: C:\WINDOWS\system32\advpack.dll" Anyone know what this is and what I can do to remedy it EDIT: Also, I've tried extracting it manually by invoking /C. Then it says the install is invalid. Ken Tucker I could Kiss you ;-) ...Show All

  • antonella cavalleri setting network interface properties

    Hi, How can i set the network information like IP address, DNS, netmask on the ethernet adpapter In .NET 1.1  i use WMI. It there other way to  set this information using NET 2.0   in order to port it easy to NET CF 2.0 regards, http://forums.microsoft.com/msdn/ShowPost.aspx PostID=121045 Didn't I answer this question in the post above At this point there is no managed API to do this. We a ...Show All

  • Chris Powell How to send and receive xml data via HttpWebRequest/HttpWebResponse in windows forms applications.

    I am having hard time to post xml data to my web site (or to aspx page) which is running on IIS server. I am trying to post the xml string from windows form application. I am using “HttpWebRequest” class and reading the response using “HttpWebResponse”. My code works fine when I send plain text data, By setting request.ContentType=@"application/x-www-form-urlencoded ". When I try to send xml string I get 500-server intern ...Show All

  • Scott Hagie Drag&Drop from Treeview into Textbox

    Hallo everybody, I have a form with one Treeview an some Textboxes. Waht I need is, to drag a Treenode into one of these Textboxes. After that the text of the node shluld be in the textbox. Thats all I need but still dind't find any answers ... can someone here help me Thanks Hi, look here for treeviews with drag drop functionality: http://www.codeproject.com/cs/miscctrl/DragDropTreeview.asp http://www.code ...Show All

  • Sven Loadtester Server GC in VS 2005 Beta 2?

    I've recently been reading up on the garbage collector in .NET and discovered that there is a workstation version of the gc and a server version.  Earlier versions of Whidbey apparently allowed the server gc to be enabled via an app.config item that looked like this...   <runtime>       <gcServer enabled=“true"/>   </runtime> I tried this with no success, so I looked into the schema for ...Show All

  • Bozer how to read .dbf file in Visual C#.Net?

    I got sample of reading excel. can work. but cannot find the sample of reading .dbf (Dbase IV) file. how to read .dbf Hi Oliver, Do you know if your DBFs are created with FoxPro If you search for my posts you'll find VB examples of working with FoxPro DBFs that you can easily adapt to C#. You can use the CREATE TABLE statement to create DBFs. Hi! I also have a .DBF file that I want to rea ...Show All

  • Program.Net Can i convert ascx page (presentation) to XML style sheet (presentation) through code.

    Hi, I have an aspx page.I would like the presentation of the page which has data with some images to be saved as XSLT with same presentation as of aspx page. My aim is to save the content of aspx page with its GUI on local machine using XML. I surfed web but to no avail.I have to accomplish this task throug code only.Can this be done. Regards, Ashwin Hey Ashwin - I'd love to give you the source for the projects with which I ...Show All

  • wha When doing "INSERT INTO..." how do I retrieve the ID? (Access)

    So basically I'm doing public Client CreateClient( string name )         {             OleDbCommand command = null ;                         try             {                 ...Show All

  • learn32.dll The connection could not be made because the target machine actively refused it.

    Hi. I've developed an application for transfering files between a client a server. There is a remotable object in server hosted in IIS which has a method named "UploadFile". Client portion is a Windows Application project which gets a reference to the remotable object and calls "UploadFile" to send a file to the server. File is sent by being broken into many chunks sent sequentialy. I've a class named "FileData" ...Show All

  • zowie Creating CLR Assembly

    I recently stumbled accross IronPython and was very intrigued by how the CLR could understand Python code (and could even use full debuging capabilities with it).  I am interested in learning how to do something similar for another language.  I believe what I am looking to do is manually create a CLR assembly from code that I am parsing My actual problem is I'm just not familiar with the terminology involved with this work, so my sear ...Show All

353637383940414243444546474849505152

©2008 Software Development Network

powered by phorum