Consider following scenario
I have 2 assemblies
Assembly named A.dll located in folder Fold_A
Assembly named B.dll located in folder Fold_B
A.dll depends on B.dll and A is COM visible
when I'm performing comand
regasm A.dll /codebase
it fails , but when B copied into fold_a - the command succeeded
The question is : Is there some way to perform without copying assemblies on which depends assembly to be registered ( by regasm ) ?
There is already question related to the issue : http://stackoverflow.com/questions/3221043/multiple-seach-paths-for-assemblies-not-in-the-gac-when-using-regasm-com
Your help will be very valuable Thanks in advance