I downloaded the latest Feedback 4.4.3 module and installed it on my Dnn 4.4.1 site. However, when I try to add it to a page, I receive the error shown below.
Steps to install: To do so, I navigated to Host -> Module Definitions, chose "Install New Module", selected the newly downloaded Feedback_04.04.03_Install.zip file, clicked save file, and it installs and registers without error.
Additional info: This is a hosted site, and I do not have control over the servers, nor do I compile my own modules - just plug and play. The rest of the site is fine and well. Once I remove the module from the page, there is no longer an error.
Thanks for your help, Cara
Error: Feedback is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: D:\inetpub\michaelgottinternational\DesktopModules\Feedback\Feedback.ascx(8): error BC30456: 'Page' is not a member of 'ASP.desktopmodules_feedback_feedback_ascx'. ---> System.Web.HttpCompileException: D:\inetpub\michaelgottinternational\DesktopModules\Feedback\Feedback.ascx(8): error BC30456: 'Page' is not a member of 'ASP.desktopmodules_feedback_feedback_ascx'. at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() 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.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---