2

I am working with Visual Studio 2010 - SP1

I installed ASP.NET MVC 4.0 RC on my box. The option "Use HTML5 semantic markup" is missing in all the project templates (empty application, Web Api, Internet app, Intranet App) when creating a new project of ASP.NET MVC 4.0 Web Application project type.

Remember, I have not installed asp.net mvc 4 beta prior to RC installation. However, this option is present when creating an asp.net mvc 3.0 web application.

tereško
  • 58,060
  • 25
  • 98
  • 150

1 Answers1

-1

You have to install this extension :

Web Standards Update for Microsoft Visual Studio 2010 SP1

Also consider installing Web Essentials. It add a tons of useful tools related to web development.

Steve B
  • 36,818
  • 21
  • 101
  • 174
  • 1
    -1 the extension and the option are two different things. The extension adds features to Visual Studio. The option modifies Razor's HTML output, see http://stackoverflow.com/questions/5721056/new-use-html5-semantic-markup-option-on-file-new-mvc-3-project – user247702 Jan 30 '13 at 11:17