I have created a VB.Net dll object that I am try to reference from with my ASP pages. I receive the following error: "ActiveX component can't create the object".
The code is:
dim objPMonitor
set objPMonitor = createobject("PrintMonitor.clsMonitorPrinter"
I do have the .Net Runtime loaded on the PC.
I think it might be an issue with my Global Assembly Cache.
Any advice would be greatly appreciated
The code is:
dim objPMonitor
set objPMonitor = createobject("PrintMonitor.clsMonitorPrinter"

I do have the .Net Runtime loaded on the PC.
I think it might be an issue with my Global Assembly Cache.
Any advice would be greatly appreciated