all groups > visual studio .net debugging > september 2006 >
You're in the

visual studio .net debugging

group:

Advanced Debugging Anamoly!!


Advanced Debugging Anamoly!! Vai2000
9/18/2006 11:47:06 AM
visual studio .net debugging:
Hi All, I am building a VS2005 project in which I reference an assembly that
was built on VS2003. While debugging I am not able to step into the code for
that assembly.

I have put the source code for that assembly in the same folder where my
2005 project files are located...What am I missing?

TIA!

Re: Advanced Debugging Anamoly!! Oleg Starodumov
9/19/2006 12:00:00 AM

[quoted text, click to view]

Probably the debugger cannot find symbols for the assembly (.pdb file).
You can check Symbol Status column in Modules window to see if that's
the case.

--
Oleg
[VC++ MVP http://www.debuginfo.com/]


AddThis Social Bookmark Button