Hi
I am trying to debug a solution made up of a number of projects. When I
step into most of the functions of any of the objects my debugger works
fine. The only object that won't let me step into the functions for
debugging has "Register for COM Interop" set to true in the property pages.
I need this object to register for COM Interop so I can't remove that.
Although, I have just run a test, and even if I do remove that flag I still
can't step into the code.
Generate debugging information is set to true and all dll and pdb files are
in the local bin directory with the latest timestamps. If I manually open a
code page from the object that I'm trying to debug and place a breakpoint on
a line I get the message "The breakpoint will not currently be hit. No
symbols have been loaded for this document."
Can someone please help me with this
|