I am running on an XP SP2 system with full VS 2003 Enterprise installed.
I have a 2003 Enterprise R2 installed with the remote debugging (both native and managed) installed from the 2003 Enterprise CD.
Both machines are in the same domain.
The server is a member server for testing applications....
more >>
I created a service application which (on purpose) throws an unhandled
exception. After installing and starting it I receive a dialog box which
allows me to debug the code. I then moved the exe and dlls to another system
installed and started it, but the service hangs up and the only way to st...
more >>
I have built a VS2003 C++ command line executable in debug mode. When I F10
to step through it a dialog pops up stating "xx.exe does not contain
debugging information". The program is compiled in debug mode and a source
code conditional:
#if defined(_DEBUG)
#error "Oops"
#endif
cau...
more >>
Hey there,
I have an issue where I cannot debug Classic ASP pages in VS.NET 2005.
I don't get an error message (ie, breakpoints will not be hit), no
application event log errors, anything.
I have my IIS application security set to medium (so I will attach to
dllhost instead of inetinfo.exe....
more >>