How to determine the version of .net framework that the assembly is executing

T

tamarana

Once I redirect an assembly to run on a different framework than that
it was complied on, how do I get the version of the framework that the
assembly is executing on. System.Environment.Version gives the version
of the framework that the assembly was built on.
 
P

Paul Clement

System.Environment.Version


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

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

Top