How can I get .NET/Silverlight source code symbols to work in VS 2010?
Posted
by mattx
on Stack Overflow
See other posts from Stack Overflow
or by mattx
Published on 2010-05-21T17:31:11Z
Indexed on
2010/05/21
17:50 UTC
Read the original article
Hit count: 233
Back when M$ first released the ability to point visual studio at a symbol server and actually debug into .NET code I got it up and working no problem on VS2008.
Now trying to do this with VS2010 or my local copy of VS2008 doesn't seem to work. It successfully downloads the symbols and the stack frames turn from gray to black but there is no source available.
Has anyone gotten this working? If so what's the secret? Also is there source available for Silverlight included?
© Stack Overflow or respective owner