Visual Studio - Attach Source Code to Reference

Posted by Joe on Stack Overflow See other posts from Stack Overflow or by Joe
Published on 2010-04-12T06:41:45Z Indexed on 2010/04/12 6:43 UTC
Read the original article Hit count: 395

My C# project references a third-party DLL for which I have the source code. Can I somehow tell Visual Studio the location of that source code, so that, for example, when I press F12 to open the definition of a method in the DLL, it will open up the source code, instead of opening up the "Class [from metadata]" stub code?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about reference