ODBC C# Issue - The specified DSN contains an architecture mismatch between the Driver and Application

622 Views Asked by At

I am integrating 4D database into C#.Net based application which is developed in Framework 4.0. I have successfully created the DSN using 64 bit version since the drivers are only available for 64 bits. The application pool is also referring to 64 bits application but I am getting the following exception while trying to open the connection -

System.Data.Odbc.OdbcException: 'ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application'

Can anyone advise what is wrong in this ? I am unable to fix the issue.

0

There are 0 best solutions below