Hi Team,
I have created a DNN MVC module and installed as a module through extension.
Also added the module in a test page. While browsing the page, I am getting the below error. Does anything I missed to do.
Module location is in DesktopModules\MVC \ TestDNNModule
Please help me to fix this error or please point me to some links on how to create and test the DNN MVC module.
Error: TestDNNModule is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Web.Mvc.Framework.ModuleDelegatingViewEngine.RunAgainstModuleViewEngines(ControllerContext controllerContext, Func`2 engineRequest) in C:\workspace\DNN\REL_921\INC\Platform_Compile\DNN.Platform\DNN Platform\DotNetNuke.Web.Mvc\Framework\ModuleDelegatingViewEngine.cs:line 62 at DotNetNuke.Web.Mvc.Framework.ModuleDelegatingViewEngine.FindView(ControllerContext controllerContext, String viewName, String masterName, Boolean useCache) in C:\workspace\DNN\REL_921\INC\Platform_Compile\DNN.Platform\DNN Platform\DotNetNuke.Web.Mvc\Framework\ModuleDelegatingViewEngine.cs:line 41 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) in C:\workspace\DNN\REL_921\INC\Platform_Compile\DNN.Platform\DNN Platform\DotNetNuke.Web.Mvc\Framework\ActionResults\DnnViewResult.cs:line 15 at DotNetNuke.Web.Mvc.Framework.Modules.ModuleExecutionEngine.ExecuteModuleResult(ModuleRequestResult moduleResult, TextWriter writer) in C:\workspace\DNN\REL_921\INC\Platform_Compile\DNN.Platform\DNN Platform\DotNetNuke.Web.Mvc\Framework\Modules\ModuleExecutionEngine.cs:line 46 at DotNetNuke.Web.Mvc.MvcHostControl.RenderModule(ModuleRequestResult moduleResult) in C:\workspace\DNN\REL_921\INC\Platform_Compile\DNN.Platform\DNN Platform\DotNetNuke.Web.Mvc\MvcHostControl.cs:line 185 at DotNetNuke.Web.Mvc.MvcHostControl.OnPreRender(EventArgs e) in C:\workspace\DNN\REL_921\INC\Platform_Compile\DNN.Platform\DNN Platform\DotNetNuke.Web.Mvc\MvcHostControl.cs:line 240 --- End of inner exception stack trace ---