Link to home
Start Free TrialLog in
Avatar of julianpointer
julianpointer

asked on

Late Binding Com Object

I have created a com object that has a method and read only property, I need to use this from a html page but I cannot late bind to it. I get "Object required" error when I try the method or property. If I early bind using a VB project then both work... Any ideas why I cant late bind onto the object? In VB the object is created to the correct typename.
ASKER CERTIFIED SOLUTION
Avatar of Russell Libby
Russell Libby
Flag of United States of America image

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
Avatar of julianpointer
julianpointer

ASKER

I create the com object by createing a  New AvtiveX Library then New Com Object

is this not correct?
I used the automation object.... did the trick
thanks