The visual studio language support for style has not been installed. code-editing Intellisense will not be available. Markup Intellisense for server controls may not work.”
I have visual studio 2008 installed
Only on my machine when I open a solution that contains web sites I get this error.
“The visual studio language support for style has not been installed. code-editing Intellisense will not be available. Markup Intellisense for server controls may not work.”
This error is preventing me from having automated builds as it runs visual studio in the background and user interaction is needed to click “OK”, Visual studio is the only tool (that I know of) that can build Web sites (vs. web applications) and converting to web applications is a large effort.
On Microsoft Connect i have found this page.
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=477297 if you know how to resolve as in the ticket please call.
Resolution is simpler actually , close visual studio go to your windows run box
and type
Devenv /ResetSkipPkgs
this has fixed my problem