Comparing Dlls for verification

  • Thread starter Thread starter ShikariShambu
  • Start date Start date
S

ShikariShambu

Hi All,
Does build of the same code base from two different machines produce the
same dll (same binaries).

If not, is there an automated way to verify that both the dlls are same
TIA
 
It should provided they are both using the same version of the .NET
Framework. You could use the ILDASM.exe tool in the SDK to view the IL and
do a compare.
 
Back
Top