N
n.estner
If I include an unmanaged DLL into a mixed mode C++/CLR assembly using
it's import library (NOT using P/Invoke) and the DLL can't be found at
runtime, the CLI throws an exception (FileNotFound), but the exception
doesn't carry the missing module's name. Neither does fuslogvw. Is
there a way to find out what DLL can't be found in such situations?
it's import library (NOT using P/Invoke) and the DLL can't be found at
runtime, the CLI throws an exception (FileNotFound), but the exception
doesn't carry the missing module's name. Neither does fuslogvw. Is
there a way to find out what DLL can't be found in such situations?