C
Carol
I have a strong-name assembly, says AssemblyA.dll, and I also have a
unsigned assembly, says AssemblyB.dll. And the AssemblyB.dll refers to
another unsigned assembly AssemblyC.dll.
For some reasons, I have to keep AssemblyA signed, and I cannot sign
AssemblyB and AssemblyC.
I used P\Invoke in AssemblyA to call the method of AssemblyB. Every
thing works fine when the method in AssemblyB doesn't refer to any
other dll.
But the FileNotFound exception of {"Could not load file or assembly '
AssemblyC, Version=1.0.33.0, Culture=neutral, PublicKeyToken=null' or
one of its dependencies. The system cannot find the file
specified.":"AssemblyC, Version=1.0.33.0, Culture=neutral,
PublicKeyToken=null"} is thrown when the method calls the
AssemblyC ...
Any ideas / solutions ?? Thanks.
unsigned assembly, says AssemblyB.dll. And the AssemblyB.dll refers to
another unsigned assembly AssemblyC.dll.
For some reasons, I have to keep AssemblyA signed, and I cannot sign
AssemblyB and AssemblyC.
I used P\Invoke in AssemblyA to call the method of AssemblyB. Every
thing works fine when the method in AssemblyB doesn't refer to any
other dll.
But the FileNotFound exception of {"Could not load file or assembly '
AssemblyC, Version=1.0.33.0, Culture=neutral, PublicKeyToken=null' or
one of its dependencies. The system cannot find the file
specified.":"AssemblyC, Version=1.0.33.0, Culture=neutral,
PublicKeyToken=null"} is thrown when the method calls the
AssemblyC ...
Any ideas / solutions ?? Thanks.