Debug .NET Framework Source Code in Visual Studio 2012?

后端 未结 6 819
情歌与酒
情歌与酒 2021-01-30 13:02

I am using Visual Studio 2012. I want to Debug .NET Framework source code. I have tried nearly all the options but I am still getting There is source code available for Cu

6条回答
  •  执念已碎
    2021-01-30 13:31

    1) PDB files are not up to date. Try to uncheck Tool->Options->Debugging->General->"Require source files to exactly match the original version"

    2) You've referenced another of your projects byadding it's dll to your references instead of adding the project as reference. Try to remove the reference add add a new reference to the project from the "Projects" tab

    And you can search Google .It's giving more than answers

提交回复
热议问题