When I debug my application, or any application that uses the DLL that uses
System.XML.Serialization.XmlSerializer, I receive the following exception...
When running the compiled code, no exception and the code works fine. Of
course, if i turn BindingFailure Exceptions off in VS Debugging, i...
more >>
Hi,
Running VS.NET 2005 SP1. Just recently moved from VS.NET 2003.
Have following simple code. Basically when form loads it opens a web site
into control WebBrowser1. This works fine. Then use event
WebBrowser1_DocumentCompleted to perform actions once the document has loaded.
The probl...
more >>
V C++ .NET version 2003.Compiler problem.
My compiler is acting up. When I have building error, the left margin
pointer will point to the wrong line.
Sometimes, It will give error message for something that I commented (//).
As soon as I delete the commented line, the building error will d...
more >>
There seems to be a very wierd problem with Visual Studio 2005.
Everytime i hit F5 even if even though there is no change in the
source code the IDE builds the project. Is this is a bug,
Is there any workaround to stop this annoying problem.
thanx.
...
more >>
I'm trying to remotely debug an asp web service, published to my
IIS6.0 server, using VS.net 2005
So far, I've published the website, installed remote debugging
monitor, connected to the debugging monitor from VS on my host
machine, and attached to the w3wp.exe process. However breakpoints
t...
more >>