Visual Studio 2010 debug not starting, F5 or click on “Play” not working, not doing anything. Waiting 2-3 minutes solves the issue

前端 未结 13 1423
忘了有多久
忘了有多久 2021-02-02 07:13

I have a relatively simple C# (Framework 4) console application. When I click the \"Play\" icon or hit F5 (i.e. start the program in debug mode), the icon becomes gra

13条回答
  •  遥遥无期
    2021-02-02 07:50

    Check the Project Properties in the Compile tab, select the Advanced Compile Options.

    If you are targeting the .NET Framework 4 Client Profile, you cannot reference an assembly that is not in the .NET Framework 4 Client Profile.

    More information about the .Net Framework 4 Client Profile here

提交回复
热议问题