hrabia Posted May 21, 2003 Posted May 21, 2003 I have 3'rd party dll. How can check the version of .NET framework that dll was compiled against? Quote A man and a dog have an average of three legs. Beaware of Statistics.
Administrators PlausiblyDamp Posted May 21, 2003 Administrators Posted May 21, 2003 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 ;) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Administrators PlausiblyDamp Posted May 21, 2003 Administrators Posted May 21, 2003 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 ;) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.