I run Windows Server 2008/IIS 7.
From a Web Service I attempt to read from a local mdb file.
If I set the target platform to any or x64 I get the error: The 'Microsoft.JET.OLEDB.4.0' provider is not registered on the local machine.
If I set the target platform to x86 I get the error: An attempt was made to load a program with an incorrect format.
What can I do to solve this?