How can I reset / return intellisense razor highlighting and syntax highlighting?

I had a problem installing Visual Studio 2010 - I was able to sort it by repair and reinstall my addon, etc., but now the highlighting of intellisense and syntax disappeared from my cshtml files - I reinstalled asp.NET mvc 3 RTM, and it doesn’t fixed it ... I'm trying to execute devenv / ResetSettings, but no changes.

Is there anything else I can do to try and bring my beautiful backlight back ?!

+5
source share
3 answers

Ok solved this - when uninstalling MVC 3 Visual Studio Tools, I did not remove the asp.net visual studio tools for the web pages that MVC 3 depends on, as soon as I uninstalled it and then reinstalled RTM MVC 3, my syntax flare, etc. .d. come back! phew!

+6
source
0
source

, :

  • ASP.NET MVC 3 - Visual Studio 2010
  • ASP.NET MVC 3 - Visual Studio 2010 - ESN ( , )
  • ASP.NET MVC 2 - Visual Studio 2010
  • ASP.NET MVC 2 - Visual Studio 2010 - ESN
  • - ASP.NET - Visual Sutdio 2010
  • ASP.NET Web Pages - Visual Sutdio 2010 Tools Update - ESN

Reinstall everything again. It worked without rebooting.

0
source

All Articles