ActiveX component can't create object.
I wrote a custom ActiveX control that im using to plug into IIS.
I tested it on the machine i wrote it in, it works great. no suprise
once i move it to my webserver i get this message.
HLWeb error '800a01ad'
ActiveX component can't create object
/engine.asp, line 70
It Fails on the line
Code:
Set hlconnection = New Winsock
hlconnection.Protocol = sckUDPProtocol
I've copied mswinsck.ocx over to my other machine and registered it, and it sitll doesn't work. whats up with this?