I was using DNN 4 without problems. It is installed on a GoDaddy website. A couple of weeks ago, I upgraded to DNN 5. The upgrade did not show any errors and viewing the site seems to be working fine. Ever since the upgrade, I have been unable to view or change the settings for any module. Whenever I try to change the settings, I receive the following error. I am at a loss, any help is appreciated.
Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: d:\hosting\plusjoker\dnn\Admin\Modules\ModuleSettings.ascx.vb(647): error BC36593: Expression of type 'System.Collections.Generic.Dictionary(Of String, T)' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider. ---> System.Web.HttpCompileException: d:\hosting\plusjoker\dnn\Admin\Modules\ModuleSettings.ascx.vb(647): error BC36593: Expression of type 'System.Collections.Generic.Dictionary(Of String, T)' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider. 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 ---