Top "Razorgenerator" questions

Generates source code from Razor files (.cshtml files), allowing them to be compiled into your assemblies.

Where can I find System.Web.Helpers, System.Web.WebPages, and System.Web.Razor?

I am following this article on RazorGenerator and it say's that I must add references to: System.Web.Helpers.dll …

c# visual-studio-2010 razor razorgenerator
Visual Studio cannot find custom tool RazorGenerator

I've installed the NuGet package for RazorGenerator.mvc and then run the shell command Enable-RazorGenerator and get the following message: …

asp.net-mvc visual-studio-2010 nuget razorgenerator
MVC4 Using nested @Html.RenderPartial() throws Compiler Error Message: CS1502

I am using MVC 4 and wanted to tidy up my views a bit so decided to create multiple partial views …

asp.net-mvc-4 razor razorgenerator
CheckBoxList for Enum types MVC Razor

In my c#.net MVC application i would like to display checkbox list for Enum types. I have an enum …

c# asp.net-mvc razorgenerator
Razor Generator: how to use view compiled in a library as the partial view for master defined in main mvc project

We have an ASP.NET MVC 4 application with around 3000 views in it. We've decided to split this set of views …

razor asp.net-mvc-4 viewengine razorgenerator
The custom tool 'RazorGenerator' failed. The method or operation is not implemented

I have just upgraded the Visual Studio extension RazorGenerator to V1.5 (Last updated 10/14/2012) and now have the following problems. Each …

asp.net-mvc asp.net-mvc-3 visual-studio-extensions razorgenerator