Microsoft visual C# 2008 compiler could not be created. Please re-install Visual Studio

前端 未结 8 1337
再見小時候
再見小時候 2020-12-15 08:19

Any idea how to fix this error in Visual Studio? This error occurs when trying to create a new C# Console Application. I can create and build a C# Website, but Intellisens

8条回答
  •  遥遥无期
    2020-12-15 08:50

    In the command prompt, I ran:

    C:\Program Files\Microsoft Visual Studio 9\Common7\IDE\devenv.exe /resetsettings
    

    Everything works fine now! This saved me a reinstall.

提交回复
热议问题