Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / ASP.NET

Jet Ole DB 4.0 not registered 64-bt Win 2008

0.00/5 (No votes)
9 Aug 2011CPOL 5.6K  
We had the same issue with a Windows application accessing xls files in code. We run it with Citrix on Windows 2008 64 bit and for us, the suggestion to compile at least the executeable project with the Platform target property set to x86 instead of Any CPU was the solution (the only one...

We had the same issue with a Windows application accessing xls files in code. We run it with Citrix on Windows 2008 64 bit and for us, the suggestion to compile at least the executeable project with the "Platform target" property set to "x86" instead of "Any CPU" was the solution (the only one as we have no access to the Citrix server farm).


See here:
http://ybbest.wordpress.com/2009/07/22/the-microsoft-ace-oledb-12-0-provider-is-not-registered-on-the-local-machine/.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)