I am working in a Web Project in Visual Studio 2008. When I hit F12 (or right-click and select Go To Definition) Visual Studio is consistently going to the Metadata file in
For those using VS 2017 (I'm at version 15.3.4 at this moment) here are the simple steps:
.vs\[your solution name]\v15.suo fileThat fixed it for me: F12 opened the actual source file, not the "from metadata" version.