|
-
Jun 1st, 2002, 01:24 PM
#1
Thread Starter
Member
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?
-
Jun 1st, 2002, 08:20 PM
#2
PowerPoster
Sounds Like permissions..
-
Jun 4th, 2002, 12:48 PM
#3
Thread Starter
Member
Yea, i checked that a number of times... i just gave up and installed vs6 on that machine.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|