<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>DotNetNuke</title><link>http://www.dotnetnuke.com/tabid/795/Default.aspx</link><description>Discussions of DotNetNuke for ASP.NET 1.x and above.  &lt;a href="http://www.dotnetnuke.com/" target="_blank"&gt;DNN Home&lt;/a&gt; &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=105&amp;c=25" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: MinMax persistance type of cookie requires a ModuleId?</title><link>http://forums.asp.net/thread/1232303.aspx</link><pubDate>Tue, 21 Mar 2006 03:56:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1232303</guid><dc:creator>datamark</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1232303.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1232303</wfw:commentRss><description>I wonder if you could translate this into something a beginner-programmer could wrap his brain around? I'm using DNN and CATALook for a storefront. But I have not loaded anything in Visual Studio. I've just been using the DNN admin and host functions to build a site. Now, who knows why, I get the "MinMax persistance type of cookie requires a ModuleId" error like so many others it seems. I'm quite sure it is not a programming error of mine, so it must be a pre-made module from DNN or CATALook. Right? How do I go about figuring it out? I'm new at this, but I promise to try to understand and participate. - Thanks</description></item><item><title>Re: MinMax persistance type of cookie requires a ModuleId?</title><link>http://forums.asp.net/thread/1232227.aspx</link><pubDate>Tue, 21 Mar 2006 02:06:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1232227</guid><dc:creator>michael1047</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1232227.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1232227</wfw:commentRss><description>&lt;p&gt;This bug was almost the death of one of my largest projects.&amp;nbsp; For all of you who encounter this error, pay close attention to your manifest.&amp;nbsp; (yourcompany.module.dnn)&amp;nbsp; Make sure all your dlls are called out.&amp;nbsp; The one I messed was settings.aspx.dll.&amp;nbsp; In my orignal project I did not have a settings.aspx.&amp;nbsp; (it came from the starter kit.&lt;/p&gt;
&lt;p&gt;&amp;lt;slightRant&amp;gt;What drives me crazy is that now I have to edit the .dnn file every time I pre-compile.&amp;nbsp; This is NO good and a complete waste of time for me (or anyone else I would imagine).&amp;lt;/slightRant&amp;gt;&lt;/p&gt;
&lt;p&gt;Anyway, just keep a lookout for missing or misspelled .dll or file references in your .dnn file.&lt;/p&gt;
&lt;p&gt;hope this returns your sanity... :-)&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type of cookie requires a ModuleId?</title><link>http://forums.asp.net/thread/1167015.aspx</link><pubDate>Fri, 13 Jan 2006 01:14:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1167015</guid><dc:creator>Web Data Technologies</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1167015.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1167015</wfw:commentRss><description>&lt;p&gt;The solutions that work here vary depending on your setups and your portal versions.&lt;/p&gt;
&lt;p&gt;If you have 3.x:&lt;/p&gt;
&lt;p&gt;It could be as simple as looking at the class inheritance in your ascx file and making sure that the class its calling exists in the code behind.&amp;nbsp; It could be different namespaces.&amp;nbsp; Check both.&lt;/p&gt;
&lt;p&gt;If you have version 4.x:&lt;/p&gt;
&lt;p&gt;Check to make sure that if you used templates that the files did infact install to the proper directory of DesktopModules and that your Provider went to to correct location as well.&lt;/p&gt;
&lt;p&gt;These are both COMMON problems with this error.&amp;nbsp; The error that I was getting was a result of the namespace issue.&amp;nbsp; Everything was basically all over the place and nothing seemed to match anything as far as when it called for a certain class or namespace.&amp;nbsp; I then noticed that the class that was called in the very first line of the ascx. Was no where to be found in my codebehind.&amp;nbsp; Another developer was gracious to send me the second result.&amp;nbsp; He noticed that the templates were misplacing files.&amp;nbsp; When it did this when any part of the module made a call to the DAL it was not there and threw this error.&amp;nbsp; So if you check your namespaces and check how and where they are called and defined.&amp;nbsp; Along with checking any Inherited classes in the ascx you should be ok with 3.x. With 4.x you may have to ensure that when you build a project that the files are going where they should be and if they are not, move them.&amp;nbsp; I hope this helps all of you out there with this problem as there seems to be more and more people getting this problem as more developers switch to the newer versions of DNN.&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type of cookie requires a ModuleId?</title><link>http://forums.asp.net/thread/1166666.aspx</link><pubDate>Thu, 12 Jan 2006 19:46:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1166666</guid><dc:creator>chrissuttman</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1166666.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1166666</wfw:commentRss><description>&lt;p&gt;I just had the same MinMax error. I fixed it by correcting&amp;nbsp;the namespace in my ascx file. I had done some cutting and pasting and apparently didn't put the correct path into one of the files. You will need to check the namespace throughout all files in your project as well as check the path to the codebehind for each ascx page (found in the top of the html). From what I've read elsewhere... DNN is pretty picky about namespaces being consistent.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type of cookie requires a ModuleId?</title><link>http://forums.asp.net/thread/1165030.aspx</link><pubDate>Wed, 11 Jan 2006 13:47:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1165030</guid><dc:creator>Filin</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1165030.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1165030</wfw:commentRss><description>I had the same problem in DNN402. When i have&amp;nbsp;created&amp;nbsp;&amp;nbsp;PA with source and deploy it to another DNN4 host. Its create wrong pathes to .ascx files. Its seems to be a bug :)</description></item><item><title>Re: MinMax persistance type of cookie requires a ModuleId?</title><link>http://forums.asp.net/thread/1152185.aspx</link><pubDate>Tue, 27 Dec 2005 04:07:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1152185</guid><dc:creator>goboxe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1152185.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1152185</wfw:commentRss><description>&lt;p&gt;I also got similar errors as above - found in Log Viewer.&lt;/p&gt;
&lt;p&gt;In my case, the module if works fine if I am using the standard DataGrid.&lt;/p&gt;
&lt;p&gt;I got errors when try to replace the DataGrid with Infragistics WebGrid control.&lt;/p&gt;
&lt;p&gt;Are there any considerations or compatibility issues with third party controls?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Hadzramin&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type of cookie requires a ModuleId?</title><link>http://forums.asp.net/thread/1152038.aspx</link><pubDate>Mon, 26 Dec 2005 20:52:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1152038</guid><dc:creator>IcthusTech</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1152038.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1152038</wfw:commentRss><description>&lt;p&gt;I recieve the same error on an upgrade of 3.1.1 to 4.0.2 when the Search Imput module is on the page.&lt;/p&gt;
&lt;p&gt;&lt;a HREF="/1151740/ShowPost.aspx"&gt;http://forums.asp.net/1151740/ShowPost.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type of cookie requires a ModuleId?</title><link>http://forums.asp.net/thread/1151948.aspx</link><pubDate>Mon, 26 Dec 2005 17:10:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1151948</guid><dc:creator>Web Data Technologies</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1151948.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1151948</wfw:commentRss><description>&lt;p&gt;Thanks Paul this will help me as I have as of yet to grab on to the concept of custom module building as a whole.&amp;nbsp; The modules that I am using in this particular instance are source modules that were built by a third party.&amp;nbsp; They do currently work on dnn 3.1.1, but when I attempt to use them in another application they do not work&amp;nbsp;with the new application is 3.2.1.&amp;nbsp; The three errors that occur in the log are this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color=#ff0000&gt;&lt;strong&gt;ERROR #1&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal id=dnn_ctr360_LogViewer_dlLog__ctl2_lblException&gt;&lt;b&gt;AssemblyVersion&lt;/b&gt;: 03.02.01&lt;br /&gt;&lt;b&gt;Method&lt;/b&gt;: DotNetNuke.UI.Utilities.DNNClientAPI.EnableMinMax&lt;br /&gt;&lt;b&gt;FileName&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;FileLineNumber&lt;/b&gt;: 0&lt;br /&gt;&lt;b&gt;FileColumnNumber&lt;/b&gt;: 0&lt;br /&gt;&lt;b&gt;PortalID&lt;/b&gt;: 0&lt;br /&gt;&lt;b&gt;PortalName&lt;/b&gt;: TEST&lt;br /&gt;&lt;b&gt;UserID&lt;/b&gt;: 1&lt;br /&gt;&lt;b&gt;UserName&lt;/b&gt;: host&lt;br /&gt;&lt;b&gt;ActiveTabID&lt;/b&gt;: 73&lt;br /&gt;&lt;b&gt;ActiveTabName&lt;/b&gt;: New User Registration&lt;br /&gt;&lt;b&gt;AbsoluteURL&lt;/b&gt;: /DotNetNuke/Default.aspx&lt;br /&gt;&lt;b&gt;AbsoluteURLReferrer&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;ExceptionGUID&lt;/b&gt;: dfc11bcb-4394-4766-8d2e-1465350b9540&lt;br /&gt;&lt;b&gt;DefaultDataProvider&lt;/b&gt;: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider&lt;br /&gt;&lt;b&gt;InnerException&lt;/b&gt;: MinMax persistance type of cookie requires a ModuleId&lt;br /&gt;&lt;b&gt;Message&lt;/b&gt;: DotNetNuke.Services.Exceptions.PageLoadException: MinMax persistance type of cookie requires a ModuleId ---&amp;gt; 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() --- End of inner exception stack trace ---&lt;br /&gt;&lt;b&gt;StackTrace&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;Source&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;Server Name&lt;/b&gt;: WEB&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal&gt;&lt;strong&gt;&lt;font color=#ff0000&gt;ERROR #2&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal&gt;&lt;span class=Normal id=dnn_ctr360_LogViewer_dlLog__ctl2_lblException&gt;&lt;b&gt;AssemblyVersion&lt;/b&gt;: 03.02.01&lt;br /&gt;&lt;b&gt;Method&lt;/b&gt;: DotNetNuke.UI.Utilities.DNNClientAPI.EnableMinMax&lt;br /&gt;&lt;b&gt;FileName&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;FileLineNumber&lt;/b&gt;: 0&lt;br /&gt;&lt;b&gt;FileColumnNumber&lt;/b&gt;: 0&lt;br /&gt;&lt;b&gt;PortalID&lt;/b&gt;: 0&lt;br /&gt;&lt;b&gt;PortalName&lt;/b&gt;: TEST&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=Normal&gt;&lt;span class=Normal&gt;&lt;b&gt;UserID&lt;/b&gt;: 1&lt;br /&gt;&lt;b&gt;UserName&lt;/b&gt;: host&lt;br /&gt;&lt;b&gt;ActiveTabID&lt;/b&gt;: 73&lt;br /&gt;&lt;b&gt;ActiveTabName&lt;/b&gt;: New User Registration&lt;br /&gt;&lt;b&gt;AbsoluteURL&lt;/b&gt;: /DotNetNuke/Default.aspx&lt;br /&gt;&lt;b&gt;AbsoluteURLReferrer&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;ExceptionGUID&lt;/b&gt;: dfc11bcb-4394-4766-8d2e-1465350b9540&lt;br /&gt;&lt;b&gt;DefaultDataProvider&lt;/b&gt;: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider&lt;br /&gt;&lt;b&gt;InnerException&lt;/b&gt;: MinMax persistance type of cookie requires a ModuleId&lt;br /&gt;&lt;b&gt;Message&lt;/b&gt;: DotNetNuke.Services.Exceptions.PageLoadException: MinMax persistance type of cookie requires a ModuleId ---&amp;gt; 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() --- End of inner exception stack trace ---&lt;br /&gt;&lt;b&gt;StackTrace&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;Source&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;Server Name&lt;/b&gt;: WEB&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal&gt;&lt;span class=Normal&gt;&lt;strong&gt;&lt;font color=#ff0000&gt;ERROR #3&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal&gt;&lt;span class=Normal&gt;&lt;span class=Normal id=dnn_ctr360_LogViewer_dlLog__ctl4_lblException&gt;&lt;b&gt;ModuleId&lt;/b&gt;: -1&lt;br /&gt;&lt;b&gt;ModuleDefId&lt;/b&gt;: -1&lt;br /&gt;&lt;b&gt;FriendlyName&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;ModuleControlSource&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;AssemblyVersion&lt;/b&gt;: 03.02.01&lt;br /&gt;&lt;b&gt;Method&lt;/b&gt;: System.Web.UI.TemplateParser.GetType&lt;br /&gt;&lt;b&gt;FileName&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;FileLineNumber&lt;/b&gt;: 0&lt;br /&gt;&lt;b&gt;FileColumnNumber&lt;/b&gt;: 0&lt;br /&gt;&lt;b&gt;PortalID&lt;/b&gt;: 0&lt;br /&gt;&lt;b&gt;PortalName&lt;/b&gt;: TEST&lt;br /&gt;&lt;b&gt;UserID&lt;/b&gt;: 1&lt;br /&gt;&lt;b&gt;UserName&lt;/b&gt;: host&lt;br /&gt;&lt;b&gt;ActiveTabID&lt;/b&gt;: 73&lt;br /&gt;&lt;b&gt;ActiveTabName&lt;/b&gt;: New User Registration&lt;br /&gt;&lt;b&gt;AbsoluteURL&lt;/b&gt;: /DotNetNuke/Default.aspx&lt;br /&gt;&lt;b&gt;AbsoluteURLReferrer&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;ExceptionGUID&lt;/b&gt;: 2d57856c-eead-4aca-bc1c-86bfca33c920&lt;br /&gt;&lt;b&gt;DefaultDataProvider&lt;/b&gt;: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider&lt;br /&gt;&lt;b&gt;InnerException&lt;/b&gt;: Parser Error: Could not load type 'WebDataTechnologies.DNN.Modules.PageControl'.&lt;br /&gt;&lt;b&gt;Message&lt;/b&gt;: DotNetNuke.Services.Exceptions.ModuleLoadException: Parser Error: Could not load type 'WebDataTechnologies.DNN.Modules.PageControl'. ---&amp;gt; System.Web.HttpParseException: Parser Error: Could not load type 'WebDataTechnologies.DNN.Modules.PageControl'. ---&amp;gt; System.Web.HttpException: Could not load type 'WebDataTechnologies.DNN.Modules.PageControl'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase) at System.Web.UI.TemplateParser.ProcessMainDirective(IDictionary mainDirective) at System.Web.UI.TemplateControlParser.ProcessMainDirective(IDictionary mainDirective) at System.Web.UI.TemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text) at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) at System.Web.UI.TemplateParser.ParseFile(String filename, String virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() at System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) at System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() at System.Web.UI.TemplateParser.GetParserCacheItem() at System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControlParser.GetCompiledType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.UserControlParser.GetCompiledUserControlType(String virtualPath, String inputFile, HttpContext context) 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 ---&lt;br /&gt;&lt;b&gt;StackTrace&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;Source&lt;/b&gt;: &lt;br /&gt;&lt;b&gt;Server Name&lt;/b&gt;: WEB&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal&gt;&lt;span class=Normal&gt;&lt;span class=Normal&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal&gt;&lt;span class=Normal&gt;&lt;span class=Normal&gt;Thanks again for your help Paul.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal&gt;&lt;span class=Normal&gt;&lt;span class=Normal&gt;Michael&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type of cookie requires a ModuleId?</title><link>http://forums.asp.net/thread/1151524.aspx</link><pubDate>Sun, 25 Dec 2005 10:24:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1151524</guid><dc:creator>paulsoren</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1151524.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1151524</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can't see whether it's an existing module or it's a module you have developed yourself.&lt;/p&gt;
&lt;p&gt;I assume the latter. &lt;/p&gt;
&lt;p&gt;This error can be caused by many things. If your page contains an&amp;nbsp;error which prevents the page from being loaded this is the error message you get.&amp;nbsp;To see what's causing the error open the Log Viewer under Admin. You most proberly have a ModuleLoadException and a PageLoadException. Check the ModuleLoadException - you might find the answer there.&lt;/p&gt;
&lt;p&gt;How do you avoid ending up in this situation. ?&lt;br /&gt;What I do is to use the template to generate the project and then go ahead as so well explained in the tutorials from Seabury Design. Make sure that you can compile your project and add the module to DNN and see that you can load it BEFORE you start adding your own code. Split up your development process and make sure that you can load your module after each part of the process.&lt;/p&gt;
&lt;p&gt;This is not the final solution, but my expriences and it works for me - with help from Seabury Design !&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type of cookie requires a ModuleId?</title><link>http://forums.asp.net/thread/1150946.aspx</link><pubDate>Sat, 24 Dec 2005 01:31:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1150946</guid><dc:creator>Web Data Technologies</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1150946.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1150946</wfw:commentRss><description>&lt;p&gt;Some say this is a consistent name space inheritance issue?&amp;nbsp; Some say its the lack of the [ModuleName]class Info.vb file in the App_Code/[ModuleName] directory.&amp;nbsp; Which is it.&amp;nbsp; I am thinking that it could be inconsistant classes.&lt;/p&gt;</description></item><item><title>MinMax persistance type of cookie requires a ModuleId?</title><link>http://forums.asp.net/thread/1150834.aspx</link><pubDate>Fri, 23 Dec 2005 21:48:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1150834</guid><dc:creator>Web Data Technologies</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1150834.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1150834</wfw:commentRss><description>&lt;p&gt;Everytime I define a module in my instance of DNN3.2 I get this error.&lt;/p&gt;
&lt;p&gt;"&lt;span class=Normal id=dnn__ctl7_lblMessage&gt;MinMax persistance type of cookie requires a ModuleId"&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal&gt;What causes it and how do I rid myself of it?&amp;nbsp; The steps I take to get this error are:&lt;br /&gt;Navigiate as host to Host&amp;gt;&amp;gt;Module Definitions&lt;br /&gt;Click Add New Module Definition&lt;br /&gt;Type in Module Name, The folder containing the ascx and other files, Friendly Name, Description, Verison, Yes or No if its premium and then click update&lt;br /&gt;Type in Definition Name click Add Definition&lt;br /&gt;Leave Default Cache Time at 0 Click Add Control&lt;br /&gt;Add My Controls, Keys,&amp;nbsp;Types,&amp;nbsp;Sources&amp;nbsp;and Titles Click Update&lt;br /&gt;Navigate to the Page I want the control on&lt;br /&gt;Select the Control from the drop down Select the pane from the drop down Click Add&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal&gt;WAM! Error.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal&gt;Any ideas on what might cause this?&lt;/span&gt;&lt;/p&gt;&lt;span class=Normal&gt;
&lt;p&gt;
&lt;table cellSpacing=0 cellPadding=4&gt;

&lt;tr&gt;
&lt;td align=left&gt;&lt;img id=dnn__ctl7_imgIcon alt="" src="http://localhost/DotNetNuke/images/red-error.gif" /&gt;&lt;/td&gt;
&lt;td align=left&gt;&lt;span class=NormalRed id=dnn__ctl7_lblHeading&gt;&lt;font color=#ff0000&gt;&lt;strong&gt;A critical error has occurred.&lt;/strong&gt;&lt;/font&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class=Normal id=dnn__ctl7_lblMessage&gt;MinMax persistance type of cookie requires a ModuleId&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;
&lt;p&gt;When I check the SQL Server Modules Table the Module has a ModuleID and in the ModelDefinitions Table the Module is listed with a ModelDefID.&lt;/p&gt;&lt;/span&gt;</description></item></channel></rss>