Alex B. Clarke

Hi, I am a software developer specialising in Microsoft .Net technologies. This site is used to interact with, and contribute to development community.

Send mail to the author(s)  Contact me
Feed your aggregator (RSS 2.0)  Syndicate
On this page....
Categories
Archives
Blogroll
Blog Stats
Total Posts: 43
This Year: 5
This Month: 0
This Week: 0
Comments: 33
Misc
Theme by Alex B. Clarke.

Copyright © 2010 Alex B. Clarke. All rights reserved.

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

# Tuesday, August 12, 2008

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.

Here's the error screen shot

JetProvRegErr

To resolve this issue, in project properties change "Platform Target" to "x86"

JetProvRegErrFix

Filed under: ADO.Net  | Published by: Alex B. Clarke  | Comments [0]