<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Powertips &#187; ASPX Error</title>
	<atom:link href="http://scripting.chaindb.com/category/dotnet/aspdotnet/aspx-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://scripting.chaindb.com</link>
	<description>Programmer tips</description>
	<lastBuildDate>Thu, 22 Dec 2011 02:57:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Error: The installer was interrupted [AppName] could not be installed</title>
		<link>http://scripting.chaindb.com/2011/11/02/error-the-installer-was-interrupted/</link>
		<comments>http://scripting.chaindb.com/2011/11/02/error-the-installer-was-interrupted/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 13:25:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[ASPX Error]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Installation Incomplete]]></category>

		<guid isPermaLink="false">http://scripting.chaindb.com/?p=1135</guid>
		<description><![CDATA[Installing a .net application on different platforms would be a headache if you are not familiar with every details on how it work. One of the error more often happened is the &#8220;The Installer was interrupted [AppName] could be installed. You need to restart the installer to try again.&#8221; as depicted below var infolink_pid = [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-7360303176440694";
/* scripting_Banner (468 x 60) */
google_ad_slot = "0537236933";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Installing a .net application on different platforms would be a headache if you are not familiar with every details on how it work.</p>
<p>One of the error more often happened is the &#8220;The Installer was interrupted [AppName] could be installed. You need to restart the installer to try again.&#8221; as depicted below<br />
<script type="text/javascript">
    var infolink_pid = 307811;
    var infolink_wsid = 0;
</script>
<script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"></script><br />
To resolve this issue, there&#8217;s a service that need to be enabled <strong>&#8220;<em>IIS Metabase and IIS 6 configuration compatibility&#8221;</em></strong></p>
<p><strong>Under windows 7:</strong></p>
<ol>
<li>Go to Control Panel</li>
<li>Programs</li>
<li>Turns windows features on or off.</li>
</ol>
<div><strong>Under Windows 2008:</strong></div>
<div>
<ol>
<li>Launch the Server Manager</li>
<li>Roles</li>
<li>enable the <strong><em>IIS Metabase and IIS 6 configuration compatibility</em></strong></li>
</ol>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://scripting.chaindb.com/2011/11/02/error-the-installer-was-interrupted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error:BC30456: &#8216;CreateResourceBasedLiteralControl&#8217; is not a member of</title>
		<link>http://scripting.chaindb.com/2011/08/22/errorbc30456-createresourcebasedliteralcontrol-is-not-a-member-of/</link>
		<comments>http://scripting.chaindb.com/2011/08/22/errorbc30456-createresourcebasedliteralcontrol-is-not-a-member-of/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 06:46:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASPX Error]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[compiled]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://scripting.chaindb.com/?p=1043</guid>
		<description><![CDATA[I&#8217;m getting this error after I&#8217;ve published an aspx application to the webserver. After a lot of research I&#8217;ve found a fix that works for me, this is to change the class visibility of the aspx.vb files from Private to Public. For more information, please see forum.]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-7360303176440694";
/* scripting_468x15, created 5/12/10 */
google_ad_slot = "3352621531";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
I&#8217;m getting this error after I&#8217;ve published an aspx application to the webserver. After a lot of research I&#8217;ve found a fix that works for me, this is to change the class visibility of the aspx.vb files from <strong>Private </strong>to <strong>Public</strong>.</p>
<p><a href="http://p2p.wrox.com/asp-net-1-0-1-1-basics/6838-createresourcebasedliteralcontrol-not-membe.html" title=" CreateResourceBasedLiteralControl' is not a membe" target="_blank">For more information, please see forum.</a><br />
<script type="text/javascript"><!--
google_ad_client = "pub-7360303176440694";
/* scripting_Banner (468 x 60) */
google_ad_slot = "0537236933";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://scripting.chaindb.com/2011/08/22/errorbc30456-createresourcebasedliteralcontrol-is-not-a-member-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error:The server tag &#8216;asp:BulletedList&#8217; is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix.</title>
		<link>http://scripting.chaindb.com/2011/08/19/errorthe-server-tag-aspbulletedlist-is-ambiguous-please-modify-the-associated-registration-that-is-causing-ambiguity-and-pick-a-new-tag-prefix/</link>
		<comments>http://scripting.chaindb.com/2011/08/19/errorthe-server-tag-aspbulletedlist-is-ambiguous-please-modify-the-associated-registration-that-is-causing-ambiguity-and-pick-a-new-tag-prefix/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 03:31:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASPX Error]]></category>

		<guid isPermaLink="false">http://scripting.chaindb.com/?p=1041</guid>
		<description><![CDATA[Fortunately, there are a couple of fixes, and they are reasonably easy. One fix is to change the TagPrefix attribute of the @Register directive that the Toolkit adds to a page from &#8220;asp&#8221; to something else. I like &#8220;act&#8221;, which so far has not caused any other collisions. Or, if you use the Toolkit a [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-7360303176440694";
/* scripting_Banner (468 x 60) */
google_ad_slot = "0537236933";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Fortunately, there are a couple of fixes, and they are reasonably easy. One fix is to change the TagPrefix attribute of the @Register directive that the Toolkit adds to a page from &#8220;asp&#8221; to something else. I like &#8220;act&#8221;, which so far has not caused any other collisions. Or, if you use the Toolkit a lot and don&#8217;t mind changing its source code, look for the AssemblyInfo.cs file in the AjaxControlToolkit project in the source code and change the following line to use something else, then recompile the project and start using the new assembly.</p>
<p>&nbsp;<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7360303176440694";
/* scripting_468x15, created 5/12/10 */
google_ad_slot = "3352621531";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<a title="Ambiguous BulletedLists and the AJAX Control Toolkit" href="http://www.devproconnections.com/article/aspnet2/ambiguous-bulletedlists-and-the-ajax-control-toolkit" target="_blank">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scripting.chaindb.com/2011/08/19/errorthe-server-tag-aspbulletedlist-is-ambiguous-please-modify-the-associated-registration-that-is-causing-ambiguity-and-pick-a-new-tag-prefix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

