Assembly load error for 64-bit .NET Informix ADO.NET

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

  • I added the% INFORMIXDIR% / bin / netf20 / directory to the PATH variable

  • I added a link to the IBM.Data.Informix.dll file (version 3.0.0.2) in the class library project.

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?

+5
source share
1 answer

My steps to solve:

  • DLL IBM.Data.Informix . " " = False.
  • .
0

All Articles