Clr Dll loaded by test prog but not by calling app
问题 I want to develop a plugin for a program (EXE) to interop with an external C# module. The plugin is one of the three dlls needed: this dll (A) calls a wrapper dll (Native/Managed, in C++/Cli) (B) to interop with a C# dll (C). A is supposed to be loaded by a calling program (EXE) when deployed. In testing, a message from the C# dll is displayed, which tells me dll A is correctly loaded by a C++ tester and subsequently has made successful call to other dlls. In deployment, dll A is loaded by