How to programatically determine the .NET Framework Version

  • Thread starter Tarundeep Singh Kalra
  • Start date
T

Tarundeep Singh Kalra

How to programatically determine the .NET Framework Version
-
--
Tarun
**********************************************************************
Tarundeep Singh Kalra
(tarundeep1976_nospam_at_yahoo_dot_nospam_dot_com)

*************************************************************************
 
T

Tomas Restrepo \(MVP\)

Tarundeep,
How to programatically determine the .NET Framework Version

What exactly do you mean by this?

If you mean at runtime, checking the version of the framework you're running
on, then using the Version property of the System::Environment class is
probably the way to go.
 

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