Cause:
There is no 64 bit version of Microsoft Jet OLE DB driver.
Resolution:
1. Install lastest service pack for windows
2. Force program to run as a 32 Bit application. In order to do this, you need utility found in .NET SDK named corflags.exe.
>> corflags program.exe /32BIT+
2. For run on IIS, you need to enable 32 bit applications on IIS
>> cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
Tuesday, January 4, 2011
Subscribe to:
Posts (Atom)