ide: vs 2012 v11.0.60610.01 update 3 project: web site, mix of vb and c# problem: vb navigates to definition, c# navigates to metadata complaint: complete pain in the ass when managing a 30k code-line project. solution: you be the first to figure this out, it's beyond my level of patience.
i find metadata to be 110% useless. is there ANY way to get c# to navigate to the actual definition like vb does?
thanks
If it's navigating to the metadata, rather than the definition, it probably has to do with how your assemblies were added. If you add a reference as a DLL, it will always show metadata, even if that project is included in your solution; you have to add a reference by project to have access to the source.