I created a dll to reference from an ASP page.
When I run the page I get the following error...
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
/Forecast_Local/ReportProc.asp, line 66
I have the compiled dll ("reports"sitting on my local machine, running PWS in a development environment.
I have also created a small VB app that uses the dll and when run, that app works fine.
My ASP code is as follows...
dim RepFunc
Set RepFunc = Server.CreateObject("Reports.Functions"
Page blows up on Server.CreateObject("Reports.Functions"
I have the package installed in MTS and the dll was compiled on my machine.
Any and all help would be greatly appreciated. I'm pulling my hair out!
Thx in advance....Joe
When I run the page I get the following error...
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
/Forecast_Local/ReportProc.asp, line 66
I have the compiled dll ("reports"sitting on my local machine, running PWS in a development environment.
I have also created a small VB app that uses the dll and when run, that app works fine.
My ASP code is as follows...
dim RepFunc
Set RepFunc = Server.CreateObject("Reports.Functions"
Page blows up on Server.CreateObject("Reports.Functions"
I have the package installed in MTS and the dll was compiled on my machine.
Any and all help would be greatly appreciated. I'm pulling my hair out!
Thx in advance....Joe