i have a problem in a razor view with Html.BeginUmbracoFrom. VS tells me that System.Web.Mvc.HtmlHelper<Umbraco.Web.Models.RenderModel> has no definition for Html.BeginUmbracoForm. And when i open the page i get a ysod with the same error message.
Can anybody help me with this issue? i was googeling around but i haven't found an answer so far.
Umbraco 4.10.1 Html.BeginUmbracoForm
Hi,
i have a problem in a razor view with Html.BeginUmbracoFrom. VS tells me that System.Web.Mvc.HtmlHelper<Umbraco.Web.Models.RenderModel> has no definition for Html.BeginUmbracoForm. And when i open the page i get a ysod with the same error message.
Can anybody help me with this issue? i was googeling around but i haven't found an answer so far.
Thanks a lot
Regards Michael
This is something i also want to know, i'm just not that far..
Hi,
after alot of messing around, i found a solution, It seems, that the error only happens in VS 2012. It worked for me in VS2010 VWD Express.
To fix it in VS2012 i added the namespace (Umbraco.Web) of the Helper extension to the web.config at system.web.webPages.razor.
Cheers, Michael
is working on a reply...