Visual Studio Go to Definition (F12) opens Object Browser instead of Code View

c#, vb.net, visual-studio-2005

Solution

I usually see this when I have a reference to the library added as a "binary" reference rather than a "project" reference. You might need to remove the reference and add it back from the projects tab.

Problem

I'm running VS2005, and when I right click on an object and select Go to Definition it brings me to the object browser instead of the actual code. Is there some settings that I can change to fix this? Note: it works properly for C# solutions, I am having the problem with Basic.

Original source