Thanks Sebastian! I appreciate your advice. I went from 4.8.3 to 4.9.5 flawlessly. Then I went from 4.9.5 to 5.2.2 and I'm getting errors everywhere! Here's a couple for example...
On a text/html module that is just simply displaying an image I get this:
"A critical error has occurred. Object reference not set to an instance of an object." .
When I attempt to access host settings on my host portal I get:
"Error: Host Settings is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: E:\0\1\89\84\1904084\user\2072161\htdocs\DesktopModules\Admin\HostSettings\HostSettings.ascx.vb(309): error BC30198: ')' expected. ---> System.Web.HttpCompileException: E:\0\1\89\84\1904084\user\2072161\htdocs\DesktopModules\Admin\HostSettings\HostSettings.ascx.vb(309): error BC30198: ')' expected. at System.Web.Compilation.BuildManager.CompileWebFile(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.Compilation.BuildManager.GetVPathBuildResultWithAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(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.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---"
On other text/html modules that just display text it appears as if the text has dissappeared.
I can, however, still access admin > site settings on my host portal.
Please help!
Troy