I am running 64-bit Windows 7. I have a .NET 4.0 web project and a class library project that accesses an Informix database. I installed the IBM Informix Client SDK version 3.70.FC4 (64-bit, .NET 2.0 runtime).
The IBM Informix.Net Provider Guide
When I run a web project, I get this error:
Could not load file or assembly 'IBM.Data.Informix' or one of its dependencies.
An attempt was made to load a program with an incorrect format.
Any tips on what to do?
source
share