<?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/"
	>

<channel>
	<title>Take Away Notes</title>
	<atom:link href="http://www.takeawaynotes.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.takeawaynotes.com</link>
	<description>Collections of Daily useful Notes</description>
	<pubDate>Tue, 09 Mar 2010 05:58:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Data Directory for ACCESS Database in Web.Config</title>
		<link>http://www.takeawaynotes.com/2010/03/data-directory-for-access-database-in-webconfig/</link>
		<comments>http://www.takeawaynotes.com/2010/03/data-directory-for-access-database-in-webconfig/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 05:36:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ASP.Net]]></category>

		<category><![CDATA[ACCESS Database]]></category>

		<category><![CDATA[ACCESS Database in Web.Config]]></category>

		<category><![CDATA[AppData]]></category>

		<category><![CDATA[AppData or Data Directory]]></category>

		<category><![CDATA[Data Directory]]></category>

		<category><![CDATA[MDB file]]></category>

		<category><![CDATA[MDB file in Web.Config]]></category>

		<category><![CDATA[Web.Config]]></category>

		<guid isPermaLink="false">http://www.takeawaynotes.com/?p=166</guid>
		<description><![CDATA[
AppData or Data Directory for ACCESS Database or MDB file in Web.Config
I was facing issue with the database path in web.config file
 
It was something like this
 
&#60;add key=&#8221;connectionstring&#8221; value=&#8221;provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\YourProject\Database.mdb;&#8221;/&#62;



After searching thru internet, i found the solution for it. &#60;add key=&#8221;connectionstring&#8221; value=&#8221;provider=Microsoft.Jet.OLEDB.4.0; Data Source=&#124;DataDirectory&#124;Database.mdb;&#8221;/&#62; Hope this helps you. If yes, dont forget to put your [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><strong>AppData or Data Directory for ACCESS Database or MDB file in Web.Config</strong></p>
<p>I was facing issue with the database path in web.config file</p>
<p> </p>
<p>It was something like this</p>
<p> </p>
<p>&lt;add key=&#8221;connectionstring&#8221; value=&#8221;provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\YourProject\Database.mdb;&#8221;/&gt;</p>
<p><!-- CENTER SQUARE BOX AD START HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 200x200 Sqr Ad on ArticlePage */
google_ad_slot = "6022851763";
google_ad_width = 200;
google_ad_height = 200;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER TOP BOX AD ENDS HERE -->After searching thru internet, i found the solution for it. &lt;add key=&#8221;connectionstring&#8221; value=&#8221;provider=Microsoft.Jet.OLEDB.4.0; Data Source=|DataDirectory|Database.mdb;&#8221;/&gt; Hope this helps you. If yes, dont forget to put your comments below. I love it !!</div>
<p><!-- CENTER BOTTOM BOX AD STARTS HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 468x60, created 4/11/09 */
google_ad_slot = "5286852500";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER BOTTOM BOX AD ENDS HERE --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeawaynotes.com/2010/03/data-directory-for-access-database-in-webconfig/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server Application Unavailable</title>
		<link>http://www.takeawaynotes.com/2010/02/server-application-unavailable/</link>
		<comments>http://www.takeawaynotes.com/2010/02/server-application-unavailable/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 04:50:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C#]]></category>

		<category><![CDATA[Application]]></category>

		<category><![CDATA[Application Unavailable]]></category>

		<category><![CDATA[Server]]></category>

		<category><![CDATA[Unavailable]]></category>

		<guid isPermaLink="false">http://www.takeawaynotes.com/?p=163</guid>
		<description><![CDATA[Generally users says to reset the IIS by using aspnet_regiis -s command in the framework directory.
 
I solved this error by giving ASPNET permission to my folder.
 
 
 
Hope this helps you !!
 


 
 
If yes, please don’t forget to give your comment. I love it !!



]]></description>
			<content:encoded><![CDATA[<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">Generally users says to reset the IIS by using aspnet_regiis -s command in the framework directory.</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">I solved this error by giving ASPNET permission to my folder.</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="mso-spacerun: yes;"><span style="font-size: small; font-family: Consolas;"> </span></span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">Hope this helps you !!</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 200x200 Sqr Ad on ArticlePage */
google_ad_slot = "6022851763";
google_ad_width = 200;
google_ad_height = 200;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="mso-spacerun: yes;"><span style="font-size: small; font-family: Consolas;"> </span></span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">If yes, please don’t forget to give your comment. I love it !!</span></p>
<p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 468x60, created 4/11/09 */
google_ad_slot = "5286852500";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
</p</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeawaynotes.com/2010/02/server-application-unavailable/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Could not load file or assembly &#8216;Microsoft.ReportViewer.WebForms&#8217;</title>
		<link>http://www.takeawaynotes.com/2010/01/could-not-load-file-or-assembly-microsoftreportviewerwebforms/</link>
		<comments>http://www.takeawaynotes.com/2010/01/could-not-load-file-or-assembly-microsoftreportviewerwebforms/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 05:03:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ASP.Net]]></category>

		<guid isPermaLink="false">http://www.takeawaynotes.com/?p=157</guid>
		<description><![CDATA[
The major cause for this issue is, ReportViewer dll files are not available.



You need to download the ReportViewer installer Click to download from here: www.microsoft.com/downloads/details.aspx?  I hope this will solve your issue. If yes, please don’t forget to write your comment below. I love it !! CHEEERRRSSS !!!




]]></description>
			<content:encoded><![CDATA[<div style="font-family:Tahoma; font-size:13px">
<p style="font-family:Tahoma; font-size:13px">The major cause for this issue is, ReportViewer dll files are not available.</p>
<p><!-- CENTER SQUARE BOX AD START HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 200x200 Sqr Ad on ArticlePage */
google_ad_slot = "6022851763";
google_ad_width = 200;
google_ad_height = 200;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER TOP BOX AD ENDS HERE -->You need to download the ReportViewer installer Click to download from here: <a href="http://www.microsoft.com/downloads/details.aspx?familyid=8A166CAC-758D-45C8-B637-DD7726E61367&amp;displaylang=en">www.microsoft.com/downloads/details.aspx?</a>  I hope this will solve your issue. If yes, please don’t forget to write your comment below. <br />I love it !! CHEEERRRSSS !!!</div>
<p><!-- CENTER BOTTOM BOX AD STARTS HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 468x60, created 4/11/09 */
google_ad_slot = "5286852500";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER BOTTOM BOX AD ENDS HERE --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeawaynotes.com/2010/01/could-not-load-file-or-assembly-microsoftreportviewerwebforms/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DataTable Already Belongs to Another Dataset</title>
		<link>http://www.takeawaynotes.com/2009/12/datatable-already-belongs-to-another-dataset/</link>
		<comments>http://www.takeawaynotes.com/2009/12/datatable-already-belongs-to-another-dataset/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 11:02:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ASP.Net]]></category>

		<guid isPermaLink="false">http://www.takeawaynotes.com/?p=154</guid>
		<description><![CDATA[I got this error when I was trying to duplicate the datatable. 
 
After searching thru internet I found the below easy solution
 
 
 
ds.Tables.Add(new DataTable());
 
 




 
or
 
 
 
ds.Tables.Add(dt.Copy());
 
 
 
 
 
I hope this helps u too…
 
If yes, don’t forget to post your comment. 




]]></description>
			<content:encoded><![CDATA[<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">I got this error when I was trying to duplicate the datatable. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">After searching thru internet I found the below easy solution</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="mso-spacerun: yes;"><span style="font-size: small; font-family: Consolas;"> </span></span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">ds.Tables.Add(new DataTable());</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="mso-spacerun: yes;"><span style="font-size: small; font-family: Consolas;"> </span></span></p>
<p><!-- CENTER SQUARE BOX AD START HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 200x200 Sqr Ad on ArticlePage */
google_ad_slot = "6022851763";
google_ad_width = 200;
google_ad_height = 200;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER TOP BOX AD ENDS HERE --></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">or</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="mso-spacerun: yes;"><span style="font-size: small; font-family: Consolas;"> </span></span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">ds.Tables.Add(dt.Copy());</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="mso-spacerun: yes;"><span style="font-size: small; font-family: Consolas;"> </span></span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="mso-spacerun: yes;"><span style="font-size: small; font-family: Consolas;"> </span></span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">I hope this helps u too…</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">If yes, don’t forget to post your comment. </span></p>
<p><!-- CENTER BOTTOM BOX AD STARTS HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 468x60, created 4/11/09 */
google_ad_slot = "5286852500";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER BOTTOM BOX AD ENDS HERE --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeawaynotes.com/2009/12/datatable-already-belongs-to-another-dataset/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop</title>
		<link>http://www.takeawaynotes.com/2009/12/photoshop/</link>
		<comments>http://www.takeawaynotes.com/2009/12/photoshop/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 07:49:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Useful links]]></category>

		<guid isPermaLink="false">http://www.takeawaynotes.com/?p=151</guid>
		<description><![CDATA[PHOTOSHOP :
http://www.grafpedia.com/
]]></description>
			<content:encoded><![CDATA[<p>PHOTOSHOP :<br />
<a href="http://www.grafpedia.com/">http://www.grafpedia.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeawaynotes.com/2009/12/photoshop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>System.Management.ManagementException: Access denied</title>
		<link>http://www.takeawaynotes.com/2009/12/systemmanagementmanagementexception-access-denied/</link>
		<comments>http://www.takeawaynotes.com/2009/12/systemmanagementmanagementexception-access-denied/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 06:36:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ASP.Net]]></category>

		<guid isPermaLink="false">http://www.takeawaynotes.com/?p=144</guid>
		<description><![CDATA[I received this error when I was working on one of my application.
 
If EPiServer throws a management exception with error message &#8220;Access Denied&#8221; the cause is that ASPNET account does not have enough privileges to access certain WMI namespaces. 
 
This is a bug that has been fixed in Windows 2000 Service Pack 3 and Windows [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">I received this error when I was working on one of my application.</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">If EPiServer throws a management exception with error message &#8220;Access Denied&#8221; the cause is that ASPNET account does not have enough privileges to access certain WMI namespaces. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">This is a bug that has been fixed in Windows 2000 Service Pack 3 and Windows XP Service Pack 1.</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">To resolve this issue I followed below steps</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">*<span style="mso-tab-count: 1;">     </span>Install Windows XP SP1 or Windows 2000 SP3. (The problem has been seen on Windows XP with SP2 so installing a service pack is not a guaranteed solution)<br />
</span></p>
<p><!-- CENTER SQUARE BOX AD START HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 200x200 Sqr Ad on ArticlePage */
google_ad_slot = "6022851763";
google_ad_width = 200;
google_ad_height = 200;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER TOP BOX AD ENDS HERE --></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="mso-tab-count: 1;"><span style="font-size: small; font-family: Consolas;">      </span></span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Consolas;"><span style="mso-tab-count: 1;">      </span>OR</span></span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Consolas;"><span style="mso-tab-count: 1;">      </span><span style="mso-spacerun: yes;">  </span></span></span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">*<span style="mso-tab-count: 1;">     </span>Follow these steps: </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">1.<span style="mso-spacerun: yes;">     </span>Open the Computer Management Microsoft Management Console (MMC) snap-in. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">2.<span style="mso-spacerun: yes;">     </span>Expand Services and Applications, and then select WMI Control. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">3.<span style="mso-spacerun: yes;">     </span>Right-click WMI Control, and then click Properties. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">4.<span style="mso-spacerun: yes;">     </span>In the WMI Control Properties dialog box, click the Security tab. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">5.<span style="mso-spacerun: yes;">     </span>Expand Root, select CIMV2, and then click Security. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">6.<span style="mso-spacerun: yes;">     </span>In the Security dialog box, click Advanced. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">7.<span style="mso-spacerun: yes;">    </span><span style="mso-spacerun: yes;"> </span>In the Access Control Settings dialog box, click Add. Select localMachineName\ASPNET, and then click OK. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">8.<span style="mso-spacerun: yes;">     </span>In the Permission Entry dialog box, make sure that Apply Onto is set to This namespace and subnamespaces. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">9.<span style="mso-spacerun: yes;">     </span>Make sure that the Allow &#8216;Enable Account&#8217; and Allow &#8216;Remote Enable&#8217; check boxes are selected. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">10.<span style="mso-spacerun: yes;">   </span>Click OK in each dialog box until you return to the WMI Control Properties dialog box. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">11.<span style="mso-spacerun: yes;">   </span>Repeat steps 5 through 10 for other WMI namespaces that your application will access. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">12.<span style="mso-spacerun: yes;">   </span>Restart IIS. To do this, run IISRESET from the command line.&#8221; permissions both on ROOT and CIMV2. </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">Troubleshooting</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">If neither of these solutions work you can give &#8220;Everyone&#8221; the same permissions as the ASPNET account as described above to get the system up and running and then try to find out which account the ASP.NET process is actually running under.</span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;"> </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">Source: </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Consolas;">Microsoft Support </span></p>
<p class="MsoPlainText" style="margin: 0in 0in 0pt;"><a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;317012&amp;Product=aspnet#5m"><span style="font-size: small; font-family: Consolas;">http://support.microsoft.com/default.aspx?scid=kb;en-us;317012&amp;Product=aspnet#5m</span></a></p>
<p><!-- CENTER BOTTOM BOX AD STARTS HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 468x60, created 4/11/09 */
google_ad_slot = "5286852500";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER BOTTOM BOX AD ENDS HERE --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeawaynotes.com/2009/12/systemmanagementmanagementexception-access-denied/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Arial Narrow is not recognised as font family by Photoshop Elements (Windows Vista)</title>
		<link>http://www.takeawaynotes.com/2009/12/arial-narrow-is-not-recognised-as-font-family-by-photoshop-elements-windows-vista/</link>
		<comments>http://www.takeawaynotes.com/2009/12/arial-narrow-is-not-recognised-as-font-family-by-photoshop-elements-windows-vista/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 04:01:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.takeawaynotes.com/?p=139</guid>
		<description><![CDATA[Content :
When i tried to select &#8220;Arial Narrow&#8221; from the font list in Photoshop Elements, it was not available.
SOLUTION is :
Arial Narrow and other Open-type fonts are listed differently in Adobe applications on Windows Vista.
The font is now listed as &#8220;Arial&#8221; with &#8220;Narrow&#8221; as an option under font styles.




Open Photoshop Elements and select the Type [...]]]></description>
			<content:encoded><![CDATA[<p>Content :<br />
When i tried to select &#8220;Arial Narrow&#8221; from the font list in Photoshop Elements, it was not available.</p>
<p>SOLUTION is :</p>
<p>Arial Narrow and other Open-type fonts are listed differently in Adobe applications on Windows Vista.</p>
<p>The font is now listed as &#8220;Arial&#8221; with &#8220;Narrow&#8221; as an option under font styles.</p>
<p><!-- CENTER SQUARE BOX AD START HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 200x200 Sqr Ad on ArticlePage */
google_ad_slot = "6022851763";
google_ad_width = 200;
google_ad_height = 200;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER TOP BOX AD ENDS HERE --></p>
<p>Open Photoshop Elements and select the Type tool.<br />
Select the font Arial.<br />
Under font styles to the right of the font name, select Narrow.</p>
<p>Hope this helps us !!</p>
<p>If this make smiles of your face, don’t forget to write the comments below.</p>
<p><!-- CENTER BOTTOM BOX AD STARTS HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 468x60, created 4/11/09 */
google_ad_slot = "5286852500";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER BOTTOM BOX AD ENDS HERE --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeawaynotes.com/2009/12/arial-narrow-is-not-recognised-as-font-family-by-photoshop-elements-windows-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SQL Server Remote connection problem solved</title>
		<link>http://www.takeawaynotes.com/2009/10/sql-server-remote-connection-problem-solved/</link>
		<comments>http://www.takeawaynotes.com/2009/10/sql-server-remote-connection-problem-solved/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 05:28:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.takeawaynotes.com/?p=137</guid>
		<description><![CDATA[Description :
SQL Server Remote connection problem solved
There was some network upgradation last week, and after it got solved, our development team members encountered SQL Server Remote Connection Problem.
After struggling a lot on internet I found a solution and resolved it.
I posted it here so that you may not waste your time in searching for the [...]]]></description>
			<content:encoded><![CDATA[<p>Description :</p>
<p>SQL Server Remote connection problem solved</p>
<p>There was some network upgradation last week, and after it got solved, our development team members encountered SQL Server Remote Connection Problem.</p>
<p>After struggling a lot on internet I found a solution and resolved it.</p>
<p>I posted it here so that you may not waste your time in searching for the solutions.</p>
<p>We were not able to access SQL Server from another machine.</p>
<p><!-- CENTER SQUARE BOX AD START HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 200x200 Sqr Ad on ArticlePage */
google_ad_slot = "6022851763";
google_ad_width = 200;
google_ad_height = 200;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER TOP BOX AD ENDS HERE --></p>
<p>To overcome this problem, we need the server setting to be Local and Remote both, so the following proves to be a better solution:</p>
<p>1. Open SQL Server Surface Area Configuration tool from the start menu.</p>
<p>2. Click on link for &#8220;Surface Area Configuration for Services and Connections&#8221;</p>
<p>3. Select SQL Server instance</p>
<p>4. Select Database Engine \ Remote Connections</p>
<p>5. Change setting to &#8220;Local and Remote connections&#8221;, option &#8220;Using both TCP/IP and Named Pipes&#8221;</p>
<p>Hope this helps!</p>
<p>If yes ?? Please don’t forget to write your comment below, I love it !!</p>
<p>Enjoy!!!!!!!!!</p>
<p><!-- CENTER BOTTOM BOX AD STARTS HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 468x60, created 4/11/09 */
google_ad_slot = "5286852500";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER BOTTOM BOX AD ENDS HERE --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeawaynotes.com/2009/10/sql-server-remote-connection-problem-solved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to recover Admin Password in Joomla</title>
		<link>http://www.takeawaynotes.com/2009/10/how-to-recover-admin-password-in-joomla/</link>
		<comments>http://www.takeawaynotes.com/2009/10/how-to-recover-admin-password-in-joomla/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 04:14:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.takeawaynotes.com/?p=132</guid>
		<description><![CDATA[To reset the password of your choice, you need to enter the encrypted MD5 Hash password in this field.






OR
 Temporary use the below encrypted password and modify it later from Joomla of your choice.
The Password is  = &#8220;this is the MD5 hashed password&#8221;
&#8212;&#8212;&#8212;&#8212;&#8212; AFTER MD5 ENCRYPTION &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
- admin = 21232f297a57a5a743894a0e4a801fc3
- secret = 5ebe2294ecd0e0f08eab7690d2a6ee69
- OU812 = 7441de5382cf4fecbaa9a8c538e76783
Paste [...]]]></description>
			<content:encoded><![CDATA[<p>To reset the password of your choice, you need to enter the encrypted MD5 Hash password in this field.<br />
<br />
<!-- CENTER SQUARE BOX AD START HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 200x200 Sqr Ad on ArticlePage */
google_ad_slot = "6022851763";
google_ad_width = 200;
google_ad_height = 200;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER TOP BOX AD ENDS HERE --><br />
</p>
<p>OR<br />
 Temporary use the below encrypted password and modify it later from Joomla of your choice.</p>
<p>The Password is  = &#8220;this is the MD5 hashed password&#8221;<br />
&#8212;&#8212;&#8212;&#8212;&#8212; AFTER MD5 ENCRYPTION &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
- admin = 21232f297a57a5a743894a0e4a801fc3<br />
- secret = 5ebe2294ecd0e0f08eab7690d2a6ee69<br />
- OU812 = 7441de5382cf4fecbaa9a8c538e76783</p>
<p>Paste the hashed password into the field, save the change, and log-in using this new password.</p>
<p>Note : Immediately change your password to something more secure!<br />
 <br />
OR<br />
.<br />
If you are looking for MD5 password of your choice, below are the tools for it<br />
 <br />
Online MD5 tools - here are a couple online tools to create MD5 hashed values:<br />
- JavaScript MD5 - <a href="http://pajhome.org.uk/crypt/md5/">http://pajhome.org.uk/crypt/md5/</a><br />
- MD5er - <a href="http://www.md5er.com/">http://www.md5er.com/</a><br />
Use the tools to create your own strong hashed password.<br />
Paste the result into the password  field, save, and log-in with your new password.<br />
 <br />
Free MD5 utilities - for download<br />
- MD5 &amp; Hashing Utilities - <a href="http://www.digital-detective.co.uk/freetools/md5.asp">http://www.digital-detective.co.uk/freetools/md5.asp</a><br />
- SlavaSoft HashCalc - <a href="http://www.slavasoft.com/hashcalc/overview.htm">http://www.slavasoft.com/hashcalc/overview.htm</a><br />
Download and use to make your own hashed password.<br />
 <br />
Other MD5 tools<br />
There are many free MD5 tools online and as free downloadable utilities.<br />
Google for &#8220;MD5 hash tool&#8221; and you will find many available.</p>
<p><!-- CENTER BOTTOM BOX AD STARTS HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 468x60, created 4/11/09 */
google_ad_slot = "5286852500";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER BOTTOM BOX AD ENDS HERE --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeawaynotes.com/2009/10/how-to-recover-admin-password-in-joomla/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to deploy Crystal Report ( Crystal Report problem !! , not working )</title>
		<link>http://www.takeawaynotes.com/2009/09/how-to-deploy-crystal-report-crystal-report-problem-not-working/</link>
		<comments>http://www.takeawaynotes.com/2009/09/how-to-deploy-crystal-report-crystal-report-problem-not-working/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 07:21:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ASP.Net]]></category>

		<guid isPermaLink="false">http://www.takeawaynotes.com/?p=129</guid>
		<description><![CDATA[Crystal Reports for Visual Studio ships with your deployment projects that enable you to deploy Crystal Reports components and assemblies on the target machine. We can use different approaches to install Crystal Reports runtime files on the target machine in order to run your C# applications smoothly.




If you are using Visual Studio then during your [...]]]></description>
			<content:encoded><![CDATA[<p>Crystal Reports for Visual Studio ships with your deployment projects that enable you to deploy Crystal Reports components and assemblies on the target machine. We can use different approaches to install Crystal Reports runtime files on the target machine in order to run your C# applications smoothly.</p>
<p><!-- CENTER SQUARE BOX AD START HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 200x200 Sqr Ad on ArticlePage */
google_ad_slot = "6022851763";
google_ad_width = 200;
google_ad_height = 200;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER TOP BOX AD ENDS HERE --><br />
If you are using Visual Studio then during your setup and deployment you can add the CRRedist2005_x86.msi file to your setup file and distribute it as a single setup file with your C# application. The installer can execute the setup file automatically within your .Net Project in a single click. You can find the <strong>CRRedist2005_x86.msi</strong> file in your system&#8217;s <strong>C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\CrystalReports</strong> . Also you can distribute the CRRedist2005_x86.msi separately and install it on the target machine where your C# applications installed. The other way to install Crystal Reports on target machine is to create a setup file using Merge Modules and distribute it with your C# application or as a separate setup file. Click the following link to see how to make a setup file with Merge Modules. <strong><a href="http:csharp.net-informations.com/crystal-reports/csharp-crystal-merge-module.htm">C# Crystal Reports installer using Merge Modules.</a></strong><br />
 <!-- CENTER BOTTOM BOX AD STARTS HERE --></p>
<div><script type="text/javascript"><!--
google_ad_client = "pub-7554110363951140";
/* 468x60, created 4/11/09 */
google_ad_slot = "5286852500";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p><!-- CENTER BOTTOM BOX AD ENDS HERE --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeawaynotes.com/2009/09/how-to-deploy-crystal-report-crystal-report-problem-not-working/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
