Hi,
I upgraded DNN 7.2 - 7.3 and I have found I have this error: can anyone shed any light on this?
Error: SQL is currently unavailable. Click here for a new search, or contact us to report an error. DotNetNuke.Services.Exceptions.ModuleLoadException: f:\sites\property mutual\http\DesktopModules\Admin\SQL\SQL.ascx.cs(118): error CS1061: 'DataProvider' does not contain a definition for 'ExecuteScript' and no extension method 'ExecuteScript' accepting a first argument of type 'DataProvider' could be found (are you missing a using directive or an assembly reference?) ---> System.Web.HttpCompileException: f:\sites\property mutual\http\DesktopModules\Admin\SQL\SQL.ascx.cs(118): error CS1061: 'DataProvider' does not contain a definition for 'ExecuteScript' and no extension method 'ExecuteScript' accepting a first argument of type 'DataProvider' could be found (are you missing a using directive or an assembly reference?) at System.Web.Compilation.BuildManager.CompileWebFile(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.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---