PC Review


Reply
Thread Tools Rate Thread

How to tell what version of framework is installed

 
 
mp
Guest
Posts: n/a
 
      20th Nov 2009
newbie question:
Just starting at a new company.
How can I detect whether and what version of dotnet framework is installed.
And if it's installed locally or on server....
I'm new to programming c# and vb net so some of the basics are unknown to
me.
on my local box i see C:\Program Files\Microsoft.NET in which are 2 folders
Adomd.net nad Primary Interop Assemblies
We have at least one custom prog written in vb.net so I'm sure we have some
framework, just dont' see something obvious...
I don't see any prog files or .net folders on server so assume we just have
local copies of whatever?

On my laptop I have net3.5 and there is a more extensive folder structure
iirc

thanks
mark


 
Reply With Quote
 
 
 
 
Paul
Guest
Posts: n/a
 
      20th Nov 2009
It's not a queston of Which but What!!

..NET 1.0 > C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
..NET 1.1 > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
..NET 2 > C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
..NET 3 > C:\WINDOWS\Microsoft.NET\Framework\v3.0
..NET 3.5 > C:\WINDOWS\Microsoft.NET\Framework\v3.5


"mp" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> newbie question:
> Just starting at a new company.
> How can I detect whether and what version of dotnet framework is
> installed.
> And if it's installed locally or on server....
> I'm new to programming c# and vb net so some of the basics are unknown to
> me.
> on my local box i see C:\Program Files\Microsoft.NET in which are 2
> folders Adomd.net nad Primary Interop Assemblies
> We have at least one custom prog written in vb.net so I'm sure we have
> some framework, just dont' see something obvious...
> I don't see any prog files or .net folders on server so assume we just
> have local copies of whatever?
>
> On my laptop I have net3.5 and there is a more extensive folder structure
> iirc
>
> thanks
> mark
>



 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      20th Nov 2009
Don't forget:

NET 4.0 > C:\WINDOWS\Microsoft.NET\Framework\v4.0.21006 (Beta 2)

-Scott

"Paul" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> It's not a queston of Which but What!!
>
> .NET 1.0 > C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
> .NET 1.1 > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
> .NET 2 > C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
> .NET 3 > C:\WINDOWS\Microsoft.NET\Framework\v3.0
> .NET 3.5 > C:\WINDOWS\Microsoft.NET\Framework\v3.5
>
>
> "mp" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> newbie question:
>> Just starting at a new company.
>> How can I detect whether and what version of dotnet framework is
>> installed.
>> And if it's installed locally or on server....
>> I'm new to programming c# and vb net so some of the basics are unknown to
>> me.
>> on my local box i see C:\Program Files\Microsoft.NET in which are 2
>> folders Adomd.net nad Primary Interop Assemblies
>> We have at least one custom prog written in vb.net so I'm sure we have
>> some framework, just dont' see something obvious...
>> I don't see any prog files or .net folders on server so assume we just
>> have local copies of whatever?
>>
>> On my laptop I have net3.5 and there is a more extensive folder structure
>> iirc
>>
>> thanks
>> mark
>>

>
>



 
Reply With Quote
 
Family Tree Mike
Guest
Posts: n/a
 
      20th Nov 2009


"mp" wrote:

> newbie question:
> Just starting at a new company.
> How can I detect whether and what version of dotnet framework is installed.
> And if it's installed locally or on server....
> I'm new to programming c# and vb net so some of the basics are unknown to
> me.
> on my local box i see C:\Program Files\Microsoft.NET in which are 2 folders
> Adomd.net nad Primary Interop Assemblies
> We have at least one custom prog written in vb.net so I'm sure we have some
> framework, just dont' see something obvious...
> I don't see any prog files or .net folders on server so assume we just have
> local copies of whatever?
>
> On my laptop I have net3.5 and there is a more extensive folder structure
> iirc
>
> thanks
> mark
>
>
> .
>


Mark,

Adding to what Paul said, .Net is never remotely installed for your use.
..Net is installed locally. You may have .Net on a server to run ASP.Net
websites however.

If you are new to programming in .Net, then you will need to also identify
the development platform. .Net 1.1 -> Visual Studio 2003, .Net 2.0 -> Visual
Studio 2005 or 2008, .Net 3.0/3.5 -> Visual Studio 2008, though there are
some that I seem to recall have gotten VS 2005 to work with .net 3.0/3.5.

There is a very long thread on Microsof.Public.DotNet.General yesterday and
today discussing the linkages between VS versions and .net framework versions.

Hope this helps.
Mike
 
Reply With Quote
 
milop
Guest
Posts: n/a
 
      13th Dec 2009
Hi, Mark.

You could also look in Add/Remove programs in the Control Panel under
"Microsoft .Net Framework ...". It's lists every version and their service
pack levels installed on your machine.

Mike
http://www.emmerel.com


"mp" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> newbie question:
> Just starting at a new company.
> How can I detect whether and what version of dotnet framework is
> installed.
> And if it's installed locally or on server....
> I'm new to programming c# and vb net so some of the basics are unknown to
> me.
> on my local box i see C:\Program Files\Microsoft.NET in which are 2
> folders Adomd.net nad Primary Interop Assemblies
> We have at least one custom prog written in vb.net so I'm sure we have
> some framework, just dont' see something obvious...
> I don't see any prog files or .net folders on server so assume we just
> have local copies of whatever?
>
> On my laptop I have net3.5 and there is a more extensive folder structure
> iirc
>
> thanks
> mark
>



 
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 do I know which version of the .NET framework I have installed John Doe Microsoft Dot NET Framework 3 6th Apr 2006 04:03 AM
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 09:28 PM
which .NET Framework version is installed? Ronald Fischer Microsoft Dot NET 3 17th Mar 2005 02:03 PM
Version of installed Compact Framework Rainer Borchmann Microsoft Dot NET Compact Framework 2 13th Sep 2004 12:10 AM
How to find what version of the framework is installed Avi Microsoft Dot NET Framework 2 24th Sep 2003 08:53 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:13 AM.