Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Microsoft .NET Framework xx - which one?

Reply
Thread Tools Display Modes

Microsoft .NET Framework xx - which one?

 
 
occam
Guest
Posts: n/a

 
      01-24-2008
I see today that 3 versions of MS .NET Framework have been updated
- version 3.5
- version 3.0 SP1
- version 2.0 SP1

Do I need any of these with Vista? What for? Any why are there almost as
many falvours as Vista, co-existing at the same time?

Thanks for any clear explanations
 
Reply With Quote
 
 
 
 
Gary Mount
Guest
Posts: n/a

 
      01-24-2008
There is a good video on Microsoft's Channel 9 that may help explain why
multiple versions exist.
http://channel9.msdn.com/ShowPost.as...=369588#369588

"occam" <> wrote in message
news:...
> I see today that 3 versions of MS .NET Framework have been updated
> - version 3.5
> - version 3.0 SP1
> - version 2.0 SP1
>
> Do I need any of these with Vista? What for? Any why are there almost as
> many falvours as Vista, co-existing at the same time?
>
> Thanks for any clear explanations


 
Reply With Quote
 
mayayana
Guest
Posts: n/a

 
      01-24-2008

> I see today that 3 versions of MS .NET Framework have been updated
> - version 3.5
> - version 3.0 SP1
> - version 2.0 SP1
>
> Do I need any of these with Vista? What for? Any why are there almost as
> many falvours as Vista, co-existing at the same time?
>

