Answered
An exception occurred when instantiating a COM object
I can't get out of this dead end.
Coldfusion 2016 with all update installed on windows server 2016 (obviuosly 64 bit),
I can't use a registered 64-bit dll, which instead used with a simple vbs program correctly.
The error reported using cfobject is always the same:
An exception occurred when instantiating a COM object.
The cause of this exception was that: AutomationException: 0x80040154 - Class not registered.
I have checked with every tool and the class is registered,
I have granted permission to access "everyone" the directory where the dll is installed.I do not know what to do.
Previously the same dll always with coldfusion 2016 (updatet) but on windows server 2012
worked correctly and I could use it through the cfobject
Anyone have any suggestions to give me?
