<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>.Net Thoughts and Ideas - ADO.Net</title>
    <link>http://xealcom.co.uk/</link>
    <description>Place to share and reflect ...</description>
    <language>en-us</language>
    <copyright>Alex B. Clarke</copyright>
    <lastBuildDate>Tue, 12 Aug 2008 18:53:12 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>alexclarke@xealcom.net</managingEditor>
    <webMaster>alexclarke@xealcom.net</webMaster>
    <item>
      <trackback:ping>http://xealcom.co.uk/Trackback.aspx?guid=3ebb8471-caed-4519-8049-1167e78b9cd9</trackback:ping>
      <pingback:server>http://xealcom.co.uk/pingback.aspx</pingback:server>
      <pingback:target>http://xealcom.co.uk/PermaLink,guid,3ebb8471-caed-4519-8049-1167e78b9cd9.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://xealcom.co.uk/CommentView,guid,3ebb8471-caed-4519-8049-1167e78b9cd9.aspx</wfw:comment>
      <wfw:commentRss>http://xealcom.co.uk/SyndicationService.asmx/GetEntryCommentsRss?guid=3ebb8471-caed-4519-8049-1167e78b9cd9</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I came across this problem when working with OLEDB provider in Visual Studio 2005.
I use 64-bit OS which was the reason for the error.
</p>
        <p>
Here's the error screen shot
</p>
        <p>
          <a href="http://xealcom.co.uk/content/binary/WindowsLiveWriter/The.0providerisnotregisteredonthelocalma_11A6D/JetProvRegErr_4.gif">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="238" alt="JetProvRegErr" src="http://xealcom.co.uk/content/binary/WindowsLiveWriter/The.0providerisnotregisteredonthelocalma_11A6D/JetProvRegErr_thumb_1.gif" width="409" border="0" />
          </a>
        </p>
        <p>
To resolve this issue, in project properties change "Platform Target" to
"x86"
</p>
        <p>
          <a href="http://xealcom.co.uk/content/binary/WindowsLiveWriter/The.0providerisnotregisteredonthelocalma_11A6D/JetProvRegErrFix_2.gif">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="65" alt="JetProvRegErrFix" src="http://xealcom.co.uk/content/binary/WindowsLiveWriter/The.0providerisnotregisteredonthelocalma_11A6D/JetProvRegErrFix_thumb.gif" width="131" border="0" />
          </a>
        </p>
      </body>
      <title>The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine</title>
      <guid isPermaLink="false">http://xealcom.co.uk/PermaLink,guid,3ebb8471-caed-4519-8049-1167e78b9cd9.aspx</guid>
      <link>http://xealcom.co.uk/2008/08/12/TheMicrosoftJetOLEDB40ProviderIsNotRegisteredOnTheLocalMachine.aspx</link>
      <pubDate>Tue, 12 Aug 2008 18:53:12 GMT</pubDate>
      <description>&lt;p&gt;
I came across this problem when working with OLEDB provider in Visual Studio 2005.
I use 64-bit OS which was the reason for the error.
&lt;/p&gt;
&lt;p&gt;
Here's the error screen shot
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://xealcom.co.uk/content/binary/WindowsLiveWriter/The.0providerisnotregisteredonthelocalma_11A6D/JetProvRegErr_4.gif"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="238" alt="JetProvRegErr" src="http://xealcom.co.uk/content/binary/WindowsLiveWriter/The.0providerisnotregisteredonthelocalma_11A6D/JetProvRegErr_thumb_1.gif" width="409" border="0" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
To resolve this issue, in project properties change &amp;quot;Platform Target&amp;quot; to
&amp;quot;x86&amp;quot;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://xealcom.co.uk/content/binary/WindowsLiveWriter/The.0providerisnotregisteredonthelocalma_11A6D/JetProvRegErrFix_2.gif"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="65" alt="JetProvRegErrFix" src="http://xealcom.co.uk/content/binary/WindowsLiveWriter/The.0providerisnotregisteredonthelocalma_11A6D/JetProvRegErrFix_thumb.gif" width="131" border="0" /&gt;&lt;/a&gt;
&lt;/p&gt;</description>
      <comments>http://xealcom.co.uk/CommentView,guid,3ebb8471-caed-4519-8049-1167e78b9cd9.aspx</comments>
      <category>ADO.Net</category>
    </item>
  </channel>
</rss>