“Go To Definition” in Visual Studio only brings up the Metadata

后端 未结 26 2878
夕颜
夕颜 2020-12-07 13:33

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

26条回答
  •  抹茶落季
    2020-12-07 13:58

    Remove the reference dll, Build (will get errors), ADD THE reference (you removed) then build again ... F12 on your function should then work (worked for me).

提交回复
热议问题