can't create object

  • Thread starter Thread starter Rodney
  • Start date Start date
R

Rodney

Guys,

I have got a vbscript on my asp.net page which uses
createobject and is giving the error

ActiveX component can't create object

This works if I have this in a standalone .html file
but not when I load my asp.net app

I need to do this as I have to pass in a value from a
session variable to the script ( Is there any other way I
can do this)

What am I missing here..

Do I need to use regsvr32 or register the activex with IIS

I would appreciate any help
 
Hi,

This is in no way related with C# , so this is not the place for this
question,

You need to register the dll though ;)

Cheers,
 
Back
Top