<?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>Custom Modules</title><link>http://www.dotnetnuke.com/tabid/795/Default.aspx</link><description>Developing custom modules for DotNetNuke.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: MinMax persistance type error</title><link>http://forums.asp.net/thread/1153573.aspx</link><pubDate>Wed, 28 Dec 2005 18:27:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1153573</guid><dc:creator>PScarlett</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1153573.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1153573</wfw:commentRss><description>&lt;p&gt;I also am having problems here.&amp;nbsp; When adding a module to a new page. It seems all the solutions provided have not corrected the problem.&amp;nbsp; I am working in 4.0.2 form the starter kit using VS 2005 pro.&lt;/p&gt;
&lt;p&gt;I unchecked the friendly URL feature and I no longer had the problem...&amp;nbsp; &lt;/p&gt;
&lt;p&gt;hope this helps &lt;/p&gt;
&lt;p&gt;Paul.&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type error</title><link>http://forums.asp.net/thread/1153276.aspx</link><pubDate>Wed, 28 Dec 2005 12:34:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1153276</guid><dc:creator>Mariette</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1153276.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1153276</wfw:commentRss><description>Yes, just wanted to answer that :-)</description></item><item><title>Re: MinMax persistance type error</title><link>http://forums.asp.net/thread/1153264.aspx</link><pubDate>Wed, 28 Dec 2005 12:20:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1153264</guid><dc:creator>anthony.glenwright</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1153264.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1153264</wfw:commentRss><description>erk.. I should qualify that... I got around the &lt;span class=Normal id=dnn_ctl01_lblMessage&gt;Invalid postback or callback argument, but the Javascript for dnntree is still giving an object required error.&lt;/span&gt;</description></item><item><title>Re: MinMax persistance type error</title><link>http://forums.asp.net/thread/1153262.aspx</link><pubDate>Wed, 28 Dec 2005 12:17:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1153262</guid><dc:creator>anthony.glenwright</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1153262.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1153262</wfw:commentRss><description>&lt;p&gt;I got around that one in web.config, too.&amp;nbsp; Find the &amp;lt;pages&amp;gt; node, and add enableEventValidation="false", like this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;font face="Courier New" size=2&gt;&amp;lt;pages validateRequest="false" enableViewStateMac="true" enableEventValidation="false" /&amp;gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type error</title><link>http://forums.asp.net/thread/1153211.aspx</link><pubDate>Wed, 28 Dec 2005 10:09:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1153211</guid><dc:creator>Mariette</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1153211.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1153211</wfw:commentRss><description>&lt;p&gt;Hi Anthony,&lt;/p&gt;
&lt;p&gt;Thanks, that worked but the Filemanager in DNN 3.2.2 on .Net 2.0 does not work. It does not show any folders and gives an error 'Object required' in the left bottom corner of IE. When you&amp;nbsp;click the refresh icon in the file manager this happens:&lt;/p&gt;
&lt;p&gt;&lt;span class=NormalRed id=dnn_ctl01_lblHeading&gt;A critical error has occurred.&lt;br /&gt;&lt;/span&gt;&lt;span class=Normal id=dnn_ctl01_lblMessage&gt;Invalid postback or callback argument. Event validation is enabled using &amp;lt;pages enableEventValidation="true"/&amp;gt; in configuration or &amp;lt;%@ Page EnableEventValidation="true" %&amp;gt; in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type error</title><link>http://forums.asp.net/thread/1153204.aspx</link><pubDate>Wed, 28 Dec 2005 09:49:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1153204</guid><dc:creator>anthony.glenwright</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1153204.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1153204</wfw:commentRss><description>&lt;p&gt;Hi Mariette,&lt;/p&gt;
&lt;p&gt;I got this exact error when I tested DNN 3.2.0 with ASP.NET 2.0, which I tested as a result of your post in the Inventua forums.&amp;nbsp; This error is actually just a follow-on side effect of the "real" error, which is a "ResX input is not valid. Cannot find valid "resheader" tags for the ResX reader and writer type names"&amp;nbsp;(have a look in your log viewer to see these).&lt;/p&gt;
&lt;p&gt;The error happens because DNN 3.2 ships with a web.config that is appropriate for ASP.NET 1.1.&amp;nbsp; Adding this to web.config fixed the problem.&lt;/p&gt;
&lt;p&gt;&lt;font face="Courier New" size=2&gt;&amp;nbsp; &amp;lt;compilation debug="false" strict="false"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;buildProviders&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;remove extension=".resx" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;remove extension=".resources" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/buildProviders&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;assemblies&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add assembly="Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/assemblies&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- register your app_code subfolders to generate granular assemblies during compilation&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;codeSubDirectories&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add directoryName="sub-directory name"/&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/codeSubDirectories&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/compilation&amp;gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type error</title><link>http://forums.asp.net/thread/1151539.aspx</link><pubDate>Sun, 25 Dec 2005 11:21:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1151539</guid><dc:creator>Mariette</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1151539.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1151539</wfw:commentRss><description>&lt;p&gt;I was able to reproduce the problem with the modules I already mentioned. When I delete all the resx files in C:\Inetpub\wwwroot\Dotnetnuke\DesktopModules\Bonosoft - Multi Page content\App_LocalResources the error goes away. The same is valid for Inventua Side-Menu and Inventua Googlesearch. All running on .Net 2.0. These errors do not appear under .Net 1.1.&lt;/p&gt;
&lt;p&gt;A clean install of DNN 3.2.2. does not create .resources files in C:\Inetpub\wwwroot\Dotnetnuke\App_GlobalResources that cause an upgrade from 3.1.1. to fail so I was not able to reproduce that problem. If you want me to do install 3.1.1 and then upgrade to 3.2.2. I can do that too.&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type error</title><link>http://forums.asp.net/thread/1151505.aspx</link><pubDate>Sun, 25 Dec 2005 09:52:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1151505</guid><dc:creator>thecrispy1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1151505.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1151505</wfw:commentRss><description>&lt;p&gt;When you say delete the resx files, do you mean the localization ones in App_LocalResources or do you mean the ones matching the module controls in the module root?&lt;/p&gt;
&lt;p&gt;I have a 3.2.0 that I started to see this one so I upgraded to 3.2.2, in dev enviroment.&amp;nbsp; The only thing which made it go away was compiling the dotnetnuke.controls.sln.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: MinMax persistance type error</title><link>http://forums.asp.net/thread/1151191.aspx</link><pubDate>Sat, 24 Dec 2005 14:28:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1151191</guid><dc:creator>Mariette</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1151191.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1151191</wfw:commentRss><description>I just installed DNN 3.2.2 and Inventua Sidemenu and it gives excactly this error. Once you delete the resx files there are no more errors. Bonosoft Multipage does the same as Inventua GoogleSearch.</description></item><item><title>Re: MinMax persistance type error</title><link>http://forums.asp.net/thread/1149694.aspx</link><pubDate>Thu, 22 Dec 2005 19:50:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1149694</guid><dc:creator>thecrispy1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1149694.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1149694</wfw:commentRss><description>This is actually a bug in 3.2.1 and 4.0.1.</description></item><item><title>Re: MinMax persistance type error</title><link>http://forums.asp.net/thread/1149654.aspx</link><pubDate>Thu, 22 Dec 2005 19:20:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1149654</guid><dc:creator>davidbarrett</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1149654.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1149654</wfw:commentRss><description>For what it's worth, I've seen this when I have a module defined in the database, but the code objects (the .ascx items) aren't actually in the website.&lt;br /&gt;&lt;br /&gt;Not sure if that's what's causing your problem or not, but it's worth mentioning.&lt;br /&gt;</description></item><item><title>MinMax persistance type error</title><link>http://forums.asp.net/thread/1149416.aspx</link><pubDate>Thu, 22 Dec 2005 16:13:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1149416</guid><dc:creator>jronquil</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1149416.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1149416</wfw:commentRss><description>&lt;p&gt;I am using DNN3 3.2.1.&amp;nbsp; I jus created a module a tried to run add it on my site but it generates this error:&lt;/p&gt;
&lt;p&gt;"&amp;nbsp;&lt;span class=Normal id=dnn__ctl6_lblMessage&gt;MinMax persistance type of cookie requires a ModuleId"&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=Normal&gt;Does anyone know why this occurs?&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>