Good morning. I have recently installed the latest version of dnn on my server, and downloaded the forum module to install. When I use the install download, it will not let the forum be added. I can however, use the source download and copy all to my server into the appropriate folder, and then get the forum to register on the server. When I add the forum to a page, and then go to view the page, I get the following errors:
Error: Forum is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/Forum_Container.ascx' does not exist. ---> System.Web.HttpException: The file '/Forum_Container.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) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
The above error is contained within the module container. Lower in the Content pane, but outside the forum module, I get the following error:
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace
Any suggestions to remedy this situation would be greatly appreciated.
Thank you in advance
CommDown