We have a .NET program that access Sybase Anywhere 9 database using
iAnywhere.Data.SQLAnywhere that works fine in any Windows 32 bit
Operating System. When we try to use it in Windows 64 bit Operating
System, we get the following exception when it tries to open a
connection to the database using Connection.Open() command -
'The type initializer for 'iAnywhere.Data.AsaClient.AsaConnection'
threw an exception
Is there any problem with the iAnywhere.Data.SQLAnywhere.DLL when used
in Windows 64 bit Operating System? We did add to the GAC the
iAnywhere.Data.SQLAnywhere.DLL successfully, but that did not resolved
our exception error.
-Steve
|