I discovered one of modules is getting this error on only ONE of the modules four pages.
I copied the DotNetNuke DLL files from my production server down to the development box, recreated the reference, ensured the properties were set to not copy the file locally etc., rebuilt, and reinstalled the module. I am still getting this error.
Any help would be greatly appreciated.
ModuleId: 382
ModuleDefId: 106
FriendlyName:
ModuleControlSource: DesktopModules/DONEIN_NET/Feedback/subject.ascx
AssemblyVersion: 05.00.00
PortalID: 0
PortalName: DONEIN.NET (DotNetNuke Modules, DNN Modules, .Net Nuke Modules, ASP.NET)
UserID: 1
UserName: host
ActiveTabID: 57
ActiveTabName: Feedback Module
RawURL: /net_donein/Default.aspx?tabid=57&ctl=Subject&mid=382
AbsoluteURL: /net_donein/Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.21022; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: edd18f4c-7b71-45a8-888f-58fa291387e3
InnerException: d:\hosting\net_donein\DesktopModules\DONEIN_NET\Feedback\subject.ascx(35): error BC30456: 'Page' is not a member of 'ASP.desktopmodules_donein_net_feedback_subject_ascx'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.CompileWebFile
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: d:\hosting\net_donein\DesktopModules\DONEIN_NET\Feedback\subject.ascx(35): error BC30456: 'Page' is not a member of 'ASP.desktopmodules_donein_net_feedback_subject_ascx'. ---> System.Web.HttpCompileException: d:\hosting\rubicontrail\net_donein\DesktopModules\DONEIN_NET\Feedback\subject.ascx(35): error BC30456: 'Page' is not a member of 'ASP.desktopmodules_donein_net_feedback_subject_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.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.ControlUtilites.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
Source: