My account: Login | Sign Up
Loading... 

.Net 3.5 version Info?! in microsoft.public.dotnet.framework | Thread profile

Thread profile page for ".Net 3.5 version Info?! in microsoft.public.dotnet.framework" on http://www.microsoft.com/communities/newsgroups.... This report page is a snippet summary view from a single thread ".Net 3.5 version Info?! in microsoft.public.dotnet.framework", located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: .Net 3.5 version Info?! in microsoft.public.dotnet.framework
Site: Discussions in microsoft.public.dotnet.framework  Discussions in microsoft.public.dotnet.framework - site profile
Forum: microsoft.public.dotnet.framework  microsoft.public.dotnet.framework - forum profile
Total authors: 1 author
Total thread posts: 1 post
Thread activity: no new posts during last week
Domain info for: microsoft.com

Thread posts in .Net 3.5 version Info?! in microsoft.public.dotnet.framework:

1. 
Started 2 months ago (2008-10-02 07:05:00)  by Jeroen Mostert
Leon_Amirreza wrote: > How to obtain .net framwork programatically? > I used Environment.Version; it reports version 2 on a Vista machine that > .net 3.5 SP1 is installed: > This is correct. Environment.Version reports the CLR version, which is 2.0 (with a different build for 2.0 SP1) for all version of the framework >= 2...
Size: 1,085 bytes
Customize:  Customize ".Net 3.5 version Info?! in microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
 

Top contributing authors for .Net 3.5 version Info?! in microsoft.public.dotnet.framework

Name
Posts
Jeroen Mostert
1
user's latest post:
.Net 3.5 version Info?! in...
Published (2008-10-02 07:05:00)
  Leon_Amirreza wrote: > How to obtain .net framwork programatically? > I used Environment.Version; it reports version 2 on a Vista machine that > .net 3.5 SP1 is installed: > This is correct. Environment.Version reports the CLR version, which is 2.0 (with a different build for 2.0 SP1) for all version of the framework >= 2 so far. You'll have to do some registry checking to get the version of...