I just had to compare two versions of the same DLL having the same version (I needed to implement a small fix and deploy the DLL in production, but I wanted to make sure that no other changes occurred in the code), Ideally, I would like so that the Assemby Diff add-in shows me the difference, but it doesn't work (she thinks I'm comparing the DLL with myself). So here is what I did:
- Two folders have been created for storing disassembled source files.
- Reflector Export is used (from the context menu) to generate source files from each DLL in the folders created in the previous step.
- Used the free DiffMerge tool to compare two directories; the tools showed me the changed files and the difference.
This is a little shreds, but it seems to work. I would like the Diff add-in to be handled.
UPDATE: The latest version of the Diff add-in for the assembly should fix the problem of comparing two versions of the same assembly. Give it a try.
Alek Davis Jul 20 '09 at 22:09 2009-07-20 22:09
source share