Update... I deleted the code from \App_Code\Chat and changed a few permission issues with my copied website directory. This got the install to complete without errors but the resulting websites have multiple errors.
The biggest problem is when I login as host or an admin account the edit functions are not present. No icons/links are provided to edit anything, modules or settings. Those have all disappeared. I suspect if I can get that solved then I should be able to replace/upgrade modules that are broken.
One error that I get is from a module that I setup that has a list of Newsletter PDF files to be accessed by users. The following is the error, with site information removed.
Error: News Letters is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException:
Could not load type 'DotNetNuke.Services.FileSystem.FileController'
from assembly 'DotNetNuke, Version=9.3.1.0, Culture=neutral,
PublicKeyToken=null'. ---> System.TypeLoadException: Could not load
type 'DotNetNuke.Services.FileSystem.FileController' from assembly
'DotNetNuke, Version=9.3.1.0, Culture=neutral, PublicKeyToken=null'.
at DotNetNuke.Modules.Documents.Document.LoadData()
at DotNetNuke.Modules.Documents.Document.Page_Load(Object sender,
EventArgs e)
--- End of inner exception stack trace ---
Another error is from a Links module that I provide links to various other offsite pages. This error also references the DotNetNuke.Services.FileSystem.FileController so if the above problem is fixed I think it will solve other issues.
Error: Ministry Partners is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException:
D:\WebSites\.........\DesktopModules\Links\Links.ascx.vb(501):
error BC30002: Type 'DotNetNuke.Services.FileSystem.FileController' is
not defined. ---> System.Web.HttpCompileException:
D:\WebSites\.......\DesktopModules\Links\Links.ascx.vb(501):
error BC30002: Type 'DotNetNuke.Services.FileSystem.FileController' is
not defined.
at
System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult
result, Boolean keyFromVPP, VirtualPath virtualPath)
at
System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String
cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode,
Boolean ensureIsUpToDate)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath
virtualPath, Boolean ensureIsUpToDate)
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 ---
Is there a way to manually install the latest version of modules?
Thanks!