views:

79

answers:

1

I am trying to modify an application and replace the application into my machine, I have the source code. But every time I put my new binaries into the machine the DLL can't be loaded. I am quite sure the problem is the signing signature, but as there is several DLLs I can't know which one has problems. So I am wondering if an assembly is loaded with error, is there any logs I can analyze to get the root of the cause?

+1  A: 

Have a look at the Assembly Binding Log Viewer.

CesarGon
Thanks, but after I use that I got nothing in the log.
Bin Chen
You need to enable logging in the Registry. It's explained on the same web page, under the Community Content section, down at the bottom.
CesarGon
That works! Thanks!
Bin Chen