Turning off “Language Service Disabled” error message in VS2017

后端 未结 9 1609
故里飘歌
故里飘歌 2020-12-14 05:53

We are getting the following \"Error\" message in our MVC web application in Visual studio 2017 Enterprise.

The language service is disabled for proje

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 06:39

    Solution that worked for me:

    1. Go to C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE>.
    2. Open command prompt as admin in current folder
    3. Ran devenv /Setup
    4. Ran devenv /ResetSkipPkgs

提交回复
热议问题