0

I'm playing around with MVC 5 RC 1 in Visual Studio 2013 RC. Works very well.

Now I upgraded an existing MVC 4 project in VS 2012 to MVC 5 the same way as described here

Any known workaround or ideas to get highlighting back?

Jatin Gadhiya
  • 706
  • 2
  • 7
  • 24

1 Answers1

0

Microsoft released a new version of ASP.NET Web Tools for VS 2012. After installing syntax highlighting is back again.

http://blogs.msdn.com/b/webdev/archive/2013/11/18/announcing-release-of-asp-net-and-web-tools-2013-1-for-visual-studio-2012.aspx

Installing VS 2012 Update 4 was not enough.

Jatin Gadhiya
  • 706
  • 2
  • 7
  • 24
  • Downloaded the installer from this link. But when tried to install, it says "Microsoft Web platform installer couldn't find the product you tried to install..." – Chethan Jul 21 '17 at 01:58