<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Solution for Windows Vista Ultimate 64 bit issue: The &#8216;Microsoft.Jet.OLEDB.4.0&#8242; provider is not registered on the local machine</title>
	<atom:link href="http://www.fahdmurtaza.com/myblog/2009/03/18/solution-for-windows-vista-ultimate-64-bit-issue-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fahdmurtaza.com/myblog/2009/03/18/solution-for-windows-vista-ultimate-64-bit-issue-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine.html</link>
	<description>Portfolio &#38; Blog</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:01:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: خطأ عند برمجة تطبيقات قواعد بيانات أكسس على وندوز64بت &#124; small DiGiTaL world</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/solution-for-windows-vista-ultimate-64-bit-issue-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine.html/comment-page-1#comment-1307</link>
		<dc:creator>خطأ عند برمجة تطبيقات قواعد بيانات أكسس على وندوز64بت &#124; small DiGiTaL world</dc:creator>
		<pubDate>Sun, 06 Feb 2011 13:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=589#comment-1307</guid>
		<description>[...] Solution for Windows Vista Ultimate 64 bit issue: The ‘Microsoft.Jet.OLEDB.4.0′ provider is not ...    Share [...]</description>
		<content:encoded><![CDATA[<p>[...] Solution for Windows Vista Ultimate 64 bit issue: The ‘Microsoft.Jet.OLEDB.4.0′ provider is not &#8230;    Share [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahd</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/solution-for-windows-vista-ultimate-64-bit-issue-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine.html/comment-page-1#comment-1278</link>
		<dc:creator>Fahd</dc:creator>
		<pubDate>Sat, 02 Oct 2010 19:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=589#comment-1278</guid>
		<description>@Kiran: For you and others looking for solution to same problem specifically for ASP.NET applications i.e web applications on .NET platform either C# or VB.NET, use following instructions.

There appears to be no x86/x64 target for web site projects, only the Any CPU target. You therefore have to control the bitness of your website by controlling the bitness of your app pool.

On Windows Server 2008 or Windows 7, if you want to make an AppPool 32-bit, go into the IIS Manager &gt; [Server Name] &gt; Application Pools &gt; Advanced Settings. Set &quot;Enable 32-Bit Applications&quot; to &quot;True&quot; for the app pool you want to run as an x86 process.

Note that you will have to take other WOW64 considerations into account, for example, registry settings accessed by your web app will now use the [HKLM\Software\Wow6432Node] key instead of the [HKLM\Software] key.


Courtesy of: http://stackoverflow.com/users/110776/nekno
URL: http://stackoverflow.com/questions/1883124/how-to-set-platform-target-for-a-asp-net-web-site-project</description>
		<content:encoded><![CDATA[<p>@Kiran: For you and others looking for solution to same problem specifically for ASP.NET applications i.e web applications on .NET platform either C# or VB.NET, use following instructions.</p>
<p>There appears to be no x86/x64 target for web site projects, only the Any CPU target. You therefore have to control the bitness of your website by controlling the bitness of your app pool.</p>
<p>On Windows Server 2008 or Windows 7, if you want to make an AppPool 32-bit, go into the IIS Manager &gt; [Server Name] &gt; Application Pools &gt; Advanced Settings. Set &#8220;Enable 32-Bit Applications&#8221; to &#8220;True&#8221; for the app pool you want to run as an x86 process.</p>
<p>Note that you will have to take other WOW64 considerations into account, for example, registry settings accessed by your web app will now use the [HKLM\Software\Wow6432Node] key instead of the [HKLM\Software] key.</p>
<p>Courtesy of: <a href="http://stackoverflow.com/users/110776/nekno" rel="nofollow">http://stackoverflow.com/users/110776/nekno</a><br />
URL: <a href="http://stackoverflow.com/questions/1883124/how-to-set-platform-target-for-a-asp-net-web-site-project" rel="nofollow">http://stackoverflow.com/questions/1883124/how-to-set-platform-target-for-a-asp-net-web-site-project</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahd</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/solution-for-windows-vista-ultimate-64-bit-issue-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine.html/comment-page-1#comment-1277</link>
		<dc:creator>Fahd</dc:creator>
		<pubDate>Sat, 02 Oct 2010 19:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=589#comment-1277</guid>
		<description>Hi Kiran

My solution worked for Desktop application and I am sure it should work for your web application too. 

But I think here is your exact solution

http://stackoverflow.com/questions/1883124/how-to-set-platform-target-for-a-asp-net-web-site-project</description>
		<content:encoded><![CDATA[<p>Hi Kiran</p>
<p>My solution worked for Desktop application and I am sure it should work for your web application too. </p>
<p>But I think here is your exact solution</p>
<p><a href="http://stackoverflow.com/questions/1883124/how-to-set-platform-target-for-a-asp-net-web-site-project" rel="nofollow">http://stackoverflow.com/questions/1883124/how-to-set-platform-target-for-a-asp-net-web-site-project</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/solution-for-windows-vista-ultimate-64-bit-issue-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine.html/comment-page-1#comment-1275</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Fri, 01 Oct 2010 16:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=589#comment-1275</guid>
		<description>Hi,

I have the same problem i.e &quot;The &#039;Microsoft .Jet.OLEDB.4.0&#039; provider is not registered on the local machine.&quot; error when I am running my code. I am using Window Vista Home Premium Service Pack2. I went to Build by right from the property of the project but couldn&#039;t find for “Platform target” selection ComboBox. I need this for web application and trying in web application. Does your solution works for desktop application or both Desktop and Web applications. 

Please Help
Kiran</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have the same problem i.e &#8220;The &#8216;Microsoft .Jet.OLEDB.4.0&#8242; provider is not registered on the local machine.&#8221; error when I am running my code. I am using Window Vista Home Premium Service Pack2. I went to Build by right from the property of the project but couldn&#8217;t find for “Platform target” selection ComboBox. I need this for web application and trying in web application. Does your solution works for desktop application or both Desktop and Web applications. </p>
<p>Please Help<br />
Kiran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riccardo</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/solution-for-windows-vista-ultimate-64-bit-issue-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine.html/comment-page-1#comment-144</link>
		<dc:creator>Riccardo</dc:creator>
		<pubDate>Sat, 09 May 2009 23:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=589#comment-144</guid>
		<description>Is a solution if your application is write in asp.net... if you MUST write your application in asp classic the solution i think it&#039;s not the same... In this moment i don&#039;t look the solution... and u ? R.</description>
		<content:encoded><![CDATA[<p>Is a solution if your application is write in asp.net&#8230; if you MUST write your application in asp classic the solution i think it&#8217;s not the same&#8230; In this moment i don&#8217;t look the solution&#8230; and u ? R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JAY</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/solution-for-windows-vista-ultimate-64-bit-issue-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine.html/comment-page-1#comment-143</link>
		<dc:creator>JAY</dc:creator>
		<pubDate>Wed, 06 May 2009 14:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=589#comment-143</guid>
		<description>I installed a Domino Exam Simulation Software on my laptop which runs on vista 64 bits and this issue resolved above comes on after i try to run the application after installation.

What do i do to resolve this?</description>
		<content:encoded><![CDATA[<p>I installed a Domino Exam Simulation Software on my laptop which runs on vista 64 bits and this issue resolved above comes on after i try to run the application after installation.</p>
<p>What do i do to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Offertuth</title>
		<link>http://www.fahdmurtaza.com/myblog/2009/03/18/solution-for-windows-vista-ultimate-64-bit-issue-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine.html/comment-page-1#comment-142</link>
		<dc:creator>Offertuth</dc:creator>
		<pubDate>Tue, 05 May 2009 19:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=589#comment-142</guid>
		<description>ehh.. funny ))</description>
		<content:encoded><![CDATA[<p>ehh.. funny ))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

