I upgraded to the latest version of Umbraco Contour (3.0.26). Now i get the following error:
Error loading MacroEngine script (file: MvcRenderContourForm.cshtml, Type: ''. Exception: System.Security.VerificationException: Operation could destabilize the runtime.
This is thrown in MvcRenderContourForm.cshtml, line 9:
@Html.RenderMvcAction(action, controller, formGuid, formtoken, (umbraco.MacroEngines.DynamicNode)Model, (System.Dynamic.DynamicObject)Parameter);
What could be the cause of this?