Link to home
Start Free TrialLog in
Avatar of mattcknight
mattcknight

asked on

COM and CF

I have a installed MS Passport SDK, which created a COM object on my local machine

I have used OLEViewer to look at the COM CLSID, and created a test page on my local CF Server with the following:

<cfobject type="COM" action="Create" name="obj" class="41651BF0-A5C8-11D2-95DF-00C04F8E7A70">

I get the following error:

The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed.

What am I doing wrong?
ASKER CERTIFIED SOLUTION
Avatar of Seth_Bienek
Seth_Bienek

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial