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

Software Development Network >> .NET Development

.NET Development

New Question

Synchronising Serial Communication
how to build X64-bit lib
Write to XML NEed Help !
NS Declaration
problem using subnet mask 255.255.0.0 and .NET sockets
c++/cli for anycpu
Change Primary key in DataTable
Custom Applicationexception question
Error : execute reader requires an available open connection
ADO.NET/Access DB Insertion Exception

Top Answerers

Corey Wirun
Tahir275
MW1239
Soft Analyst
ebferro
AlexJD
apalumbi
GAL
Stuart Massey
VBgirl
Visual
Only Title

Answer Questions

  • Curious Tom What is the difference between SOAP, XML-RPC and REST type of webservices?

    I have observed there are three types of web services SOAP, XML - RPC and REST. Can anyone guide me regarding what they are and what is the difference between them Thanks in advance It's a long answer (and it will create along discussion) so le me start with something to open the discussions. SOAP is a transport independent messaging protocol that can be used in a very widely set of architecture ...Show All

  • awani How to generate "plane" SQL with OleDb or Odbc providers, in database independend sintax ?

    In VS2005 all generated SQLs in new dataset designer are database dependent, even if we use OleDb provider, for example, if we prepare TableAdapter over Microsoft.Jet.OLEDB.4.0 we get next SQL : Me ._adapter.InsertCommand = New System.Data.OleDb.OleDbCommand Me ._adapter.InsertCommand.Connection = Me .Connection Me ._adapter.InsertCommand.CommandText = "INSERT INTO `TBSIMPLE` (`SIMPLEID`, `CODE`, `DESCRIPTION`) VALUES ( , , )" ...Show All

  • CNSD Published App Very Slow to Start

    I have upgraded an application from VS2003 to VS2005 and published it.   When installed from the web page the application takes about 2 minutes to start up.   It does make a connection to an Oracle database but this is normally instant. Can anybody tell me that could cause these delays Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was ...Show All

  • James_W Could someone tell me detailly how the Website work in ASP.NET ?

      I am using ASP.NET to develop web app, but I don't know clearly how the web app works properly with IIS or something Hi, Read the following MSDN article completely. The working of ASP.NET is explained clearly after the first half of the article. http://msdn.microsoft.com/asp.net/articles/fundamentals/default.aspx pull=/library/en-us/dnvs05/html/internals.asp Regards, Vikram Thanks! Vikram. ...Show All

  • GSM_GCV Memory of application is grow up...

    Hi, Memory of my application is grow up after time of using it. How can I catch why this happends How can I monitor this Thank's Alexei Do you have any other background process that's going on in your application -chris Hi, I have many of them. I found that some process doesn't release themself. Thank's Alexei In perfmon, under .net memory monitor gen-0, gen-1 and gen-2 collection counters. If gen-2 is high, you ...Show All

  • hamou140 How to get an IP address?

    Hi all, Would you like to tell me how to get an IP address of client, who invokes a WebServices method I'd like a short sample of code (in C#). Thanks. Exactly, someone can answer my email is wchang@smaintl.com thanks Thanks. But... I found something like that: Request.PhysicalApplicationPath The System.Web.HttpRequest class constructor needs 3 strings: filename, url and queryString. I don't kno ...Show All

  • Mariah Macney localisation query

    Hi.   I was just sitting down and had some ideas in general for my application and thinking in general in the future what "architecture" or features would be a standard thing in my application.   I am just wondering how this would work: Lets say that I am going to implement localisation in my application (english, spanish, italian, german)   Now, since my application by default is in english, anything displaye ...Show All

  • henk van noort SSL/TLS exception when using HttpWebRequest with client certificate

    Hi, I wrote following code to call a aspx page in code (from another aspx page): HttpWebRequest httprq = ( HttpWebRequest ) HttpWebRequest .Create(uri); string certificateName = "SoapProxy2" ; X509Store store = new X509Store ( StoreName .My, StoreLocation .CurrentUser); store.Open( OpenFlags .ReadOnly); X509Certificate2Collection certificates = store.Certificates.Find( X509FindType .FindBySubjectName, certi ...Show All

  • JBrown9264 Webservice: "The ASP.NET process identity does not have read permissions to the global assembly cache."

    I'm uncertain what the best forum is for this - I also posted this in the ASP forum. I am developing a distributed application with a client-side java calling a webservice serving a static binary database. The application works well with the VS2005 Development server on XP Pro SP2. However when I publish it to an IIS v5 environment, it fails with these errors.   3.)    .aspnet_wp.exe (PID: 3988) stopped unexpec ...Show All

  • Niram Additional information: No connection could be made because the target machine actively refused it

    Hello, I am currently getting this error when attempting to instantiate and remote object. Currently, everything is located locally. Here is a code snippet to further explain. The highlighted code is where the error occurs. Can anyone help Thanks =========================================== namespace ResumeClient { public class ResumeClient { public static void Main( string [] args) { ChannelServices.RegisterChannel( new TcpCl ...Show All

  • Jenny Tam Service and COM don't work with Windows XP Service Pack 2

    I have a service application created with VB.NET that creates a COM object. The service works fine in Windows 2000, but in Windows XP with service pack 2 it doesn't  because it receives the "Access denied" error. If I create a windows form application instead of a service, it works fine even in Windows XP with service pack 2.  Can someone help me   Hi Michael, I have made tests and I disc ...Show All

  • KhaderM Access Database and x64 OleDB Connect

    Hi, i've written a programm wich access an .mdb Database with OLE-DB. Under Win x32 everything works fine Under x64 no Database is found. Is there no way to access an mdb Database from x64 As you have probably figured out there is no way to set what processor to target in an web application. Try this. Install asp.net 2.0 32 bit version C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe - ...Show All

  • Jakarta File IO Behaviour

    I have a windows Service that writes an XML file to a specific location. The details are as follows: I am using VS 2005 Beta 2 I am running on XP SP2 The service runs using the local system account I am writing to a mapped drive which is actually a UNIX server (using Samba). The xml is created with the XmlTextWriter class. The problem is I get the following exception every time  I try to write to the mapped drive: Exception thrown:Syst ...Show All

  • slee1435 Problems with DataReader!!

    Hi, can someone please help my, I have experienced some realy weird stuff. This datareader hasn't been closed, but when I try to run the program, I get an error message, stating. "INVALID ATTEMPT TO READ WHILE READER IS CLOSED" Is their anyone that can see something in my code that I'm missing. Thank you. Or any suggestions Try Dim myreader As OleDb.OleDbDataReader Dim mycomm As New OleDb.OleDbC ...Show All

  • msdnjota Problem in .NET ODBC Provider

    when i add new data source via odbc =  Microsoft ODBC Data Source (ODBC) using Mysql database using option : use system or data source name when i click finish error showed : One or more error(s) occured while processing the database object(s). click ok to continue anyway or cancel to goback the wizzard and try to fix the errors. <`test`..`tablename1`> Could not retrieve schema information for table or view `test`. ...Show All

293031323334353637383940414243444546

©2008 Software Development Network

powered by phorum