x64 CF8 cfobject com error while 32 bit dll
hi on a x64 windows x64 CF 8 server when I try to use cfobject for test code it gives an error
the code is
<cfobject action="connect" type = "COM" class = "Microsoft.XMLDOM" name = "XMLDoc">
at the first run the error message is :
c:\ColdFusion8\jintegra\bin\ntvinv.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at the second run and after error change as :
An exception occurred when instantiating a COM object.
The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed.
I saw a bug report
http://www.elliottsprehn.com/cfbugs/bugs/80973
but it was 2009. is there any solution