Enable and disable “Step into” debugging on certain project in a Visual Studio solution

前端 未结 7 1465
忘了有多久
忘了有多久 2021-01-01 13:13

I have a Visual Studio solution with four C# projects in it. I want to step into the code of a supporting project in the solution from my main project, but when I use the \"

7条回答
  •  南方客
    南方客 (楼主)
    2021-01-01 13:38

    One thing to check for is that your supporting project assembly has not been installed in the GAC. Open a command prompt and run the following to make sure...

    gacutil /l assemblyName

提交回复
热议问题