无法在 DNN 9.9 中加载 MVC 模块

问题描述

在加载 DNN MVC 模块时,我在数据库中记录了以下异常。

at DotNetNuke.Web.Mvc.Framework.ModuleDelegatingViewEngine.RunAgainstModuleViewEngines(ControllerContext controllerContext,Func`2 engineRequest)
   at System.Web.Mvc.ViewEngineCollection.<>c__displayClass6.<FindView>b__4(IViewEngine e)
   at System.Web.Mvc.ViewEngineCollection.Find(Func`2 lookup,Boolean trackSearchedpaths)
   at System.Web.Mvc.ViewEngineCollection.FindView(ControllerContext controllerContext,String viewName,String masterName)
   at DotNetNuke.Web.Mvc.Framework.ActionResults.DnnViewResult.ExecuteResult(ControllerContext context,TextWriter writer)
   at DotNetNuke.Web.Mvc.MvcHostControl.RenderModule(ModuleRequestResult moduleResult)
   at DotNetNuke.Web.Mvc.MvcHostControl.OnPreRender(EventArgs e)

当我第一次使用 DNN 9.8 开发时,它工作正常,升级到最新版本后我无法加载 MVC 模块。我已经删除了整个 DNN 并将最新版本重新安装为新平台,但仍然出现相同的错误

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)