HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 06-17-2007, 04:15 AM
brunetto
 
Posts: n/a
Default .net framework v1 and 2

to run a specific program, I needed .net framework 2 installed. I downloaded
it from the Microsoft site. I noticed that I still had versions 1 and 1.1
already installed as well. Can this complicate computer performance and can I
safely delete .net framework versions 1 and 1.1.

thank You
Reply With Quote
Sponsored Links
  #2  
Old 06-17-2007, 04:40 AM
Shenan Stanley
 
Posts: n/a
Default Re: .net framework v1 and 2

brunetto wrote:
> to run a specific program, I needed .net framework 2 installed. I
> downloaded it from the Microsoft site. I noticed that I still had
> versions 1 and 1.1 already installed as well. Can this complicate
> computer performance and can I safely delete .net framework
> versions 1 and 1.1.


2.0 is not a replacement for 1.1 - if you have anything that requires 1.1,
you will need it as well.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Reply With Quote
  #3  
Old 06-17-2007, 05:10 AM
brunetto
 
Posts: n/a
Default Re: .net framework v1 and 2

Thank You, I kinda figured as much but I'm having a problem with Outlook all
of a sudden and I thought having 3 versions of the .net framework might be
the culprit.
thanks to you, I wont create another problem.

"Shenan Stanley" wrote:

> brunetto wrote:
> > to run a specific program, I needed .net framework 2 installed. I
> > downloaded it from the Microsoft site. I noticed that I still had
> > versions 1 and 1.1 already installed as well. Can this complicate
> > computer performance and can I safely delete .net framework
> > versions 1 and 1.1.

>
> 2.0 is not a replacement for 1.1 - if you have anything that requires 1.1,
> you will need it as well.
>
> --
> Shenan Stanley
> MS-MVP
> --
> How To Ask Questions The Smart Way
> http://www.catb.org/~esr/faqs/smart-questions.html
>
>
>

Reply With Quote
  #4  
Old 06-17-2007, 05:17 AM
Ken Blake, MVP
 
Posts: n/a
Default Re: .net framework v1 and 2

On Sat, 16 Jun 2007 20:15:00 -0700, brunetto
<brunetto@discussions.microsoft.com> wrote:

>to run a specific program, I needed .net framework 2 installed. I downloaded
>it from the Microsoft site. I noticed that I still had versions 1 and 1.1
>already installed as well. Can this complicate computer performance



No, not at all.


>and can I
>safely delete .net framework versions 1 and 1.1.




Some programs that use .net need the correct specific version. It's
best to leave them all installed.

--
Ken Blake, Microsoft MVP Windows - Shell/User
Please Reply to the Newsgroup
Reply With Quote
  #5  
Old 06-17-2007, 12:15 PM
Newbie Coder
 
Posts: n/a
Default Re: .net framework v1 and 2

Brunetto,

Framework 1.0 is basically obsolete now as many .NET developers don't code in
Visual Studio.NET 2002 these days. Version 1.1 (for Visual Studio.NET 2003) is
required as there are many applications that use this version of the framework
(including applications developed by myself). Version 2.0 of the framework is
used by Visual Studio.NET 2005 & many developers (including myself) use this
version of the framework too. Some graphics card drivers were developed in .NET
Framework 2 too. Version 3 is for applications mainly developed for Windows
Vista

If you uninstall a version of the framework then if the installed (or to be
installed) application requires it then you'll need to download & install again.
There is a plugin called a bootstrapper that is used to include the framework
with the distributed application, yet most developers (myself included) don't
include the framework in the installation package because if the application is
only a 500 kb for example you don't want to add 23.1 MB framework on to of that


