N
Nick Gilbert
Hi,
I have a solution which contains 3 projects. (The main GUI, a WebBrowser
component and the Cassini web server). Occasionally an exception will
occur in my application. I cannot narrow down where the exception is
occuring because VS.NET says "no source code is available for this
location" (or similar).
Why is VS.NET not available to debug all parts of the application? It
seems that I also can't set breakpoints in the other projects - they are
just ignored. All my projects are set for debug build and PDB files are
generated when I compile.
Could it be because parts of the code are executing in a separate
thread? Can VS.NET not debug multi-threaded applications?
An example of a project I'm having this issue with is the sample code
here:
http://www.microsoft.com/belux/nl/msdn/community/columns/desmet/hostaspnet2.mspx
Any help on this would be greatly appreciated.
Thanks,
Nick...
I have a solution which contains 3 projects. (The main GUI, a WebBrowser
component and the Cassini web server). Occasionally an exception will
occur in my application. I cannot narrow down where the exception is
occuring because VS.NET says "no source code is available for this
location" (or similar).
Why is VS.NET not available to debug all parts of the application? It
seems that I also can't set breakpoints in the other projects - they are
just ignored. All my projects are set for debug build and PDB files are
generated when I compile.
Could it be because parts of the code are executing in a separate
thread? Can VS.NET not debug multi-threaded applications?
An example of a project I'm having this issue with is the sample code
here:
http://www.microsoft.com/belux/nl/msdn/community/columns/desmet/hostaspnet2.mspx
Any help on this would be greatly appreciated.
Thanks,
Nick...