G
Guest
Visual Studio .NET 2003 shipped with debug symbols (.pdb) for the .NET 1.1
framework. These symbols have been essencial in solving stack problems while
debugging C++ mixed (managed and unmaged) code. Without the debug symbols,
almost all the time my breakpoints break on mscorwks.dll instead of the point
in code where the breakpoint was located.
Without thinking there would be a problem, I installed service pack 1 for
the .NET 1.1 framework. Now, my debug symbols no longer are valid. Does
anyone know if there is anyway to get the debug symbols for service pack 1?
I've seached microsofts web site high and low and can't seem to find anything.
Thanks,
--Dave
framework. These symbols have been essencial in solving stack problems while
debugging C++ mixed (managed and unmaged) code. Without the debug symbols,
almost all the time my breakpoints break on mscorwks.dll instead of the point
in code where the breakpoint was located.
Without thinking there would be a problem, I installed service pack 1 for
the .NET 1.1 framework. Now, my debug symbols no longer are valid. Does
anyone know if there is anyway to get the debug symbols for service pack 1?
I've seached microsofts web site high and low and can't seem to find anything.
Thanks,
--Dave