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

Software Development Network >> .NET Development

.NET Development

New Question

Remoting Events Sample
DataGridView Columns
error with parameter with stored procedure
Explain .ConnectionString Mechanism
Puzzling CAS Issue
Failed to access IIS metabase
VB.Net 2002 and SQL Server 2005
How can i turn "validator" off ?
Customize the "error report" send by a crashing application
KeyValuePair in July CTP has read-only Key/Value properties?

Top Answerers

deepakjg
Kaustubh194874
Nir Floripa
MVP_Seo Woo Seok
beregen
benlung
Litoplan
tconrad
JBeardon
fredzh
Universal Report
Only Title

Answer Questions

  • dotnetto Will AnyCPU cause binaries to run as 64-bit on x64 machine

    I used VS2005 professional to compile 18 .Net assemblies using the AnyCPU platform setting in configuration manager. I also have a startup executable that calls into one of the GAC libraries to start/run the program.  I compiled both the program and all assemblies on at 32 bit Windows 2000 OS using the "AnyCPU" platform setting On the 64-bit computer running XP-Professional(64)... All assemblies were successfully loaded a ...Show All

  • HakanA folder security in web application

    if you set autorization for a folder as <deny users="Somebody"/>, the user Somebody may access to the folder if he stay anonymous.the login process is not started if you try to access to this folder is it true and normal Yes, that is the expected behaviour. If you wish to deny access to anonymous users, you'll need to specify that by adding a <deny users=" " /> element. See http://msdn2.microsoft.com/en-US/ ...Show All

  • GypsyJazzMan Storing UserID and Password

    hi, i have a security problem. I have to store userID and password of the database server in program code.   With using Ildasm :   IL_0024:  ldstr      "ResAdmin" -- OMG   IL_0029:  callvirt   instance void [System.Data]System.Data.SqlClient.SqlConnectionStringBuilder::set_UserID(string)   IL_002e:  ldloc.0   IL_002f:  ldstr     ...Show All

  • James Siwula Regarding Microsoft Speech SDK

    Hi I have an ASP.net application using Microsoft Speech SDK 5.1 which I have installed in my server. I am using the text to speech(TTS) feature in my web page. Now my question is does the client computer also need to install the speech sdk for running these web pages using the TTS. Could you please give me information regarding supported OS, hardware requirement, I.E or any software that needs to be present in the client m/c. Also ...Show All

  • Clumsi Pretty XML? should be easy can't find how!

    OK, so I have a System.Xml.XmlDocument. How do I output pretty xml Shurely this is easy, but I just can't how. Alternatively, can you get just the text of a node i.e. all the text from "<" to ">", and I can do the rest myself ta I've read in the OuterXML of a XML node into a XmlWriter, using a MemoryStream, and I think it might be formatted pretty, according to the WriteSettings. H ...Show All

  • kcon 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 Never mind.... I think you are referring to app config file! Thanks No. VS2003 can only create ...Show All

  • Noxerus Calling the GC.Collect method

    I have a code like this : public void SetFrmLoginNull() { frmLogin = null ; GC.Collect(); } This method is in FrmMain. But when i run a code analyzer from some tools i have, it's said that i shouldn't explicitly call GC.Collect(); b'cos it had side effect. I just need some comment from you all regarding this topic. Any Comment Salvador, Also for the rest of the thread, th ...Show All

  • Neha Roy UDPClient Slow Connection

    Hello, I was developing an UDP sender service (for an applicatoin in my company) and I used the UdpClient, which came to be really handy and useful. But when I tried to send UDP datagrams to an unknown IP, this means a fake low IP (for example 10.198.0.105 whick was not present on my network) the UdpClient in fact sent the data but after a huge amount of time... 10 seconds or even more. First I used the Udpclient Send method passing the byte arr ...Show All

  • Tony Green Using XPath 'contains' function

    Hi! I'm having a problem using the 'cotains' XPath string-function and the problem is that it is case-sensitive. I thought of using the 'lower-case' XPath stringfunction in order to compare attribute values converted to lower case against a search pattern which is also converted to lower-case. The problem is that I don't know what I need to do in order to use the lower-case function from within my XPath query. An example: Instead of using t ...Show All

  • Lizet Custom Applicationexception question

    I have just created an exception class with a base class of system.applicationexception.  The question I have is what is the best way to use them. For example, say I had a class to read a csv file, the possible exceptions I could see occuring are 'invalid data','error opening file','Error reading from file'.  I am sure there are more but this will do for this example. Now would I have one exception class that can return all of the ...Show All

  • Sans103171 FtpWebRequest re-sending USER and PASS commands half way through download loop

    Well, the title says it all really: I'm using FtpWebRequest to download multiple files as follows: private string GetFile(Uri uri) { string un = Misc.ReadRegKey("ParserFtpUsername"); string pwd = Misc.ReadRegKey("ParserFtpPwd"); string file; NetworkCredential cred = new NetworkCredential(un, pwd); WebProxy pxy = new WebProxy(); pxy.UseDefaultCredentials = true; FtpWebRequest wr = (FtpWebRequest)We ...Show All

  • Joe_MCUSA What Iam doing wrong?

    OK. What Iam doing wrong here I have wrote this function, but it doesen't work :S. ReadHTMLFile() is a function that reads whole HTML file. GenerateMenuBar() is a function to generate menu bar for the HTML file. Then I do what I need to do (is in WriteHTMLFile() function) and when I write the file I get a page like some tags are missing (truncated :S). I compare the html files (the original one and the generated one) and Ive notice that at the ...Show All

  • Nick S ADO.Net-DataAdapter.DeleteCommand Can't Delete Row

    I recently develop a tool to add, edit, delete, filter, search, locate record on a Database Table. Also includes Relations, my tool uses sqldataadapter, dataset.etc.   My problem is when I try to perform a Delete of a record look my code :   Private Sub UpdateData()         Dim p As ParameterControlUpdate       Dim TableToUpdate As String = m_grdT ...Show All

  • JMartin The .vb Files now are required to be published with .NET 2.0 ???

    Hi, I'm new with .Net 2.0. I've been working with .Net 1.1 for a while with no problems. Now I'm trying to migrate some applications to .Net 2.0. When I publish to online my .Net 1.1 applications, I need to copy only *.ASPX files, not *.HTML, *. XML, *.VB files, and woks fine. Now with .Net 2.0, I need to copy *.VB files in addition to *.ASPX, otherwise I get an error: Parser Error Description: An error occurred during t ...Show All

  • Trangen16a Insert data into Access with ControlParameter

    Can anyone help me figure out what I am doing wrong I have checked the code over and over again and it is just like the example on MSDN2 but I still get an error. Everything works fine until it hits quotesDataSource.Insert The error message says: "Could not find control 'lblfirstname' in ControlParameter 'FirstName' I have triple checked and I do have a lable control with this ID and I can reference the text property with lblfirst ...Show All

2345678910111213141516171819

©2008 Software Development Network

powered by phorum