.Net is a programming system that Microsoft came up
with in 2001. It's sort of Microsoft's version of Java. Like
Java, software written in .Net needs a large collection of
support files, which Microsoft calls a "framework". (In Java
it's called a "virtual machine".) Without those files, the
software can't run.

Since 2001 there have been several versions of the
..Net system and therefore the .Net framework. They
are not all entirely compatible. So if you have any .Net
software installed you may need one or more of the
frameworks. You may not have any .Net software. It's
not very commonly used for standard "desktop" software.
It's used more for things like "web-based" software on
corporate intranets, again like Java. But there are a few
programs written in .Net for the desktop.

So, do you need the framworks? Maybe. Maybe not.
If you don't mind 100MB+ of possibly superfluous extra
stuff on your system then you can have all the frameworks
and not worry about it. If you want to have a lean system
for some reason, you can try uninstalling all frameworks
and then see if all of your software still works OK. The
sign that you are trying to run .Net software without the
required framework is that you see a message saying
something like, "mscoree.dll was not found".


 
Reply With Quote
 
occam
Guest
Posts: n/a

 
      01-24-2008
mayayana wrote:
>> I see today that 3 versions of MS .NET Framework have been updated
>> - version 3.5
>> - version 3.0 SP1
>> - version 2.0 SP1
>>
>> Do I need any of these with Vista? What for? Any why are there almost as
>> many falvours as Vista, co-existing at the same time?
>>

> .Net is a programming system that Microsoft came up
> with in 2001. It's sort of Microsoft's version of Java. Like
> Java, software written in .Net needs a large collection of
> support files, which Microsoft calls a "framework". (In Java
> it's called a "virtual machine".) Without those files, the
> software can't run.
>
> Since 2001 there have been several versions of the
> .Net system and therefore the .Net framework. They
> are not all entirely compatible. So if you have any .Net
> software installed you may need one or more of the
> frameworks. You may not have any .Net software. It's
> not very commonly used for standard "desktop" software.
> It's used more for things like "web-based" software on
> corporate intranets, again like Java. But there are a few
> programs written in .Net for the desktop.
>
> So, do you need the framworks? Maybe. Maybe not.
> If you don't mind 100MB+ of possibly superfluous extra
> stuff on your system then you can have all the frameworks
> and not worry about it. If you want to have a lean system
> for some reason, you can try uninstalling all frameworks
> and then see if all of your software still works OK. The
> sign that you are trying to run .Net software without the
> required framework is that you see a message saying
> something like, "mscoree.dll was not found".
>
>


Thanks. I see I have .NET 1.1 installed, but no later versions.

Obviously I do not need 2.0, 3.0 or 3.5 - else I would have seen an
error or two.
 
Reply With Quote
 
AlexB
Guest
Posts: n/a

 
      01-25-2008
You do not have to worry about it. I think Vista Business and Ultimate come
with
v 2.0. At least this is what appears on your start menu. In fact it may be
higher.

All those versions are for developers. People who work with new versions of
C# v3.0 and Linq classes have to upgrade their .NET framework to I believe
3.0 or higher. I think the actual version is 3.1. There is something called
..NET 3.5. Even developers do not have to keep this jamboree of numbers on
the ready. If they try to install the newest version of Visual Studio 2008
(which is almost like Vista versus XP for VS2005) the install will
automatically provide the prerequisites.

On the very remote, theoretical level some exotic software packages may not
work with lower .NET version because there will be no support for them in
the machine. By the time such applications become mainstream .NET of that
grade will be a commonplace.

If it is still unclear, I will try to provide direct references to MS
developers sites. It is a hard stuff for a person who never seen it.

"occam" <> wrote in message
news:...
>I see today that 3 versions of MS .NET Framework have been updated
> - version 3.5
> - version 3.0 SP1
> - version 2.0 SP1
>
> Do I need any of these with Vista? What for? Any why are there almost as
> many falvours as Vista, co-existing at the same time?
>
> Thanks for any clear explanations


 
Reply With Quote
 
occam
Guest
Posts: n/a

 
      01-25-2008

Thanks AlexB, this is sufficient explanation for now.

AlexB wrote:
> You do not have to worry about it. I think Vista Business and Ultimate
> come with
> v 2.0. At least this is what appears on your start menu. In fact it may
> be higher.
>
> All those versions are for developers. People who work with new versions
> of C# v3.0 and Linq classes have to upgrade their .NET framework to I
> believe 3.0 or higher. I think the actual version is 3.1. There is
> something called .NET 3.5. Even developers do not have to keep this
> jamboree of numbers on the ready. If they try to install the newest
> version of Visual Studio 2008 (which is almost like Vista versus XP for
> VS2005) the install will automatically provide the prerequisites.
>
> On the very remote, theoretical level some exotic software packages may
> not work with lower .NET version because there will be no support for
> them in the machine. By the time such applications become mainstream
> .NET of that grade will be a commonplace.
>
> If it is still unclear, I will try to provide direct references to MS
> developers sites. It is a hard stuff for a person who never seen it.
>
> "occam" <> wrote in message
> news:...
>> I see today that 3 versions of MS .NET Framework have been updated
>> - version 3.5
>> - version 3.0 SP1
>> - version 2.0 SP1
>>
>> Do I need any of these with Vista? What for? Any why are there almost
>> as many falvours as Vista, co-existing at the same time?
>>
>> Thanks for any clear explanations

>

 
Reply With Quote
 
Andre Da Costa[ActiveWin]
Guest
Posts: n/a

 
      01-25-2008
Its pretty simple, certain applications target certain versions of the .NET
Framework runtime.
--
Andre
Blog: http://adacosta.spaces.live.com
My Vista Quickstart Guide:
http://adacosta.spaces.live.com/blog...3DB!9709.entry
"occam" <> wrote in message
news:...
>
> Thanks AlexB, this is sufficient explanation for now.
>
> AlexB wrote:
>> You do not have to worry about it. I think Vista Business and Ultimate
>> come with
>> v 2.0. At least this is what appears on your start menu. In fact it may
>> be higher.
>>
>> All those versions are for developers. People who work with new versions
>> of C# v3.0 and Linq classes have to upgrade their .NET framework to I
>> believe 3.0 or higher. I think the actual version is 3.1. There is
>> something called .NET 3.5. Even developers do not have to keep this
>> jamboree of numbers on the ready. If they try to install the newest
>> version of Visual Studio 2008 (which is almost like Vista versus XP for
>> VS2005) the install will automatically provide the prerequisites.
>>
>> On the very remote, theoretical level some exotic software packages may
>> not work with lower .NET version because there will be no support for
>> them in the machine. By the time such applications become mainstream .NET
>> of that grade will be a commonplace.
>>
>> If it is still unclear, I will try to provide direct references to MS
>> developers sites. It is a hard stuff for a person who never seen it.
>>
>> "occam" <> wrote in message
>> news:...
>>> I see today that 3 versions of MS .NET Framework have been updated
>>> - version 3.5
>>> - version 3.0 SP1
>>> - version 2.0 SP1
>>>
>>> Do I need any of these with Vista? What for? Any why are there almost as
>>> many falvours as Vista, co-existing at the same time?
>>>
>>> Thanks for any clear explanations

>>



 
Reply With Quote
 
occam
Guest
Posts: n/a

 
      01-25-2008
Andre Da Costa[ActiveWin] wrote:
> Its pretty simple, certain applications target certain versions of the .NET
> Framework runtime.


Yes - that may be simple. But very comforting.

Which ones target which - is what i would like to know? I appear to have
1.1, but am not sure if I need to keep it.

The only option open to me appears to be to uninstall it, and see if I
get error prompts.
 
Reply With Quote
 
occam
Guest
Posts: n/a

 
      01-25-2008
Andre Da Costa[ActiveWin] wrote:
> Its pretty simple, certain applications target certain versions of the .NET
> Framework runtime.


Yes - that may be simple. But /not/ very comforting.

Which ones target which - is what i would like to know? I appear to have
1.1, but am not sure if I need to keep it.

The only option open to me appears to be to uninstall it, and see if I
get error prompts.
 
Reply With Quote
 
Andre Da Costa[ActiveWin]
Guest
Posts: n/a

 
      01-25-2008
The application would specify that during setup and all you would have to do
is download and install it.
--
Andre
Blog: http://adacosta.spaces.live.com
My Vista Quickstart Guide:
http://adacosta.spaces.live.com/blog...3DB!9709.entry
"occam" <> wrote in message
news:...
> Andre Da Costa[ActiveWin] wrote:
>> Its pretty simple, certain applications target certain versions of the
>> .NET Framework runtime.

>
> Yes - that may be simple. But /not/ very comforting.
>
> Which ones target which - is what i would like to know? I appear to have
> 1.1, but am not sure if I need to keep it.
>
> The only option open to me appears to be to uninstall it, and see if I get
> error prompts.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Microsoft .NET Framework 3.5 Obsidian Fox Windows Vista Installation 2 01-12-2008 07:58 PM
Microsoft.NET Framework and Visual Studio shattered00 Windows Vista General Discussion 5 11-29-2007 01:25 PM
Microsoft.net Framework version 1.1 Garcia Windows Vista Security 0 11-16-2007 10:05 AM
Microsoft .Net Framework Configuration Tool Free Canada Windows Vista General Discussion 1 05-24-2007 12:38 AM
Microsoft.NET Framework 1.1 is this automatically updated when ins GT Windows Vista General Discussion 1 02-15-2007 10:55 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59