Click here to Skip to main content
15,893,814 members
Articles / Web Development / ASP.NET

Jet Ole DB 4.0 not registered 64-bt Win 2008

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
2 Aug 2011CPOL 11.2K   2  
Download access driver from http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c06b8369-60dd-4b64-a44b-84b371ede16d&displaylang=en.In the connection string, replace "Microsoft.Jet.OLEDB.4.0" with "Microsoft.ACE.OLEDB.12.0".

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
31 Jul 2011Keith Barrow 3 alternatives  
When running an ASP.NET application under 64-bit Win7/2008 you get jet 4.0 not registered error
Please Sign up or sign in to vote.
1 Aug 2011pfernandes
Microsoft.Jet....
Please Sign up or sign in to vote.
9 Aug 2011HGR-HH
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...

License

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


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions