Welcome to MSDN Blogs Sign in | Join | Help

How to determine the assembly compiled in which version of .net

To determine the assembly is compiled in which version of .net, you can use use Assembly.ImageRuntimeVersion.

You may learn the Assembly.ImageRuntimeVersion Property from here: http://msdn2.microsoft.com/en-us/library/system.reflection.assembly.imageruntimeversion(vs.80).aspx

There is a blog discusses on that: http://blogs.msdn.com/suzcook/archive/2003/06/20/57191.aspx
Published Friday, May 18, 2007 11:29 AM by tolong
Filed under:

Comments

# re: How to determine the assembly compiled in which version of .net

You might be interested in my DEMO preview handler that shows the same:

http://www.danielmoth.com/Blog/2007/01/more-on-preview-handlers.html

Friday, May 18, 2007 10:15 AM by DanielMoth
Anonymous comments are disabled
 
Page view tracker