--
Newbie Coder
(It's just a name)




"brunetto" <brunetto@discussions.microsoft.com> wrote in message
news:6FDE23A3-9C67-4F92-A8F7-15BD44D5451E@microsoft.com...
> Thank You, I kinda figured as much but I'm having a problem with Outlook all
> of a sudden and I thought having 3 versions of the .net framework might be
> the culprit.
> thanks to you, I wont create another problem.
>
> "Shenan Stanley" wrote:
>
> > brunetto wrote:
> > > to run a specific program, I needed .net framework 2 installed. I
> > > downloaded it from the Microsoft site. I noticed that I still had
> > > versions 1 and 1.1 already installed as well. Can this complicate
> > > computer performance and can I safely delete .net framework
> > > versions 1 and 1.1.

> >
> > 2.0 is not a replacement for 1.1 - if you have anything that requires 1.1,
> > you will need it as well.
> >
> > --
> > Shenan Stanley
> > MS-MVP
> > --
> > How To Ask Questions The Smart Way
> > http://www.catb.org/~esr/faqs/smart-questions.html
> >
> >
> >



Reply With Quote
  #6  
Old 06-17-2007, 08:09 PM
brunetto
 
Posts: n/a
Default Re: .net framework v1 and 2

Thank you,
That's what I gathered but as you state at the end, conserving space is a
consideration - on the user end as well. If I don't need an application and
the extra MB is uses, I want to delete it. I seems wise in this case however
to leave these two installed.

"Newbie Coder" wrote:

> Brunetto,
>
> Framework 1.0 is basically obsolete now as many .NET developers don't code in
> Visual Studio.NET 2002 these days. Version 1.1 (for Visual Studio.NET 2003) is
> required as there are many applications that use this version of the framework
> (including applications developed by myself). Version 2.0 of the framework is
> used by Visual Studio.NET 2005 & many developers (including myself) use this
> version of the framework too. Some graphics card drivers were developed in .NET
> Framework 2 too. Version 3 is for applications mainly developed for Windows
> Vista
>
> If you uninstall a version of the framework then if the installed (or to be
> installed) application requires it then you'll need to download & install again.
> There is a plugin called a bootstrapper that is used to include the framework
> with the distributed application, yet most developers (myself included) don't
> include the framework in the installation package because if the application is
> only a 500 kb for example you don't want to add 23.1 MB framework on to of that
>
>
> --
> Newbie Coder
> (It's just a name)
>
>
>
>
> "brunetto" <brunetto@discussions.microsoft.com> wrote in message
> news:6FDE23A3-9C67-4F92-A8F7-15BD44D5451E@microsoft.com...
> > Thank You, I kinda figured as much but I'm having a problem with Outlook all
> > of a sudden and I thought having 3 versions of the .net framework might be
> > the culprit.
> > thanks to you, I wont create another problem.
> >
> > "Shenan Stanley" wrote:
> >
> > > brunetto wrote:
> > > > to run a specific program, I needed .net framework 2 installed. I
> > > > downloaded it from the Microsoft site. I noticed that I still had
> > > > versions 1 and 1.1 already installed as well. Can this complicate
> > > > computer performance and can I safely delete .net framework
> > > > versions 1 and 1.1.
> > >
> > > 2.0 is not a replacement for 1.1 - if you have anything that requires 1.1,
> > > you will need it as well.
> > >
> > > --
> > > Shenan Stanley
> > > MS-MVP
> > > --
> > > How To Ask Questions The Smart Way
> > > http://www.catb.org/~esr/faqs/smart-questions.html
> > >
> > >
> > >

>
>
>

Reply With Quote
  #7  
Old 06-17-2007, 08:10 PM
brunetto
 
Posts: n/a
Default Re: .net framework v1 and 2

thank you,
I will leave these installed.

"Ken Blake, MVP" wrote:

> On Sat, 16 Jun 2007 20:15:00 -0700, brunetto
> <brunetto@discussions.microsoft.com> wrote:
>
> >to run a specific program, I needed .net framework 2 installed. I downloaded
> >it from the Microsoft site. I noticed that I still had versions 1 and 1.1
> >already installed as well. Can this complicate computer performance

>
>
> No, not at all.
>
>
> >and can I
> >safely delete .net framework versions 1 and 1.1.

>
>
>
> Some programs that use .net need the correct specific version. It's
> best to leave them all installed.
>
> --
> Ken Blake, Microsoft MVP Windows - Shell/User
> Please Reply to the Newsgroup
>

Reply With Quote
  #8  
Old 06-17-2007, 08:43 PM
Shenan Stanley
 
Posts: n/a
Default Re: .net framework v1 and 2

brunetto wrote:
> That's what I gathered but as you state at the end, conserving
> space is a consideration - on the user end as well. If I don't need
> an application and the extra MB is uses, I want to delete it. I
> seems wise in this case however to leave these two installed.


If the installation/removal of .NET Framework causes some sort of space
concern - you need a larger hard disk drive so you can be less concerned
about such stunted amounts of space (or you need to prioritize, archive, etc
more often...)

All three fully-released versions of the .NET framework - installed - should
be less than 250MB (1/3 of a CD, 1/16 of a single-layer DVD...)

For Pricing/Opinions/Reviews on various products:
- http://www.pricewatch.com/
- http://www.dealsites.net/
- http://www.techbargains.com/

It's not really a spce consideration in my mind - as much as a 'is it being
used by anything I run, do I ever use it in any way?'

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Reply With Quote
  #9  
Old 06-17-2007, 09:23 PM
Ken Blake, MVP
 
Posts: n/a
Default Re: .net framework v1 and 2

On Sun, 17 Jun 2007 14:43:07 -0500, "Shenan Stanley"
<newshelper@gmail.com> wrote:

>brunetto wrote:
>> That's what I gathered but as you state at the end, conserving
>> space is a consideration - on the user end as well. If I don't need
>> an application and the extra MB is uses, I want to delete it. I
>> seems wise in this case however to leave these two installed.

>
>If the installation/removal of .NET Framework causes some sort of space
>concern - you need a larger hard disk drive so you can be less concerned
>about such stunted amounts of space (or you need to prioritize, archive, etc
>more often...)
>
>All three fully-released versions of the .NET framework - installed - should
>be less than 250MB (1/3 of a CD, 1/16 of a single-layer DVD...)



Or, to put it in terms of monetary value, about US$.20 worth.

It's a *tiny* amount of disk space.

--
Ken Blake, Microsoft MVP Windows - Shell/User
Please Reply to the Newsgroup
Reply With Quote
  #10  
Old 06-17-2007, 09:24 PM
Ken Blake, MVP
 
Posts: n/a
Default Re: .net framework v1 and 2

On Sun, 17 Jun 2007 12:10:00 -0700, brunetto
<brunetto@discussions.microsoft.com> wrote:

>thank you,
>I will leave these installed.



You're welcome. Glad to help, and good decision.



>"Ken Blake, MVP" wrote:
>


>> Some programs that use .net need the correct specific version. It's
>> best to leave them all installed.


--
Ken Blake, Microsoft MVP Windows - Shell/User
Please Reply to the Newsgroup
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting rid of net framework 1.1 Binkyburdett Windows XP 3 06-16-2007 06:14 PM
Net Framework? Kenny Windows XP Basics 5 06-13-2007 12:26 AM
MS .Net Framework 2.0 ?? Jack Black Windows XP 8 05-25-2007 07:11 PM
.Net Framework install Reuben Rinquest Windows XP 0 05-18-2007 02:02 PM
.Net Framework Question E. Barry Bruyea Windows XP 4 04-05-2007 12:55 AM


All times are GMT. The time now is 12:26 AM.


Powered by vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger