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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top