<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Active Server Pages error &#039;ASP 0241&#039;</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Active Server Pages error &#039;ASP 0241&#039;]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 13:49:22 +0000</pubDate>
  <lastBuildDate>Tue, 30 Oct 2007 22:28:19 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=22927</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Active Server Pages error &#039;ASP 0241&#039; :  hi -boRg-,did you mean &amp;#034;myODBC...]]></title>
   <link>https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post128829.html#128829</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27187">milchman</a><br /><strong>Subject:</strong> 22927<br /><strong>Posted:</strong> 30&nbsp;October&nbsp;2007 at 10:28pm<br /><br />hi -boRg-,<span id="userPro128809" title="View Drop Down"></span><br><br>did you mean "myODBC 3.<font color="#ff0000"><b>51</b></font>.12"? <br>I can't find information about 3.15.12 and I can't find a site for downloading 3.51.12.<br><br>Thx<br><br><br><br><br><br><br><span style="font-size:10px"><br /><br />Edited by milchman - 30&nbsp;October&nbsp;2007 at 11:13pm</span>]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 22:28:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post128829.html#128829</guid>
  </item> 
  <item>
   <title><![CDATA[Active Server Pages error &#039;ASP 0241&#039; :  I got the same error when I...]]></title>
   <link>https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post122268.html#122268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26161">Monoix</a><br /><strong>Subject:</strong> 22927<br /><strong>Posted:</strong> 23&nbsp;April&nbsp;2007 at 11:15pm<br /><br />I got the same error when I tried to add a user through the admin panel. After removing the "Server."-part I instead got an error saying<br><br><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Active Server Pages, ASP 0115 (0x80004005)<br>A trappable error (C0000005) occurred in an external object. The script cannot continue running.<br>/webwiz_forum/admin_add_member.asp<br><br>Will try the older driver and get back here.<br><br>edit: Yep, with the older driver it worked.<br><b></b></font><span style="font-size:10px"><br /><br />Edited by Monoix - 23&nbsp;April&nbsp;2007 at 11:21pm</span>]]>
   </description>
   <pubDate>Mon, 23 Apr 2007 23:15:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post122268.html#122268</guid>
  </item> 
  <item>
   <title><![CDATA[Active Server Pages error &#039;ASP 0241&#039; :   Have found a solution to the...]]></title>
   <link>https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post121819.html#121819</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 22927<br /><strong>Posted:</strong> 05&nbsp;April&nbsp;2007 at 11:44am<br /><br />Have found a solution to the issue by removing the latest myODBC 3.51.14 driver and installing the older myODBC 3.15.12 driver. It seems to fix the issue when using Win2k3 SP2, at least it does for us.<br><br>Also if you remove the Server. part from:-<br><br>Set adoCon = <font color="#ff0000">Server.</font>CreateObject("ADODB.Connection")<br><br>To leave:-<br><br>Set adoCon = CreateObject("ADODB.Connection")<br><br>It will also help resolve the issue, the Server. part is not required in IIS5+ but was left in for compatibility with IIS 4 which some users are still using.<br><br>However, I would recommend using the older myODBC driver as anyone running the older Server. code with myODBC on the server will bring down the entire application pool for all sites that it serves.<br><br>Thanks for the tip on the Session_OnEnd with ASP, I was wondering why the active users at the bottom of this page was not decreasing. <span style="font-size:10px"><br /><br />Edited by -boRg- - 05&nbsp;April&nbsp;2007 at 11:57am</span>]]>
   </description>
   <pubDate>Thu, 05 Apr 2007 11:44:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post121819.html#121819</guid>
  </item> 
  <item>
   <title><![CDATA[Active Server Pages error &#039;ASP 0241&#039; : While I&amp;#039;m not sure it&amp;#039;s...]]></title>
   <link>https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post121811.html#121811</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25919">User123</a><br /><strong>Subject:</strong> 22927<br /><strong>Posted:</strong> 05&nbsp;April&nbsp;2007 at 2:28am<br /><br />While I'm not sure it's related it turns out SP2 for Win2K3 breaks some classic ASP functionality.&nbsp; Check out <a href="http://blogs.msdn.com/carloc/archive/2007/03/25/sessi&#111;n-&#111;nend-not-firing-after-applying-windows-2003-service-pack-2.aspx" target="_blank">this MS blog thread</a> for more info.<br><br>The main thing that's affected (at least that's known right now) is the Session_OnEnd event but there are reports of other problems which might be tied to the same issue.&nbsp; You can request the hotfix from MS free of charge by calling their support department (#s can be found by following links in the blog entry above).<br><br>Hope this helps.<br>]]>
   </description>
   <pubDate>Thu, 05 Apr 2007 02:28:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post121811.html#121811</guid>
  </item> 
  <item>
   <title><![CDATA[Active Server Pages error &#039;ASP 0241&#039; :   We are having the same issue...]]></title>
   <link>https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post121793.html#121793</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 22927<br /><strong>Posted:</strong> 04&nbsp;April&nbsp;2007 at 9:36am<br /><br />We are having the same issue after installing Windows Server 2003 SP2 and the latest myODBC driver could I ask if this is error is happening after SP2 was installed on the server?<br><br>Also to try and fix the issue in the database_connection.asp file change:-<br><br>Server.CreateObject<br><br>To:-<br><br>CreateObject<br><br>removing the Server. part.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 04&nbsp;April&nbsp;2007 at 9:37am</span>]]>
   </description>
   <pubDate>Wed, 04 Apr 2007 09:36:16 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post121793.html#121793</guid>
  </item> 
  <item>
   <title><![CDATA[Active Server Pages error &#039;ASP 0241&#039; : I have downloaded the Web Wiz...]]></title>
   <link>https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post121341.html#121341</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25954">peter123</a><br /><strong>Subject:</strong> 22927<br /><strong>Posted:</strong> 18&nbsp;March&nbsp;2007 at 6:34pm<br /><br />I have downloaded the Web Wiz Guide - Web Wiz Forums release v8.04 (MySQL)<BR><DIV></DIV><DIV>&nbsp;</DIV><DIV>I'm having problems with &nbsp;"Set adoCon = Server.CreateObject("ADODB.Connection")"<BR></DIV><DIV>When I start&nbsp;forum everithing works fine. The problem occurs after<BR>using the&nbsp;forum for many times.</DIV><DIV>It ocurrs exactly in the adodb.connection creation line: Set adoCon = Server.CreateObject("ADODB.Connection")</DIV><DIV>It's strange, the server is telling me that there is an instruction to<BR>create a null object in&nbsp;forum code.</DIV><DIV>Here is the error return page from the webserver :</DIV><DIV>&nbsp;*****************************************</DIV><DIV>Active Server Pages<FONT face="Times New Roman" size=3> </FONT><FONT face=Arial size=2>error 'ASP 0241'</FONT><FONT face="Times New Roman" size=3> </FONT></DIV><DIV><P><FONT face=Arial size=2>CreateObject Exception</FONT> <P><FONT face=Arial size=2>/forum/default.asp</FONT> <P><FONT face=Arial size=2>The CreateObject of '(null)' caused exception C0000005. </FONT><FONT face=Arial size=2><P>Server object</FONT><FONT face="Times New Roman" size=3> </FONT><FONT face=Arial size=2>error 'ASP 0177 : c0000005'</FONT><FONT face="Times New Roman" size=3> </FONT><P><FONT face=Arial size=2>Server.CreateObject Failed</FONT> <P><FONT face=Arial size=2>/forum/database/database_connection.asp</FONT><FONT face=Arial size=2>, line 248</FONT> <P><FONT face=Arial size=2>c0000005 </FONT></P>*****************************************</DIV><DIV>&nbsp;</DIV><DIV>Does anybody has an idea about it?</DIV><DIV>Thanks in advance.</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by peter123 - 18&nbsp;March&nbsp;2007 at 6:39pm</span>]]>
   </description>
   <pubDate>Sun, 18 Mar 2007 18:34:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/active-server-pages-error-asp-0241_topic22927_post121341.html#121341</guid>
  </item> 
 </channel>
</rss>