Hello. I have the 9.2.2.178 community version of DNN installed, then downloaded the free DNN Reports module from Github. There seems to be no way to get it to work because, when I add it to a page, I get an error saying it cannot find the view.aspx file (even though it exists exactly where the error message says it doesn't exist). Can anyone give some idea why this is and what needs to be done to rectify?
What follows is the error I get displayed when I attempt to add the module to a page:
Error: Reports is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/DesktopModules/Reports/ViewReports.ascx' does not exist. ---> System.Web.HttpException: The file '/DesktopModules/Reports/ViewReports.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.WebFormsModuleControlFactory.CreateModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---