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

后端 未结 26 2877
夕颜
夕颜 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 14:02

    This one worked for me:

    1. Right click the dll in the reference folder in your solution explorer
    2. Remove dll file
    3. Right click the Reference folder, then
    4. Add reference to the dll file again

提交回复
热议问题