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

前端 未结 8 1329
再見小時候
再見小時候 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 09:08

    Did you try reinstalling Visual Studio like you were told to do?

    0 讨论(0)
  • 2020-12-15 09:09

    I reinstalled VS2008 but problem persisted.Then upon running

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

    my problem was resolved.

    0 讨论(0)
提交回复
热议问题