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

前端 未结 8 1331
再見小時候
再見小時候 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:53

    I tried "resetsettings" and repairing the installation form add/remove programs, both didn't work.
    Solved the issue by deleting the following registry key.

    HKEY_CURRENT_USER\Software\Microsoft\VisualStudio

    Visual studio will ask you to select the language preference when you open it again. (Make sure that you delete the key from HKCU and not from HKLM)

提交回复
热议问题