<?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: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/820842.aspx</link><pubDate>Tue, 08 Feb 2005 07:45:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:820842</guid><dc:creator>informerx4u</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/820842.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=820842</wfw:commentRss><description>&lt;br /&gt;
Common.Globals.ApplicationMapPath 
&lt;br /&gt;

&lt;br /&gt;
This returns wrong values many time, while using User Friendly URL.
&lt;br /&gt;

&lt;br /&gt;</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/811979.aspx</link><pubDate>Fri, 28 Jan 2005 22:57:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:811979</guid><dc:creator>sjcmp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/811979.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=811979</wfw:commentRss><description>I get the same error. It seems to be &amp;quot;fixed&amp;quot; by going back and reapplying the global permissions of NETWORK SERVICE to the DotNetNuke directory and child objects.  Though after futher editing the new portal, the problem eventually returns and I have to reset the permissions again.</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/811268.aspx</link><pubDate>Fri, 28 Jan 2005 11:04:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:811268</guid><dc:creator>happyplace2020</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/811268.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=811268</wfw:commentRss><description>Change failed in the usual way with File Manager! Going back to HttpContext works.</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/811208.aspx</link><pubDate>Fri, 28 Jan 2005 09:37:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:811208</guid><dc:creator>happyplace2020</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/811208.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=811208</wfw:commentRss><description>Charles
&lt;br /&gt;

&lt;br /&gt;
Made the change you suggested, and has been working fine for a while now. Will keep you posted.
&lt;br /&gt;

&lt;br /&gt;
[Edit] Hector's post displayed after mine.
&lt;br /&gt;

&lt;br /&gt;
Charles' suggestion is working fine for me, but obviously causing issues for others.</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/811096.aspx</link><pubDate>Fri, 28 Jan 2005 05:08:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:811096</guid><dc:creator>Hector</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/811096.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=811096</wfw:commentRss><description>&amp;quot;Rather than use the previously commented out line can those of you experiencing this issue try this fix.
&lt;br /&gt;

&lt;br /&gt;
Replace the offending line in Localization.vb with
&lt;br /&gt;

&lt;br /&gt;
Dim filePath As String = Common.Globals.ApplicationMapPath &amp;amp; Localization.SupportedLocalesFile.Substring(1).Replace(&amp;quot;/&amp;quot;, &amp;quot;\&amp;quot;)
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
There are good reasons not to use the Context.&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
That didn't work. Happy's solution did the trick.</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/810919.aspx</link><pubDate>Fri, 28 Jan 2005 00:17:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:810919</guid><dc:creator>cnurse</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/810919.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=810919</wfw:commentRss><description>Rather than use the previously commented out line can those of you experiencing this issue try this fix.
&lt;br /&gt;

&lt;br /&gt;
Replace the offending line in Localization.vb with
&lt;br /&gt;

&lt;br /&gt;
                Dim filePath As String = Common.Globals.ApplicationMapPath &amp;amp; Localization.SupportedLocalesFile.Substring(1).Replace(&amp;quot;/&amp;quot;, &amp;quot;\&amp;quot;)
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
There are good reasons not to use the Context.</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/810235.aspx</link><pubDate>Thu, 27 Jan 2005 13:10:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:810235</guid><dc:creator>happyplace2020</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/810235.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=810235</wfw:commentRss><description>Seems to be an issue with components\Localization\Localization.vb line 543: 
&lt;br /&gt;
Dim filePath As String = Path.Combine(Common.Globals.ApplicationMapPath, Localization.SupportedLocalesFile.Substring(2).Replace(&amp;quot;/&amp;quot;, &amp;quot;\&amp;quot;)) 
&lt;br /&gt;

&lt;br /&gt;
It is returning, for example, D:\DNN\Home\tabid\35\App_GlobalResources\Locales.xml and not D:\DNN\App_GlobalResources\Locales.xml
&lt;br /&gt;

