Razor View Page cannot be added as a new Item - Visual Studio 2010
asp.net-mvc-3, visual-studio-2010
Solution
Have you tried to install the Razor engine as a NuGet Package for this solution? Open Package Manager Console (View - Other windows) and enter
Install-Package RazorEngine
Is the System.Web.Mvc.dll included in the references?
Problem
Background: I used to have VS2010 Professional. Upgraded to VS2010 Ultimate. Installed SP1. Installed MVC3, MVC3 Tools Update I'm currently working on some custom Orchard modules, and for some reason, I don't see Razor as an installed template. But if I fire up a new ASP.NET MVC3 app, I see it. Has anyone ran into this issue. I've tried uninstalling MVC3 and Tools Update. No luck. Is there something obvious I'm missing? MVC3 app - as you can see MVC3 View Page (Razor) is available... From an Orchard Module: