Hi,
I've got to the Hello World stage of wrapping a .net component with a CCW and calling it from wscript.exe. By placing the .tlb and .dll in the same folder as wscript I get this to work (I realise I have to do GAC stuff to get it recognised when not in the same folder).
My problem is calling my new component from classic ASP. I just can't get this to work. I don't get an ActiveX can't create object error but I do get an error 0x80070002, which appears to be a file not found type of error.
Any hints anyone can give to get to Hello World when calling a CCW from classic ASP? Thanks in advance.
TC
I've got to the Hello World stage of wrapping a .net component with a CCW and calling it from wscript.exe. By placing the .tlb and .dll in the same folder as wscript I get this to work (I realise I have to do GAC stuff to get it recognised when not in the same folder).
My problem is calling my new component from classic ASP. I just can't get this to work. I don't get an ActiveX can't create object error but I do get an error 0x80070002, which appears to be a file not found type of error.
Any hints anyone can give to get to Hello World when calling a CCW from classic ASP? Thanks in advance.
TC
Comment