Results 1 to 3 of 3

Thread: ActiveX component can't create object.

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2001
    Posts
    37

    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?
    *urp*

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Sounds Like permissions..

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2001
    Posts
    37
    Yea, i checked that a number of times... i just gave up and installed vs6 on that machine.
    *urp*

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width