We are getting the following \"Error\" message in our MVC web application in Visual studio 2017 Enterprise.
The language service is disabled for proje
I solved this problem with following solution:
When you have a JavaScript file that is included in the project.csproj file but isn't in the project folder, this error occurred.
For example I have a .csproj file like below:
The Test.js is included in the .csproj file, but it isn't in the Scripts folder:
Delete the line from the .csproj file and rebuild your project