我升级到了最新版本的 Umbraco Contour (3.0.26)。现在我收到以下错误:
加载 MacroEngine 脚本时出错(文件:MvcRenderContourForm.cshtml,类型:''。异常:System.Security.VerificationException:操作可能会破坏运行时。
这是在 MvcRenderContourForm.cshtml 第 9 行中抛出的:
@Html.RenderMvcAction(action, controller, formGuid, formtoken, (umbraco.MacroEngines.DynamicNode)Model, (System.Dynamic.DynamicObject)Parameter);
这可能是什么原因?