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

Software Development Network >> .NET Development

.NET Development

New Question

publish feature stopped working
Beginning .Net Framework Beta 2.0
xsl in dotNet 2005
'\0' in xml string
Deal with datas slowly
Events and Delegates in a multithreading environment
SMTPClinet - mailMessage.DeliveryNotificationOptions only works once per session?
objects not removing
Network Development Kit
Using java collections in .net

Top Answerers

emailAtul
ruben_ruvalcaba_camba
dan_muller
ceedee
Wayne_Peterson
Jay_
Anil_J
paranoid
Mark Larsen
eddy1421
Telegraph - Catherine Breillat
Only Title

Answer Questions

  • bsteve help !!!! my database returs always old value's

    hello , my name is jonathan maes , i am a student , for a work i make a invetary program in C# express edition , i work with - Acces database - databindings now what's my problem , well when i delete a record from my database en i restart my program , and i visualise the values he shows the value what i trough away , can somebody help me my excusses for my bad english you can mail me to maes.jonathan@gmail.c ...Show All

  • Ilya Haykinson bug in Int32.Parse

    In Visual Studio 2005, the following throws a FormatException and it definitely shouldn't.  The same code works fine in Visual Studio 2003. This is the version that I am seeing the problem, running on XP:     Microsoft Visual Studio 2005     Version 8.0.50727.42  (RTM.050727-4200)     Microsoft .NET Framework     Version 2.0.50727     Installed Edition: Profes ...Show All

  • ETor set Content-Type-Encoding in System.Net.Mail,MailMessage

    How can I set the Content-Type-Encoding  in a System.Net.Mail.MailMessage On reading your post one more time I realized that there are really two things involved. 1) The SMTP Server receving the message 2) The POP3 server sending you the message. Just because you set the endoding while sending does not mean that the POP3 server is going to honor that. The POP3 server might decide to change the transfer encoding to fit its al ...Show All

  • sumari about "general network error, check your network documentation" error's question

    I hvae use vb.net connect sql server, follow is my connectionstring: "Network Library=DBMSSOCN;Data Source=***.***.***.***,****;Connect Timeout=180;Initial Catalog=warehouse;User ID=sa;Password=******" source code: sqlcon.open dim myadp as new sqlclient.sqldataadapter("select * from table1",sqlcon) myadp.selectcommand.commandtype= text myadp.selectcommand.commandtimeout= 180 dim mytable as datatable myadp.fill(mytabl ...Show All

  • Lina79 Timeout in WinHttp object

    I am using WinHttp object to send and receive information (getting a document in terms of bytes and opening on the browser by converting it into PDF). I am not setting any timeout explicitly in my C# program. I am using synchronous connection to do this process. Sometimes, our clients are coming across 'timeout' error while downloading the document. Does anyone have any idea what could be wrong What is the default connection timeout 60 seconds ...Show All

  • Jack Hoxley Concurrency Violation when updating related tables

    Specs: -------------- P3 550MHz WinXP Pro .NET 1.1 -------------- Hi there! I'm working on this application using VB.NET and Access 2002. I'm trying to avoid reading the entire database into a DataSet, so I'm using a DataReader to get records I need (it seems fast enough for now). I want to use the DataSet only to add new records. The problem is updating the database because I have related tables. The primary key used in the DataSet will not ...Show All

  • George Kremenliev Problem with AutoNumber key column

    Hi, I'm using dataGridView in VS 2005 environment. And I observed that the AutoNumber key columns increments the number whenever I sort on the grid. Scenario to reproduce the problem is: -bind the grid with 'Employee' table.(EmployeeID column is Primary key and it's AutoNumber) -Sort on the gird. Observe: EmployeeID column displays different number at each time when we sort the grid. Any idea about this Any comment i ...Show All

  • LECONTE How to run exe on server, aspx

    Hey, I need to run an exe file on my server from an ASPX side i've tryid using Process .Start("nameofexe.exe") but that dosnt work the exe file is located in the same folder as the aspx file Regards Christian A Andersen Please post your question on http://forums.asp.net . They will be able to help you with your issue. ...Show All

  • DeliDaba Miltiply applications memory use

    Hello. I have a few vb.net windows applications that are running on screen. My problem is that when the exe file is only about 25k the memory it uses(+framework) is about 10mb-12mb for each of the applications. Can frame work be shared so even if I have few on screen apps , it will load the framework only once For now I have only 3 apps (that is about 30mb of memory use) and I need to do about 10 apps running .. Please help. I will ...Show All

  • Scott Lovell how to format xml string with an xsl stylesheet

    Hi, I have a string that is in an xml format <items><num>5</num><text>sometext</text></items> I want to transform that string somewhow using my xsl document listed below and attach it to the body of an email. I was trying to use the code below but the xmldocument load does not take a string. How can i go about accomplishing this. XmlDocument docXml = new XmlDocument(); docXml.Load(sb.ToString()); X ...Show All

  • yuvald Can't connect to SQL Server 2000

    When I try to connect to a SQL Server 2000 database running locally, I get the error message: "Unable to connect to database. It is only possible to connect to SQL Server Desktop Edition databases with this version of Visual Studio." What in the world does this mean I have a Developer Version of SQL 2000 running and a Developer Version of VB.NET. The Server Explorer in Visual Basic.Net won't ...Show All

  • Jacques van t Ende 'System.OutOfMemoryException'

    I am getting the following error when I tried to build one of projects. I wonder how to fix this error. Error 16 The "GenerateResource" task failed unexpectedly. System.OutOfMemoryException System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at Microsoft.Build.Tasks.ProcessResourceFiles.Run(TaskLoggingHelper log, ITaskItem[] assemblyFilesList, ArrayList inputs, ArrayList outputs, Boolean ...Show All

  • puso Deleting row Problem

    Hi, i am trying to delete a row using a simple sql command: DELETE FROM User WHERE userid = 'aaa' but i get the following errof: The data types text and varchar are incompatible in the equal to operator. in the sql server express i have specified the column 'userid' as 'text'. is my sql statement not correct please help. regards, rnv Ah, TEXT means that you want to store a document in the PK. This is probably not ...Show All

  • Rescue Explorer Compare Levels of Web Service Security

    Dear all, I'm making choice Platform/Transport Level (Point-to-Point) Security, Application Level Security, Message Level (End-to-End) Security. Which one is best  Microsoft document not gave evaluation, performance ... So I'm very difficultly choose which one is best. Everybody has experience about this solution. Please give me your ideas. Thank you very much. Steven It's a kind of long answer, but l ...Show All

  • DaveMPlano Create a Windows application on VS2005

    Hi, i have a problem and need a help, please.. When i create a windows application or other, except a blank application , i see an Error: "The number separator information specified in the NumberFormatInfo is ambiguous for parsing". Thank you MCREIS   My guess would be this has something to do with regional settings of the machine. try to set your regional settings to US english and try it again. ...Show All

323334353637383940414243444546474849

©2008 Software Development Network

powered by phorum