<?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>Web Development - Web Development Tutorial for Developer&#039;s, Asp.net Tutorial, PHP Development, Wordpress Integration &#187; Error Handling</title>
	<atom:link href="http://www.solutions4ever.net/category/error-handling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solutions4ever.net</link>
	<description>Web Development Solutions Provider</description>
	<lastBuildDate>Mon, 30 Jan 2012 10:11:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ambiguous match found</title>
		<link>http://www.solutions4ever.net/2010/02/ambiguous-match-found/</link>
		<comments>http://www.solutions4ever.net/2010/02/ambiguous-match-found/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 09:41:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Error Handling]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=122</guid>
		<description><![CDATA[<p> </p>
<p>This error is occur on that time when u have declared a variable name and the control name same as variable name. When you run your application on local system there is no error occurred but when you uploaded your web application on server you got this error. So I  ... <a href="http://www.solutions4ever.net/2010/02/ambiguous-match-found/" class="expert-read-more" >Read More</a>]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>This error is occur on that time when u have declared a variable name and the control name same as variable name. When you run your application on local system there is no error occurred but when you uploaded your web application on server you got this error. So I would like to suggest you that always make sure that your control name and declared variable is not same</p>
<p>For example:</p>
<p>asp:TextBox runat=&#8221;server&#8221;</p>
<p>and in the code behind file you might have</p>
<p>private Int32 userID = 0;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2010/02/ambiguous-match-found/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Access to the Administration Control Panel is not allowed as you do not have administrative permissions</title>
		<link>http://www.solutions4ever.net/2010/02/access-to-the-administration-control-panel-is-not-allowed-as-you-do-not-have-administrative-permissions/</link>
		<comments>http://www.solutions4ever.net/2010/02/access-to-the-administration-control-panel-is-not-allowed-as-you-do-not-have-administrative-permissions/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 09:40:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Error Handling]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=120</guid>
		<description><![CDATA[<p> To successfully login in to ACP follow the following instruction:  
1. Please first login as &#8220;administrator&#8221;  </p>
<p>2. Check the Log me on automatically each visit  (check box)</p>
<p>3. Now go to http://yourdomain.com/adm and enter password only</p>
<p>4. Now you can successfully entered Administration Control Panel already.</p>
]]></description>
			<content:encoded><![CDATA[<p><strong> To successfully login in to ACP follow the following instruction:  </strong><br />
1. Please first login as &#8220;administrator&#8221;  </p>
<p>2. Check the Log me on automatically each visit  (check box)</p>
<p>3. Now go to <a href="http://yourdomain.com/adm">http://yourdomain.com/adm</a> and enter password only</p>
<p>4. Now you can successfully entered Administration Control Panel already.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2010/02/access-to-the-administration-control-panel-is-not-allowed-as-you-do-not-have-administrative-permissions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

