I\'m having a problem with RazorGenerator: it can\'t compile views that uses my custom helper:
App_Code/ViewHelper.cshtml
@helper test(System.Web.Mvc.Ht
Look at the actual cs-file generated in the obj\CodeGen folder for the helpers. It might be the class-name issue, so add this to the top of your helper cshtml-file:
@* GeneratePrettyNames : true *@