<?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>TechWhiz &#187; error</title>
	<atom:link href="http://www.techwhiz.in/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwhiz.in</link>
	<description></description>
	<lastBuildDate>Fri, 03 Jun 2011 05:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>FB.loader problem due to Facebook share button</title>
		<link>http://www.techwhiz.in/fb-loader-problem/</link>
		<comments>http://www.techwhiz.in/fb-loader-problem/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 11:59:11 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[share button]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/web-tools/fb-loader-problem/</guid>
		<description><![CDATA[I installed Facebook Share button on my blog running on wordpress. The code worked fine in Firefox and Chrome browser but it generated the following error in Internet Explorer: ‘FB.loader is null or not an object.’ The error is generated because FB.loader has not been loaded, while it is called-in by another subsequent function. Solution [...]]]></description>
			<content:encoded><![CDATA[<p>I installed <a href="http://www.techwhiz.in/add-facebook-share-button-in-wordpress-blog/">Facebook Share button</a> on my blog running on wordpress. The code worked fine in Firefox and Chrome browser but it generated the following error in Internet Explorer:</p>
<p>‘FB.loader is null or not an object.’</p>
<p>The error is generated because FB.loader has not been loaded, while it is called-in by another subsequent function.</p>
<p><strong>Solution</strong></p>
<ul>
<ul>
<ul>
<li>Search for the following code</li>
</ul>
</ul>
</ul>
<blockquote><p>&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</p>
</blockquote>
<ul>
<li>Add the following just before the previous code</li>
</ul>
<blockquote><p>&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Loader&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</p>
</blockquote>
<ul>
<li>The final code should look like the following:</li>
</ul>
<blockquote><p>&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Loader&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;     <br />&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/fb-loader-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The required operation requires elevation</title>
		<link>http://www.techwhiz.in/the-required-operation-requires-elevation/</link>
		<comments>http://www.techwhiz.in/the-required-operation-requires-elevation/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 14:57:22 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[user account control]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/the-required-operation-requires-elevation/818</guid>
		<description><![CDATA[I was trying to flush the dns cache on Windows Vista system, but I was getting an error. This is a very common error when you try to execute commands requiring administrator privileges. The simplest solution is to run command prompt in administrator mode. How to Run ‘command prompt’ in administrator mode? Right Click on [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to flush the dns cache on Windows Vista system, but I was getting an error.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" border="0" alt="cmd-require" src="http://www.techwhiz.in/wp-content/uploads/2009/07/cmdrequire.png" width="454" height="96" /> </p>
<p>This is a very common error when you try to execute commands requiring administrator privileges. The simplest solution is to run command prompt in administrator mode.</p>
<p><strong>How to Run ‘command prompt’ in administrator mode?</strong></p>
<ul>
<li>Right Click on ‘command prompt’ and select ‘Run as administrator’     <br /><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" border="0" alt="vista-cmd2" src="http://www.techwhiz.in/wp-content/uploads/2009/07/vistacmd2.png" width="244" height="80" /> </li>
<li>User Account Control will prompted for confirmation</li>
<li>Click on ‘continue’ and command prompt will start in administrator mode</li>
</ul>
<p align="center"><strong>or</strong></p>
<ul>
<li>Type ‘cmd’ in Windows Vista search bar     <br /><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" border="0" alt="vista-cmd" src="http://www.techwhiz.in/wp-content/uploads/2009/07/vistacmd.png" width="244" height="66" /> </li>
<li>Press ‘Ctrl+Shift+Enter’</li>
<li>User Account Control will prompted for confirmation</li>
<li>Click on ‘continue’ and command prompt will start in administrator mode</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/the-required-operation-requires-elevation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for &#8216;COM Surrogate Has Stopped Working&#8217;</title>
		<link>http://www.techwhiz.in/fix-for-com-surrogate-has-stopped-working/</link>
		<comments>http://www.techwhiz.in/fix-for-com-surrogate-has-stopped-working/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 08:58:07 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[com surrogate]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/2009/03/fix-for-com-surrogate-has-stopped-working/</guid>
		<description><![CDATA[Sometimes you get an error ‘COM Surrogate has stopped working’ when you browse folders containing videos or media files. Reasons: Codec and COM components installed by various softwares that are not fully compatible with Windows Vista may cause this problem. Possible Solutions: If the problem started after installation of any particular software, then un-install it. [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you get an error ‘COM Surrogate has stopped working’ when you browse folders containing videos or media files.</p>
<p><strong>Reasons:</strong></p>
<p>Codec and COM components installed by various softwares that are not fully compatible with Windows Vista may cause this problem.</p>
<p><img class="aligncenter size-medium wp-image-372" alt="com-surrogate" src="http://www.techwhiz.in/wp-content/uploads/2009/03/com-surrogate-300x146.jpg" width="300" height="146" /></p>
<p><strong>Possible Solutions:</strong></p>
<ol>
<li>If the problem started after installation of any particular software, then un-install it. </li>
<li>Updating Nero and DivX to the latest version may also solve the problem. </li>
<li>The easiest is to ‘Turn off Data Execution Prevention’ on ‘dllhost.exe’ (the COM surrogate). </li>
</ol>
<ul>
<li>Goto ‘Start–&gt;Control Panel’ </li>
<li>Make sure ‘Classic view’ is selected. </li>
<li>Double Click on ‘System’ to open system properties     <br /><img class="aligncenter size-medium wp-image-374" alt="Surrogate Stopped Working" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-sysres3-300x168.jpg" width="300" height="168" /> </li>
</ul>
<li>Click on ‘Advanced System Settings’ in the left pane. </li>
<li>Windows Vista will prompt for confirmation. </li>
<li>Click on ‘Continue’. </li>
<li>Click on ‘Advanced’ tab   <br /><img class="aligncenter size-full wp-image-375" alt="Surrogate Stopped" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-perf.jpg" width="297" height="331" /> </li>
<li>Open&#160; on ‘Settings…’ button to open Performance Options window. </li>
<li>Click on ‘Data Execution&#160; Prevention’ tab.   <br /><img class="aligncenter size-medium wp-image-376" alt="data-exec-prev-e1" src="http://www.techwhiz.in/wp-content/uploads/2009/03/data-exec-prev-e1-300x61.jpg" width="300" height="61" /><a href="http://www.techwhiz.in/wp-content/uploads/2009/03/image1.png">     <br /></a></li>
<li>Click on radio button ‘Turn on DEP for all programs and services except those I select’.   <br /><img class="aligncenter size-medium wp-image-377" alt="data-exec-prev-e2" src="http://www.techwhiz.in/wp-content/uploads/2009/03/data-exec-prev-e2-300x104.jpg" width="300" height="104" />    </li>
<li>Click on ‘Add’ button. It will open a new window. </li>
<li>Enter ‘C:\Windows\System32\dllhost.exe’ in File Name and click ‘Open’   <br /><img class="aligncenter size-medium wp-image-378" alt="COM Surrogate Stopped" src="http://www.techwhiz.in/wp-content/uploads/2009/03/data-exec-prev-e3-300x208.jpg" width="300" height="208" />    </li>
<li>Windows Vista may prompt you to confirm. Click ‘OK’ to continue.   <br /><img class="aligncenter size-medium wp-image-379" alt="Surrogate Stopped" src="http://www.techwhiz.in/wp-content/uploads/2009/03/data-exec-prev-e4-300x120.jpg" width="300" height="120" />    </li>
<li>Click ‘OK’ on ‘Performance Options’ window to continue. </li>
<li>Windows Vista may prompt you. Click ‘OK’&#8217;. </li>
<li>Click ‘OK’ on ‘System Properties’ window to close. </li>
<li>You must restart the system.
<p>For any query please send email to saurabh(at)techwhiz(dot)in</p>
</p>
</li>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/fix-for-com-surrogate-has-stopped-working/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

