G
Guest
In this case I would like my application to be able to use exisiting
registered COM components. I dont want to re-register them.
While I am copying the interop DLL with the exe to the same directory, I get
a message that says the COM component or one of its dependencies cannot be
found.
[ This was for a simple one we developed using VB 6 ]
I also tried just using the File Scripting Object ( scrun.dll ), but that
also gave drove out a permission error.
What process should I follow ? I expected that the exe would find the
interop DLL and simply look at the registry and bind it .... Thanks
registered COM components. I dont want to re-register them.
While I am copying the interop DLL with the exe to the same directory, I get
a message that says the COM component or one of its dependencies cannot be
found.
[ This was for a simple one we developed using VB 6 ]
I also tried just using the File Scripting Object ( scrun.dll ), but that
also gave drove out a permission error.
What process should I follow ? I expected that the exe would find the
interop DLL and simply look at the registry and bind it .... Thanks