I am in the process of converting from a 32 bit to a 64 bit server. We have a custom registration application in Coldfusion that calls the COM object ASIUtil.CCrypto. I get the following error:
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
D:\ColdFusion9\jintegra\bin\ntvinv.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform null
We are on 10.6 still. I am pretty sure this error is being generated because the dll in question is 32 bit. Is there a 64 bit version of this dll?
Thanks,
Jack
No, but there should be.
I just went through this for a client. ther is no 64-bit version yet that I've been able to find. Your choices are:
* install 32-bit SQL on your 64-bit OS
* link your 64-bit SQL to a 32-bit SQL instance which can do the crypto (this is what my client chose)
* don't do crypto in SQL (but Autodraft and others require it)
If ASI still has the source code, they really need to build a 64-bit copy. you can't even get a 32-bit OS anymore.
--
Bruce Wilson
Director, Technical Services
RSM McGladrey, Inc.