We are getting the following \"Error\" message in our MVC web application in Visual studio 2017 Enterprise.
The language service is disabled for proje
In My case I just disable TypeScript support on Visual Studio:
Tools > Extensions and Updates > TypeScript for Microsoft Visual Studio > Disable
After that, just restart Visual Studio, and you are good to go.
Hope this will help,