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?
Thanks, but after I use that I got nothing in the log.
Bin Chen
2009-12-04 06:05:13
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
2009-12-04 06:40:23
That works! Thanks!
Bin Chen
2009-12-04 13:45:32