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.
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.