Register com object
I am working on the ColdFusion website that is using the dll object.
For example it instances the com object in every page like this:
<CFSET Processor = CreateObject("COM", "mydll.Processor")>
I have the mydll.dll; I am not sure how I can register this dll in the ColdFusion. I work locally in my compyer (localhost)
Right now that I only copy the dll in the project folder and I get this error,
An exception occurred when instantiating a Com object. The cause of this exception was that: coldfusion.runtime.com.ComObjectInstantiationException: An exception occurred when instantiating a Com
I really appriciate your help.
Thanks.
