Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Craig O'Mahony 364 posts 918 karma points
    May 06, 2015 @ 12:34
    Craig O'Mahony
    0

    Unable to publish

    Hi Folks,

    I've trying to Publish an v7.2 installation. Built using VS2013, umbraco installed through Nuget, installed Contour Forms and I'm getting this error when I try to publish the site:

    Error 127 The type or namespace name 'Forms' does not exist in the namespace 'Umbraco' (are you missing an assembly reference?) c:\Users\comahony\Desktop\STEP Umbraco\STEP Umbraco\obj\Release\AspnetCompileMerge\Source\macroScripts\MvcRenderContourForm.cshtml 2 0 STEP_Umbraco

    the content of this cshtml file is:

    @inherits umbraco.MacroEngines.DynamicNodeContext
    @using Umbraco.Forms.Mvc.Bridge.Html;
    @{
        string action = "ContourForm";
        string controller = "FormRender";
        string formtoken = "UmbracoContourForm";
        string formGuid = Parameter.FormGuid;
        
        @Html.RenderMvcAction(action, controller, formGuid, formtoken, (umbraco.MacroEngines.DynamicNode)Model, (System.Dynamic.DynamicObject)Parameter);
    }
    Bit stumped! Could anyone assist?
    thanks,
    Craig
Please Sign in or register to post replies

Write your reply to:

Draft