Hi there,
I want a .Net .dll to be available from VB script via COM, so
I enabled the "Make assembly available to COM" option and ran REGASM.exe on
the .DLL, but I get the following error when I try to access it:
80070002: The system cannot find the file specified.
Waldy - 16 Jun 2006 16:34 GMT
I found the answer for this. You have to use regasm with the /codebase
switch.