Hello all.
I recently upgraded servers and moving over my DNN sites went very well except for the Announcements tool.
The original server was running 32bit version of Windows Server 2003 and dotnet 1.1 while the new server is running a 64bit Windows and DotNet 2.0
Now all pages that had Announcements modules display an error like the following instead of the actual module. I have tried everything I can think of including uninstalling the module and reinstalling it but with no success....any thoughts?
Error: Announcements is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\portalpath\DesktopModules\Announcements\Announcements.ascx(7): error BC30456: 'Page' is not a member of 'ASP.desktopmodules_announcements_announcements_ascx'. ---> System.Web.HttpCompileException: C:\portalpath\DesktopModules\Announcements\Announcements.ascx(7): error BC30456: 'Page' is not a member of 'ASP.desktopmodules_announcements_announcements_ascx'. 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.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---