Razor view page cannot be added as a new item - Visual Studio 2010

Background: I used to have VS2010 Professional. Updated to version VS2010 Ultimate. Service Pack 1 (SP1) is installed. Installed MVC3, MVC3 Tools Update

I am currently working on some Orchard custom modules, and for some reason I do not see Razor as an installed template. But if I start a new ASP.NET MVC3 application, I can see it. Has anyone encountered this problem. I tried to remove MVC3 and update tools. Bad luck. Is there something obvious I'm missing?

MVC3 application - as you can see, MVC3 (Razor) page view is available ... enter image description here

From the Orchard module: enter image description here

+5
source share
2

{E3E379DF-F4C6-4180-9B81-6769533ABE47} guid <projecttypeguids> .

+5

Razor NuGet ? ( - )

  Install-Package RazorEngine

System.Web.Mvc.dll ?

+4

All Articles