A developer recently left our organization. We are not sure that the version of an executable that it keeps on the production server is what is currently in TFS. Is there any way to compare the executable to any other production server (except for using just like Compile or ILDAM) to construct the project from TFS and compare that executable?
UPDATE: I'm just trying to get out of the decompile, and I have loaded both binary, so I want to compare them with each other by name, member, etc. I'm taking steps for me. To compare schema of 2 databases I use Compiler in Visual Studio and looking at the updated, removed and added items with the differences highlighted. Is there no such device that can take these 2 duplicated binary and somehow can highlight the differences?
You can distinguish between the two. Although net assemblies, evenly the compilation of the same source will not generate equal assemblies twice.
Comments
Post a Comment