How to load dependent dll in Instant Reverse?

I got following error trying to generate class diagram from Coherence.dll, which has Common.Logging.dll as a dependency. Coherence.dll and Common.Logging.dll are in the same folder. I’m using 15.2 (Build 20190701) evaluation version.

Reason :
Could not load file or assembly ‘Common.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e’ or one of its dependencies. The system cannot find the file specified.
at System.Signature.GetSignature(Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
at System.Reflection.RuntimePropertyInfo.get_Signature()
at System.Reflection.RuntimePropertyInfo.get_PropertyType()
at l.a()
at a…ctor(Assembly[] A_0)
at e…ctor(String A_0, String A_1)
mscorlib

Hi,

Dependent dll should be loaded automatically in same folder.
Is the version match? Can you reverse Common.Logging.dll?

Thanks for replying.

The versions are all good, application runs in the same folder. In fact Common.Logging depends on Common.Logging.Core, and reversing Common.Logging works perfectly.

Hi,

Sorry for the delay. We tested and found it happen in some environments. You can copy Common.Logging.dll to Application\bin\vp_windows\ as a workaround.