"Could not load file or assembly" error on trying to access auxillary assemblies from COM
- by Codex
We have the project structure as follows:
COMExposedCCW.dll -refers- BusinessLayer.dll -refers- Utils.dll
COMExposedCCW.dll -refers- Utils.dll
The COMExposedCCW.dll has been registered for COM interop.
From the COM application{Excel} we can successfully create the CCW object and access its properties, but when we try to invoke methods that…