Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using ActiveX dll in ASP

Status
Not open for further replies.

ayanroy

Programmer
Oct 20, 2002
22
EU
Hi all,

I have created an ActiveX dll in VB for using in my asp page. After creating , I have registered that .dll also using regsvr32 command.

But when I am trying to use that in my ASP page using Server.CreateObject() command, it is showing error that Invalid Class String.

Please suggest what to do?

Ayan Kumar Roy
India
 
Set ob = Server.CreateObject("VBPojectName.ClassName")
 
and its regsitered on the server right???

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top