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

Software Development Network >> .NET Development

.NET Development

New Question

http upload
Using ActiveDirectoryMembershipProvider to authenticate against ADAM
How to install SQL Server Express as a ClickOnce prerequisite?
String encoding
Disable copy paste to secure application
Is assignment to ServicePoint.ConnectionLimit thread-safe?
Getting IP address from tcpclient
dataBase is not been updated-->please urgent...
System.IO.SerialPort sample in V C++ Express
AppDomain.Unload memory leak problem.

Top Answerers

TheGreatOtakuKraken
JLSavage
Pioter
Larantz
MLamers
Trin
Fabiods
Guimauve
byter10
Zaph0d
ISKIV:
Only Title

Answer Questions

  • Randy_TS Sending out messages from a .net app to Pda's - advice

    hi all, im researching some methods to distribute jobs to a small army of people across Canada and was wondering if anyone had some tips to help me along. My main question is, how (and what software / hardware) would i need to equip every person with a PDA and be able to send out messages (via Email i suppose) to the PDA's with scheduled jobs the people have to go on. A couple of things though: 1. I want the message to be delivered t ...Show All

  • Alias ftp 502 error

    I have an ftpclient that was written in .net 2.0 and it works fine for one ftp site, but not for another. I get 502 command not implemented when I try to login and download a file. I am afraid that this might be an issue with the ftp server, but I am able to ftp successfully using good old command line ftp inside a dos window. Are there any settings on the ftpwebrequest or ftpwebresponse that I could try changing to see if I can get this to work ...Show All

  • *Rick* SAP Connector 2.0 in VS2005

    Hi, I have created some programs that get data from SAP R/3 4.0 on VS2003 using net connector 1.1. Recently i upgrade to net connector 2.0.It's still work on VS2003.Lately We upgrade to VS2005. The net connector is not compatible with VS2005(that's what i read). So i browsed the internet looking for some solution for this is and found some solution that still can be used in VS2005 : 1) Create with VB6 and the SAP BAPI Components (Active ...Show All

  • Branimir Giurov Insertion of node to XML doc

    hi.. I already have a XML document ..in which , time to time with the occurance of some event i want to insert a node..Can anyone suggest how to do that. Thanks You have a lot of options using the XmlDocument class, here is one of the things you can do: // Open the XML file you want to edit. XmlDocument xd = new XmlDocument (); xd.Load( @"c:\My xml file.xml" ); // S ...Show All

  • Jstroup Appendchild not to root

    Hi, I'm new to using XML and I'm wondering how to add nodes to a place that isn't the root. This is a sample of my XML file: < xml version="1.0" encoding="utf-8" > <users>  <user id="1">    <login>fred</login>    <pin>1234</pin>    <balance>10000.05</balance>    <name>Fred Blogs</name>    <transactions>   & ...Show All

  • jimson remoting?..networking? am lost

    hi all, after spending some great deal of time on the internet searching...i surrender. i am an ASP.NET developer who has moved recently to work on WinForms application. i have to create this application which is composed of client/server sides. client and server share some datatables between. which need to be synchronized from time to time. and since am illitrate in anything of networking and remoting !! i ask help....where should i start. ...Show All

  • Michele Tenuti GZipStream decompress issue with MemoryStream.

    I apologize in advance for such a newbie question, but I'm having difficulty decompressing information using the GZipStream classes. Seems to be able to compress with no problem; I get objects that contain valid data, and the below code compresses 404 bytes of data into 126. Admirable. However, when I try to decompress a MemoryStream, I get a byte array filled with zeros. I have no doubt that I'm missing something obvious, but after a cou ...Show All

  • CitizenPips Framework 1.1 Oracle .NET Data Provider -> CommandTimeout?

    Hello, does anyone know if there is a possibility to set a command timout for the Oracle .NET Data Provider like for the SQL-Server with SqlCommand.CommandTimeout Thanks in advice! Best regards, Kris Thank you Dion. I still cannot migrate, but will keep that in mind for future. Best regards, Kristijan The only other option I know of for .NET 1.1 is OPD ...Show All

  • Irving S. Reflection

    Im defining dynamic type on runtime using .Net reflection Here the snipet of code. FieldAttributes attrib = FieldAttributes.Private; FieldBuilder oFieldBuilder = this .Builder.DefineField(strFieldName,oFieldType,attrib); The problem is that when i call the object.GetType().GetFields i can't retrieve any field with the public FieldInfo [] GetFields( BindingFlags bindingAttr ); even if i specify BindingFlags.Non ...Show All

  • James Donnelly Making databases in code

    does anyone know how to make a database completely out of code Visual Basic has a COM object named ADOX.Catalog which could do this. what im looking for is a .NET namespace to implement this into my C# application. to tell everyone the truth, all i really want is to make a database on the harddrive through .NET . i dont need to host it anywhere because i dont use SQL Server, MySQL, or any other SQL software. as for the wrapper, i'll try t ...Show All

  • RobbWil SMTPClient Problems

    Just converted my vs.net 2003 project to 2005. Changed to system.net.mail. I get the following error when i get to the send command - {"Command not implemented. The server response was: Command not Supported"} Here's the code. Dim ErrMail As New MailMessage( New MailAddress(cVariables.UserEmail), New MailAddress(MailTo)) With ErrMail .Subject = subject .Body = Message End With Dim MailClient As New SmtpCl ...Show All

  • rreiffer Data Encryption

    Hello all;   I want to encrypt a string for example a password and then save it into database(SQL Server). And also when I retrieve encrypted data from database, I should be able to decrypt it. Is there any way can I do that   Simple code snippet would be truly appreciated. Thanks for your time spending. Yes you can do that several ways: 1.  ms-help://MS.VSCC.2003/MS.MSDNQTR.200 ...Show All

  • Michel Paulissen Problem with transactions

    Hi, I am using VB.NET with ADO.NET. I am having a problem with transactions :    I can't read from a table that i am updating in a transaction.  I have tried to change the IsolationLevel, but it is always the same. To make it more clear : While user1 is updating a table (within a transaction), user2 is unable data from that table (not the old or new data). What am i doing wrong Txs in advance Timpie ...Show All

  • Youtham Framework 1.1 and 2.0 co-existing

    Hi Is it possible for the .NET framework 1.1 and 2.0(beta 2) to exist and run on the same machine   Secondly, what about VS 2003 and 2005 co-existing I have VS 2003 installed on Windows XP, I would like to install VS 2005 (beta 2) on the same machine without destroying things. Any comments/advice will be appreciated. Regards Hi, No problems at all. That's my current setup now (VS2003 with VS2005, SQL200 ...Show All

  • Jeddah Newbie, Updating Records

    Hello, I'm quite new to .Net/C# in VS2005. Having years of experience in Delphi/Vcl environment blocks me here. I've created a grid that allows me to search in data, when selecting a record in that grid i'm updating another tableadapter to select the complete details of this record. In the search only the descriptions are selected. This works fine. The data is displayed with textboxes that have databinding. I've even (by test) attached a d ...Show All

464748495051525354555657585960616263

©2008 Software Development Network

powered by phorum