I have a 64bit Progress OpenEdge 10.2A driver installed. The connection works fine when I set it up in the Data Sources (ODBC) administrator and test it.
When I try to connect to it using VB.NET (System.Data.Odbc), I get an error:
ERROR [IM014][Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application.
I have tried manually configuring the registry keys to allow access using SysWOW6432. But all this does is cause another error when I try to set up a DSN. I get error #193 from Progress.
What else could be causing this issue? From what I can tell, I have the proper driver, and the application through which I am using the VB.NET script is configured properly as well.
Any thoughts?