<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[vb.net - Deltacode Blog]]></title><description><![CDATA[A web developer's blog by David De Sloovere]]></description><link>https://blog.deltacode.be/</link><image><url>https://blog.deltacode.be/favicon.png</url><title>vb.net - Deltacode Blog</title><link>https://blog.deltacode.be/</link></image><generator>Ghost 3.35</generator><lastBuildDate>Tue, 09 Jun 2026 04:08:40 GMT</lastBuildDate><atom:link href="https://blog.deltacode.be/tag/vb-net/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine. - On 64-bit Windows 7]]></title><description><![CDATA[<!--kg-card-begin: markdown--><p>I’ve got a console application that reads plain old txt files into datasets. My new machine (Dell Studio XPS 16) has got Windows 7 64-bit on it. Running the app I got this error:</p>
<p>System.InvalidOperationException: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local</p>]]></description><link>https://blog.deltacode.be/2009/12/03/the-microsoft-jet-oledb-4-0-provider-is-not-registered-on-the-local-machine-on-64-bit-windows-7/</link><guid isPermaLink="false">5f777fee6d3795227c24a4d3</guid><category><![CDATA[.NET]]></category><category><![CDATA[console]]></category><category><![CDATA[oledb]]></category><category><![CDATA[vb.net]]></category><dc:creator><![CDATA[David De Sloovere]]></dc:creator><pubDate>Thu, 03 Dec 2009 10:53:56 GMT</pubDate><content:encoded><![CDATA[<!--kg-card-begin: markdown--><p>I’ve got a console application that reads plain old txt files into datasets. My new machine (Dell Studio XPS 16) has got Windows 7 64-bit on it. Running the app I got this error:</p>
<p>System.InvalidOperationException: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.</p>
<p>The reason for this is that the provider does not have a 64-bit version and the application wasn’t compiled for a specified version. So you just need to build it for x86 specifically.</p>
<p><a href="http://blog.alfabit.be/wp-content/uploads/2009/12/target_cpu.jpg"><img src="http://res.cloudinary.com/dij0bp3cb/image/upload/v1399921106/target_cpu_z5ss2j.jpg" alt="Selecting target CPU" title="Target CPU"></a></p>
<p>Advanced Compiler Settings – Selecting target CPU</p>
<!--kg-card-end: markdown-->]]></content:encoded></item></channel></rss>