How can check the version of framawork dll was compiled against?

open it up with ILDASM and look at the Manifest, you should be able to find an entry for mscorlib - this will list the version
1:0:3300:0 is v 1.0 frame work
and
1:0:500:0 is v 1.1 Framework

i think ;)
 
open it up with ILDASM and look at the Manifest, you should be able to find an entry for mscorlib - this will list the version
1:0:3300:0 is v 1.0 Framework
and
1:0:5000:0 is v 1.1 Framework

i think ;)
 
Back
Top