I Want to Call ActiveX DLL from ASP Page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emmfajis
    New Member
    • Sep 2006
    • 6

    I Want to Call ActiveX DLL from ASP Page

    I Design an ActiveX DLL in Visual Basic and I want to Call It from my ASP Page is Giving me the following error.
    Microsoft VBScript runtime (0x800A01A8)
    Object required: ''

    Can Any one Help me in resolving this.

    Thanks
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Hi there,

    Did you register your ActiveX dll control? Kindly use the below method in order to register the ActiveX dll control.. take care my fren.. :)

    Code:
      Regsvr32 c:/windows/system32/your_dll_name.dll
    Originally posted by emmfajis
    I Design an ActiveX DLL in Visual Basic and I want to Call It from my ASP Page is Giving me the following error.
    Microsoft VBScript runtime (0x800A01A8)
    Object required: ''

    Can Any one Help me in resolving this.

    Thanks

    Comment

    Working...