Answer Questions
Keith Walton POST fails on larger messages/slower connection
I have a webservice receiving encoded strings of a size usually between 1k and 20MB which will be sent by a special application. When the application is started, it sends about 1000 of these strings to to the server, checking response and sending again, if necessary. Im using Framework 1.1, no additional stuff (like WSE) installed. Only known users are allowed to access the webservice. The server is configured to handle these bigger requests by ...Show All
idealsys .NET Coding convention for controls
Hello all I am using the .NET coding conventions as described in the ECMA 334 and in the MSDN. However I cannot find any conventions regarding the graphical controls. In the MSDN, I have found only the conventions for the Class Libraries. I was used to use the hungarian notation (for controls only). But I would like what you are doing. Indeed Microsoft says that this notation is not to be used (also for graphical controls ) but I found some para ...Show All
Echo1937 HTTP-GET through a proxy
Hey I am working on a proxy testing program as a personal project for a friend of mine, and for the life of me I cannot figure it out. I have searched the forums and MSDN till im blue in the face for something I figured would be very simple. maybe you can help, all I need to do is do a HTTP-GET to a specified URL ( his website ) through a third party proxy ( my proxy ) from c# application. Can anyone point me in the right ...Show All
JamesInLondon System.Threading.Thread.CurrentThread.CurrentCulture.Calendar.TwoDigitYearMax
I opened, converted, and rebuilt an existing class lib in 2005. It compiled without error, but there was a runtime error with the following: System.Threading.Thread.CurrentThread.CurrentCulture.Calendar.TwoDigitYearMax=2050 Apparently this property is readonly now. Paradigm shift What to do Jeremy Paradigm shift may be a bit lofty but you are correct - in Whidbey, we've made the de ...Show All
Salvador Cadena VB6 and CCW's
Hi, I need to start writing a set of classes that will be used by our VB6 application. Because I have'nt done much in the past with COM interop, I was getting a bit confused as to what attributes I need to use on my managed classes. for example, do I need GuidAttribute and ClassInterface and ProgId, or just a few of these Remebering that these .NET classes will only be used by our VB6 code, nothing else. Thanks for your help Graham ...Show All
Hari Krishna Dara Failed to enlist a Distributed transaction
When the web application is on one server(Windows 2003 server) and the SQL server 2000 database server(Windows 2000 Advanced server) is on the other system of the same domain there is an error "An error occured while enlisting a distributed transaction" when i try to login to the web application .This error is thrown now and then i.e., i was getting the same error 10 days back then i changed the settings by d ...Show All
Yento SSL on TCP Socket, how in .NET 1.1?
Is there a way, using intrinsic .NET framework functionality, to open a TCP connection over an SSL channel I'd rather not get into buying libraries, etc. Java has the javax.net.ssl.* objects, and I'm not finding an equivalent in .NET. I looked all over the Internet, but nowhere a pointer/solution can be found. Please note this is a socket connection, not an HTTPS connection. Also, it's about .NET version 1.1. Any hints/tips/rem ...Show All
Gaston Faq.be Modify Web Reference address into setup
Hi, I have realized a project (SoluctionSetup) with VB.NET and I have added a webReference to my project inserting the URL manually with the wsdl IP address. Now I want install this client application to a new pc that comunicate with a server that isn't more to the same IP address specified to the webReference. When I do build to create a release there aren't files to config the setup. I can view only 3 files: setup.ini, setup.exe e ProvaSolutio ...Show All
Bond007 Unable to convert input xml file content to a DataSet from DataSet Designer
First of all, here's the error: Error 1 Unable to convert input xml file content to a DataSet. 0 is not a valid value for Int32. Input string was not in a correct format. C:\Documents and Settings\dolan\My Documents\Visual Studio 2005\WebSites\ReproProject\App_Code\DataSet1.xsd 1 Second: I didn't do anything other than drag a table from server explorer into the designer. Immediately I save it and try to build the website as a test and get t ...Show All
Zulfiqar Malik Query for inserting data into a database
Hi.Can someone please attempt this and help me. I am jus constructing a simple system that saves info into the database from 4 textboxes on the form. The three text boxes take in the title, surname and name of a given person. I have dropped an OleDbConnection Command on to the system thus setting up the connection to the database. I have also dropped an OleDbCommand object onto the form. I have renamed the OleDbCommand to ObjSaveCus. This will b ...Show All
BigCountryFarmr Detecting connected devices over ad-hoc network
Hi!!! I am developing a transfer file application which runs over an ad-hoc network. I would be really interested in knowing if there is a way in which I could know all devices connected to the same network I am connected. Is there a way to do this Actually I am sending Pings to different IPs to know whether the devices are reachable in my network. Any suggestion Thank you very much for your help :) well ...Show All
Dutko Web Service Soap exception related to SQL Server 2005 DB access
I have problems with my web service I'm coding in C# in VS 2005. I got the following error when I call my web service: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object reference not set to an instance of an object. at localDirectory.DecisionsListDAO.GetList() in C:\localDirectory\DecisionsListDAO.cs:line 85 Actually, the web service calls a method from a ...Show All
Sianny Execute a Command on a different Maschine ...
Hi all I am wondering if this is possible: Here is what it is about: - I have a client PC (Win XP) - I have a Server (Win 2003 Server) Now I would like to run a .exe File on the Server. It has to be startet from the client (c# app), but the process of the .exe File is running on the Server. The .exe File is also on the Server. Is there any way to do this Thanks for any help! Best regards Frank Uray ...Show All
cliffeh Error Please HELP
Hi everyone, I have a problem on VB.net I have been working for hours on a project but an Error has come up and I can't fix it!! the Error is " Unable to copy file "obj\Debug\Bubbles.exe" to "bin\Debug\Bubbles.exe". The process cannot access the file 'bin\Debug\Bubbles.exe' because it is being used by another process. " please help!! Simon Ps:Please make the answer easy to under ...Show All
tarwin RowFilter Performance Problem in VS.NET 2005 !
Hi, I have a Project in VS.NET 2003 which uses DataView.RowFilter. When I compile it in VS.NET 2005. Performance of the RowFilter Command decreases dramatically. I am in the first stages of migrating my project to VS.NET 2005. But this is a big draw back. I would really appreciate it if you could help me in this. No need to mention that Microsoft has indicated that RowFilter performance has increased in this new version. Thanks ...Show All
