views:

237

answers:

1

This is something that worked well for me with VS 2008, but I can't get it to work with VS 2010. I've enabled ".NET Framework source stepping", and VS seemed to download the symbols into the default symbol cache directory. My project is targeting .NET Framework 3.5.

When debugging, I can't step into .NET Framework code, and the "Load Symbols" option is grayed out. Advice?

A: 

Restarting VS solved this.

Doron Yaacoby