PC Review


Reply
Thread Tools Rate Thread

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

 
 
John Doe
Guest
Posts: n/a
 
      6th Apr 2006
How do I know which version of the .NET framework I have installed?


 
Reply With Quote
 
 
 
 
Tim Wilson
Guest
Posts: n/a
 
      6th Apr 2006
You can have multiple versions installed side-by-side. If you want to
programmatically determine which version you're application is running
against then you can look at System.Environment.Version.
http://msdn2.microsoft.com/en-us/lib...t.version.aspx

--
Tim Wilson
..NET Compact Framework MVP

"John Doe" <(E-Mail Removed)> wrote in message
news:YAZYf.132499$(E-Mail Removed)...
> How do I know which version of the .NET framework I have installed?
>
>



 
Reply With Quote
 
Cerebrus
Guest
Posts: n/a
 
      6th Apr 2006
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.

 
Reply With Quote
 
John Doe
Guest
Posts: n/a
 
      6th Apr 2006
Number 3 of your list is what I wanted. Thanks!

"Cerebrus" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to tell what version of framework is installed mp Microsoft Dot NET Framework 4 13th Dec 2009 01:57 PM
How to tell EXACTLY what Version and SP of .NET Framework is installed j.b.messina@gmail.com Microsoft Dot NET 2 18th Mar 2005 08:28 PM
which .NET Framework version is installed? Ronald Fischer Microsoft Dot NET 3 17th Mar 2005 01:03 PM
Version of installed Compact Framework Rainer Borchmann Microsoft Dot NET Compact Framework 2 12th Sep 2004 11:10 PM
How to find what version of the framework is installed Avi Microsoft Dot NET Framework 2 24th Sep 2003 07:53 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:27 AM.