Hi All,
I am trying to migrate one of the web site running on Windows server 2003 32 bit to a 64 bit operating system( i have already tried win 2008 r2 and win 2003 64 bit)
i have successfully followed the instructions :
http://www.iis.net/learn/publish/using-web-deploy/migrate-a-web-site-from-iis-60-to-iis-7-or-above
and managed to deploy the web site
but one dll file is giving me a headache
this is a msg that i get when trying to run function on a website on 64 bit server:
System.TypeInitializationException: The type initializer for 'iAnywhere.Data.AsaClient.AsaConnection' threw an exception. ---> System.Exception: Failed to load dbdata9.dll
at iAnywhere.Data.AsaClient.AsaUnmanagedDll.CheckDllVersion(String asmVerStr, String path, ArrayList mismatchedDlls)
at iAnywhere.Data.AsaClient.AsaUnmanagedDll.LoadDll()
at iAnywhere.Data.AsaClient.AsaUnmanagedDll..ctor()
at iAnywhere.Data.AsaClient.AsaConnection..cctor()
--- End of inner exception stack trace ---
Any idea how to solve this ?