Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a problem.

I wanna to view my project at ms. visual studio, but i dont know why, i have alert like this :

The Visual Studio Language support for C# has not been installed.
Code-editing IntelliSense will not be available. Markup IntelliSense for
Server controls may not work.



so, can you help me to solve my problem? Thank you
Posted

 
Share this answer
 
If you have this error:

Close Visual Studio, Open a command window and enter (a variation of):

> CD C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE

> Devenv /ResetSkipPkgs

this will re-open the VS2008

I found I also had to install a hotfix

https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=10826

Good luck!~

Its working

http://social.msdn.microsoft.com/Forums/vstudio/en-US/582bfecc-f01c-49f1-b618-dd79035092a6/the-visual-studio-language-support-for-c-has-not-been-installed[^]

And more here[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900