H
HONOREDANCESTOR
I have a dotnet dll that is called by vb6. I've done various steps to
make the dotnet dll act like a com object, and my vb6 program is able
to work with it without problem.
But, I also have another vb6 program that uses the same dll. The vb6
program is an activeX exe.
So I have a vb6 program that calls the vb6 activeX exe which in turn
calls the dotnet com object. This does not work at all, in fact, it
gives an error:
"Run-Time error - The system cannot find the file specified
(80070002)."
I doubt anyone has the answer to this, but if you do, its appreciated.
-- HA
make the dotnet dll act like a com object, and my vb6 program is able
to work with it without problem.
But, I also have another vb6 program that uses the same dll. The vb6
program is an activeX exe.
So I have a vb6 program that calls the vb6 activeX exe which in turn
calls the dotnet com object. This does not work at all, in fact, it
gives an error:
"Run-Time error - The system cannot find the file specified
(80070002)."
I doubt anyone has the answer to this, but if you do, its appreciated.
-- HA