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

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

    Below steps worked for me.

    1. Go to .csproj file
    2. Open it in Notepad Go to line where dll is referred.
    3. Delete the line

      False 
      or 
      True
      

提交回复
热议问题