When I add the Text/html module to a page I get "A critical error has occurred. MinMax persistance type of cookie requires a ModuleId"
All other modules with the editor work fine (ie annoucements, ) Here's the log file:
AssemblyVersion: 04.00.03
Method: DotNetNuke.UI.Utilities.DNNClientAPI.EnableMinMax
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: portalname
UserID: 1
UserName: host
ActiveTabID: 63
ActiveTabName: Testpage
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.domain.ca/Testpage/tabid/63/Default.aspx
ExceptionGUID: 440b6f9f-072e-4bef-93d7-1cb26b0e0579
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: MinMax persistance type of cookie requires a ModuleId
Message: DotNetNuke.Services.Exceptions.PageLoadException: MinMax persistance type of cookie requires a ModuleId ---> System.Exception: MinMax persistance type of cookie requires a ModuleId at DotNetNuke.UI.Utilities.DNNClientAPI.EnableMinMax(Control objButton, Control objContent, Int32 intModuleId, Boolean blnDefaultMin, String strMinIconLoc, String strMaxIconLoc, MinMaxPersistanceType ePersistanceType, Int32 intAnimationFrames) at DotNetNuke.UI.Containers.Visibility.Page_PreRender(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
StackTrace:
Source:
Server Name: servername
|
|
|
|
|
2/8/2007 9:07:26 PM Module Load Exception host ModuleId: -1; ModuleDefId: -1; FriendlyName: ... |
ModuleId: -1
ModuleDefId: -1
FriendlyName:
ModuleControlSource:
AssemblyVersion: 04.00.03
Method: System.Web.Compilation.AssemblyBuilder.Compile
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: Portalname
UserID: 1
UserName: host
ActiveTabID: 63
ActiveTabName: Testpage
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.servername.ca/Testpage/tabid/63/Default.aspx
ExceptionGUID: 0dc5d931-1d32-44e6-8506-3783abd01bd1
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\fa8f2b58\75540b24\App_Web_htmlmodule.ascx.e83a8a49.iek8xnlb.0.vb(91): error BC32206: Indirect reference is being made to assembly DotNetNuke.WebControls version 1.2.1.21408, which contains 'DotNetNuke.Modules.Html.HtmlModule.lblContent'. This Project references a prior version of DotNetNuke.WebControls version 1.0.2158.30731. To use 'DotNetNuke.Modules.Html.HtmlModule.lblContent', you must replace the reference to DotNetNuke.WebControls with version 1.2.1.21408 or higher.
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\fa8f2b58\75540b24\App_Web_htmlmodule.ascx.e83a8a49.iek8xnlb.0.vb(91): error BC32206: Indirect reference is being made to assembly DotNetNuke.WebControls version 1.2.1.21408, which contains 'DotNetNuke.Modules.Html.HtmlModule.lblContent'. This Project references a prior version of DotNetNuke.WebControls version 1.0.2158.30731. To use 'DotNetNuke.Modules.Html.HtmlModule.lblContent', you must replace the reference to DotNetNuke.WebControls with version 1.2.1.21408 or higher. ---> System.Web.HttpCompileException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\fa8f2b58\75540b24\App_Web_htmlmodule.ascx.e83a8a49.iek8xnlb.0.vb(91): error BC32206: Indirect reference is being made to assembly DotNetNuke.WebControls version 1.2.1.21408, which contains 'DotNetNuke.Modules.Html.HtmlModule.lblContent'. This Project references a prior version of DotNetNuke.WebControls version 1.0.2158.30731. To use 'DotNetNuke.Modules.Html.HtmlModule.lblContent', you must replace the reference to DotNetNuke.WebControls with version 1.2.1.21408 or higher. 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.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 ---
StackTrace:
Source:
Server Name: servername |
|
|
One day (I hope), when I understand this stuff, I'll spend more time answering questions than asking them...