&lt;br /&gt;
As a 'quick fix' I have commented line 543, uncommented line 542 and re-compiled. Seems to work ok now.</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/809581.aspx</link><pubDate>Wed, 26 Jan 2005 20:22:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:809581</guid><dc:creator>SchelianHP</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/809581.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=809581</wfw:commentRss><description>Jan thanks,
&lt;br /&gt;
I have now for test puproses disabled the Timeout for inactivity.
&lt;br /&gt;

&lt;br /&gt;
I will give it a try.
&lt;br /&gt;

&lt;br /&gt;</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/809316.aspx</link><pubDate>Wed, 26 Jan 2005 15:15:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:809316</guid><dc:creator>jan_olsmar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/809316.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=809316</wfw:commentRss><description>I talk about the worker process.
&lt;br /&gt;
In my case I set it in Pool properties - Perfomance - Timout for inactivity.
&lt;br /&gt;

&lt;br /&gt;
This in a Server 2003 IIs6 enviorment.
&lt;br /&gt;

&lt;br /&gt;
Jan O
&lt;br /&gt;</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/809255.aspx</link><pubDate>Wed, 26 Jan 2005 14:27:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:809255</guid><dc:creator>SchelianHP</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/809255.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=809255</wfw:commentRss><description>Change to what time .
&lt;br /&gt;

&lt;br /&gt;
My actual Connection timeout is setup to 120 seconds.
&lt;br /&gt;
But the error did not appear after that period.
&lt;br /&gt;

&lt;br /&gt;
Or is there another timeout which do you mean..
&lt;br /&gt;

&lt;br /&gt;
Thanks in advance
&lt;br /&gt;</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/809248.aspx</link><pubDate>Wed, 26 Jan 2005 14:21:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:809248</guid><dc:creator>jan_olsmar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/809248.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=809248</wfw:commentRss><description>I think you can temporary fix this if you change in IIS.
&lt;br /&gt;
Change the time for timeout in IIS.
&lt;br /&gt;

&lt;br /&gt;
It seems to crach after the worker processes are ended.
&lt;br /&gt;</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/809155.aspx</link><pubDate>Wed, 26 Jan 2005 12:03:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:809155</guid><dc:creator>SchelianHP</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/809155.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=809155</wfw:commentRss><description>In my last post I have thougt the problem could be solved with disabling the chache.
&lt;br /&gt;
Sorry it does not solve the problem.
&lt;br /&gt;

&lt;br /&gt;
If there is a while with no activity on the Website the error:
&lt;br /&gt;

&lt;br /&gt;
&amp;quot;An unhandled error has occurred&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
allredy occured.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
For now I will deinstall the new Beta Version !
&lt;br /&gt;

&lt;br /&gt;</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/809118.aspx</link><pubDate>Wed, 26 Jan 2005 10:35:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:809118</guid><dc:creator>SchelianHP</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/809118.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=809118</wfw:commentRss><description>I have the same problem.
&lt;br /&gt;
I think I have solved it for now with disabling the caching feature.
&lt;br /&gt;

&lt;br /&gt;</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/808967.aspx</link><pubDate>Wed, 26 Jan 2005 03:56:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:808967</guid><dc:creator>cnurse</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/808967.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=808967</wfw:commentRss><description>Logged as an issue
&lt;br /&gt;

&lt;br /&gt;
see
&lt;br /&gt;

&lt;br /&gt;
http://support.dotnetnuke.us/ViewIssue.aspx?id=541</description></item><item><title>Re: DNN3.0.9 - An unhandled error has occurred.</title><link>http://forums.asp.net/thread/808868.aspx</link><pubDate>Wed, 26 Jan 2005 01:16:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:808868</guid><dc:creator>jan_olsmar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/808868.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=808868</wfw:commentRss><description>I get the same error in a lot of pages.
&lt;br /&gt;
It happenes after beeing inactive some time.
&lt;br /&gt;</description></item></channel></rss>