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

Software Development Network >> .NET Development

.NET Development

New Question

ADO.Net-Insert, Update, and Deleting Records
Fix the problem that nuSOAP in PHP can not pass parameters to Webservices in ASP.NET
using readxmlschema to create dataset as datasource for datagridview
OleDbConnection Access 2003 Query Default Parameters?
Still unable to compile vb asp.net code behind using command line
404 Not Found in HTTPWebRequest.GetResponse and HTTPListenerExceptions???Someone help please
How to make a copy of a list?
Recursive relation -> Root-recursiviness-leaf relation?
How To Easily Change Connection To Access Database Created Using "Add New Data Source" And Draging Table To Form
java.awt.EventQueue in .NET

Top Answerers

Brian.Webb
Luca Serano
johnny83
captainahab
Jon Rauschenberger
Mustang
travelerkgd
twostars
ucci
David Reeves
Roby's Programming Tutorial
Only Title

Answer Questions

  • Paul Hood HTTP status 407: Proxy Authentication Required +ISA Server

    Hi, We're getting the follow exception thrown when calling our web service: System.Net.WebException: The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied.  ). I've found this article, but the problem is we don't want to edit machine.config as a pre-req.  http://support.microsoft.com/ id=307220 So does anyone know ...Show All

  • cfoks Failed to access IIS metabase

    Hi, I have a problem referencing a Webservices from my windows application in the same machine. I have created a Webservices in VS2005, and trying to reference that in my windows application with in the same solution. When i try to add web reference, if i go thru the "webservices with in the solution" option then the reference gets added and i dont get to any other problems using the webservices. But, if i try to reference ...Show All

  • J Smith passing data from a thread to a control

    Hello! I have a problem concerning data flow between a thread and a windows control e.g a TextBox which was created in a different thread. I've implemented a class which has a method responsible for executing some operations in a seperate thread. In this method I would like to print out some information int the TextBox, but unfortunatelly I get the run-time error that goes like this: An unhandled exception of type 'System.InvalidOperati ...Show All

  • DavidHull IIS And Impersonation - accessing file shares?

    hi all, i have two servers, one web server (called WS01) and a file server (FS01). I have a new drive on FS01 and i want to store my uploads to it. The problem is that the two servers are separated, they are located in the same place, and can see each other via private ip addresses but are not on a windows network together, so they dont share user accounts. I was testing the sites on our servers and discovered that i can't get into the ...Show All

  • Joshker Thread.BeginThreadAffinity required before WaitHandle calls?

    MSDN doc for this method has this interesting statement in remarks: /* You must also call BeginThreadAffinity before blocking on any .NET Framework type that inherits from WaitHandle, because these types depend on operating system objects. */ It is not clear to me if this statement is only in context with MSSQL Server's hosting enviroment or if it is required in any CLR host. Can anyone verify this or clear this up Thanks... Dino Vi ...Show All

  • Gerardb Which forum is the most suitable one to discuss COM/DCOM?

    As title. Thanks a lot in advance! Best, Quentin Thanks a lot! Michael! microsoft.public.vc.atl user eiither NNTP or http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx ...Show All

  • 3js how to develop heavily access website?

    Hello, I want to create website. This website will have heavily access and a huge number of transaction per day. I expect to have between 1500 to 2000 transaction per day. Can anyone help me in that Thanks hi, It is Conceptual. Like what is the best approach to design and develop such site How can make it perform well Thanks for help The site will connect to SQL Server 2000 DB And it should ...Show All

  • Sai A Asynchronous Error Handling...?

    Hello, In a book, I read something like this: "Output parameters and return values aren't the only elements unavailable at the time an asynchronous call is dispatched: exceptions are missing as well. After calling BeginInvoke( ) , control returns to the client, but it may be some time before the asynchronous method encounters an error and throws an exception, and it may be some time after that before the client actually calls EndI ...Show All

  • Ivan Giugni write xml and encoding

    I create a dataset with a table. The table has two columns(for keys and values), and I add a row to the table and are trying to use different overloaded versions of dataset.writeXml functions to save the file with the correct encoding (I want utf-8), but when I save with encoding utf-8 the header in the file is missing + more: Example 1: Dim myFileStream As New System.IO.FileStream(ConfigFile, System.IO.FileMode.Create) Dim myXmlWriter As ...Show All

  • scjconsulting response = (HttpWebResponse)httpRequest.GetResponse();

    for .net 2.0 I would have assumed that if the url that I was trying to get was not available i.e. file not found I could do response = (HttpWebResponse) httpRequest.GetResponse(); and look at the status from the response, however, if the page is not there an exception is raised response is null and I don't have a good way of dealing with this in a catch block. Based on the documentation I would have not expected a page not found to raise a ...Show All

  • Najm SIMD and the CLR

    Does the CLR natively support SIMD operations, such as SSE2 or 3DNow! I'm afraid I'm going to have to bump this, I think a week is long enough ;) The only way I can think of is by using intrinsics in a C++/CLI library, and calling it from another assembley, but I would prefer to know how to do it from within any language. So, any help first off using the common language ru ...Show All

  • CECOEKIN Ado Vs Ado.net

    Hi All While comparing ado with ado.net,what r the advantages of ado.net over ado in all the sense Reagrds Atul Use a search engine. There are countless tutorials and articles about ADO.NET and it's improvments over ADO. ...Show All

  • Sir Codes Alot Method Not found error in COM+

    Hi all,  When i access my COM+ from Dotnet solution, and create an object for this COM+, then i can see the methods which are in the COM+. There is no compilation error when i make use of those methods, but there is a runtime error saying 'Missing Method Exception : Method not found'. The method exists, and it is also shown in dotnet intellisense, and strangely no compilation error as well. Where am i going wrong did any had such problem be ...Show All

  • Janne W TCP packet confirmation

    Anybody know how I can checks that my TCP/IP packet have been really received on the destination side and that is not standing in the buffer because of retries or bad connection Ronald I beleive Durga is correct, you cannot get the ACK bubbled up to the application level in System.Net.  If you are using a sockets based application and a custom protocol, you could design into your protocol an acknowledgeme ...Show All

  • Li Lien Mapped driver can not be identified in Windows Service applications

    It was found that mapped drivers (network drivers) are not identified in Windows Service applications based on .Net C#, but are identifiable in common Windows applications. Any idea in this problem answered in http://forums.microsoft.com/msdn/ShowPost.aspx PostID=87164 gorm ...Show All

343536373839404142434445464748495051

©2008 Software Development Network

powered by phorum