How do I know which version of the .NET framework I have installed

C

Cerebrus

Hi John,

Your question could have (atleast) three implications... (My guess
would be : 3)

1. You want to determine the version of the .NET FW programmatically
within your application.
2. You want to check the version before installing your program.
3. You just want to manually determine the version of the FW installed
on your own system.

Answers :

1. Query the System.Environment.Version property

2. A setup project built with the built-in template will automatically
check for this.

3. Check out this page :
<http://support.microsoft.com/?kbid=318785>

HTH,

Regards,

Cerebrus.
 

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