473,387 Members | 1,486 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Help, please. .NET on XP, versions and uninstalls.


My system is XPSP1, recently updated by Microsoft. It's an older
laptop and I'm running out of disk space.

I only installed my first ".NET' app recently, that I know of, and the
app setup pointed me to URLS to get it from. I dodn't pay attion to
sizes.
Now I find I have the following on my system. I know that version x+1
doesn't replace version x.
.NET 2.0 SP1 at 165MB
.NET 3.0 SP1 at 245MB
.NET 3.5 at 25MB
Questions:

- Do these file sizes indicate that I have a SDK kit where all I need
is a RTK and how much space would I save by just installing the RTK?

- How can I tell which apps on my machine are calling which versions
of .NET?

- I've uninstalled the only software I know of that requires .NET and
it still won't let me uninstall it. Googling for "uninstall .NET"
comes up with all sorts of pages for irrelevant cases such as beta
version, etc. It there a page about uninstall that applies to me?

- What are URLS for find each version as a RTK?

Thanks


--
Al Dykes
News is something someone wants to suppress, everything else is advertising.
- Lord Northcliffe, publisher of the Daily Mail

Apr 8 '08 #1
6 1199
Firstly, you have only one version (and the latest version) of .NET
framework installed. That is .NET3.5, which is something built on top of
..NET3.0SP1, which in turn is something built on top of .NET2.0.

Secendly, the size showed in "Add/Remove programs" window may not be the
actual package size. In the regards of .NET framework, the size showed there
varies depending on OS (XP, Server, VISTA...).

To see if it is RTK plus full SDK (which you do not need to save disk
space), you can simply see if you have "Microsoft .NET Framework SDK v2.0"
listed in "Start->Programs". If no, you likely have RTK, rather than SDK.
"Al Dykes" <ad****@panix.comwrote in message
news:ft**********@panix5.panix.com...
>
My system is XPSP1, recently updated by Microsoft. It's an older
laptop and I'm running out of disk space.

I only installed my first ".NET' app recently, that I know of, and the
app setup pointed me to URLS to get it from. I dodn't pay attion to
sizes.
Now I find I have the following on my system. I know that version x+1
doesn't replace version x.
.NET 2.0 SP1 at 165MB
.NET 3.0 SP1 at 245MB
.NET 3.5 at 25MB
Questions:

- Do these file sizes indicate that I have a SDK kit where all I need
is a RTK and how much space would I save by just installing the RTK?

- How can I tell which apps on my machine are calling which versions
of .NET?

- I've uninstalled the only software I know of that requires .NET and
it still won't let me uninstall it. Googling for "uninstall .NET"
comes up with all sorts of pages for irrelevant cases such as beta
version, etc. It there a page about uninstall that applies to me?

- What are URLS for find each version as a RTK?

Thanks


--
Al Dykes
News is something someone wants to suppress, everything else is
advertising.
- Lord Northcliffe, publisher of the Daily Mail
Apr 8 '08 #2
In article <OR**************@TK2MSFTNGP02.phx.gbl>,
Norman Yuan <Fa******@FakeEmail.Notwrote:
>Firstly, you have only one version (and the latest version) of .NET
framework installed. That is .NET3.5, which is something built on top of
.NET3.0SP1, which in turn is something built on top of .NET2.0.

Secendly, the size showed in "Add/Remove programs" window may not be the
actual package size. In the regards of .NET framework, the size showed there
varies depending on OS (XP, Server, VISTA...).

To see if it is RTK plus full SDK (which you do not need to save disk
space), you can simply see if you have "Microsoft .NET Framework SDK v2.0"
listed in "Start->Programs". If no, you likely have RTK, rather than SDK.

Thanks, I'm happy to hear that 3.5 replaces 2.0, and 3.0. Others have
told me that I need all versions. I can believe that Control Panel
doesn't report disk space accurately. It appears that I don't have
the SDK.
I believe that only two minor apps need .NET and I've uninstalled
them.

Is there any way to tell which apps on my machine need .NET and which
versions?

Is there a cookbook way to uninstall .NET? When I try to uninstall, I
get a "can't uninstall msg and a search of the MS KB shows
complications but for versions I don't have.

--
Al Dykes
News is something someone wants to suppress, everything else is advertising.
- Lord Northcliffe, publisher of the Daily Mail

Apr 8 '08 #3

"Al Dykes" <ad****@panix.comwrote in message
news:ft**********@panix5.panix.com...
In article <OR**************@TK2MSFTNGP02.phx.gbl>,
Norman Yuan <Fa******@FakeEmail.Notwrote:
>>Firstly, you have only one version (and the latest version) of .NET
framework installed. That is .NET3.5, which is something built on top of
.NET3.0SP1, which in turn is something built on top of .NET2.0.

Secendly, the size showed in "Add/Remove programs" window may not be the
actual package size. In the regards of .NET framework, the size showed
there
varies depending on OS (XP, Server, VISTA...).

To see if it is RTK plus full SDK (which you do not need to save disk
space), you can simply see if you have "Microsoft .NET Framework SDK v2.0"
listed in "Start->Programs". If no, you likely have RTK, rather than SDK.


Thanks, I'm happy to hear that 3.5 replaces 2.0, and 3.0. Others have
told me that I need all versions. I can believe that Control Panel
doesn't report disk space accurately. It appears that I don't have
the SDK.
No, What I actually meant is that although you see 3 version of .NET
(2.0SP1, 3.0SP1 and 3.5), you actually is having full 3.5. You CANNOT not
remove either 2.0SP1 or 3.0SP1 to leave 3.5 still working. All the three
must be there. If you use VISTA, you will not see either .NET2.0 or .NET3.0
in the "Add/remove program" window, because they are part of OS.
>
I believe that only two minor apps need .NET and I've uninstalled
them.

Is there any way to tell which apps on my machine need .NET and which
versions?

Is there a cookbook way to uninstall .NET? When I try to uninstall, I
get a "can't uninstall msg and a search of the MS KB shows
complications but for versions I don't have.

--
Al Dykes
News is something someone wants to suppress, everything else is
advertising.
- Lord Northcliffe, publisher of the Daily Mail
Apr 8 '08 #4
In article <ep**************@TK2MSFTNGP04.phx.gbl>,
Norman Yuan <Fa******@FakeEmail.Notwrote:
>
"Al Dykes" <ad****@panix.comwrote in message
news:ft**********@panix5.panix.com...
>In article <OR**************@TK2MSFTNGP02.phx.gbl>,
Norman Yuan <Fa******@FakeEmail.Notwrote:
>>>Firstly, you have only one version (and the latest version) of .NET
framework installed. That is .NET3.5, which is something built on top of
.NET3.0SP1, which in turn is something built on top of .NET2.0.

Secendly, the size showed in "Add/Remove programs" window may not be the
actual package size. In the regards of .NET framework, the size showed
there
varies depending on OS (XP, Server, VISTA...).

To see if it is RTK plus full SDK (which you do not need to save disk
space), you can simply see if you have "Microsoft .NET Framework SDK v2.0"
listed in "Start->Programs". If no, you likely have RTK, rather than SDK.


Thanks, I'm happy to hear that 3.5 replaces 2.0, and 3.0. Others have
told me that I need all versions. I can believe that Control Panel
doesn't report disk space accurately. It appears that I don't have
the SDK.

No, What I actually meant is that although you see 3 version of .NET
(2.0SP1, 3.0SP1 and 3.5), you actually is having full 3.5. You CANNOT not
remove either 2.0SP1 or 3.0SP1 to leave 3.5 still working.

OK. How do I remove them all?

--
Al Dykes
News is something someone wants to suppress, everything else is advertising.
- Lord Northcliffe, publisher of the Daily Mail

Apr 8 '08 #5
Do you need SP2 for Win XP installed to install the .Net 2.0 & 3.x versions.
The OP reports his system as a WinXP SP1 system

Right click "My Computer" and choose "Properties" and tell us what that
reports.

--
DaveG

"Al Dykes" <ad****@panix.comwrote in message
news:ft**********@panix5.panix.com...
>
My system is XPSP1, recently updated by Microsoft. It's an older
laptop and I'm running out of disk space.

I only installed my first ".NET' app recently, that I know of, and the
app setup pointed me to URLS to get it from. I dodn't pay attion to
sizes.
Now I find I have the following on my system. I know that version x+1
doesn't replace version x.
.NET 2.0 SP1 at 165MB
.NET 3.0 SP1 at 245MB
.NET 3.5 at 25MB
Questions:

- Do these file sizes indicate that I have a SDK kit where all I need
is a RTK and how much space would I save by just installing the RTK?

- How can I tell which apps on my machine are calling which versions
of .NET?

- I've uninstalled the only software I know of that requires .NET and
it still won't let me uninstall it. Googling for "uninstall .NET"
comes up with all sorts of pages for irrelevant cases such as beta
version, etc. It there a page about uninstall that applies to me?

- What are URLS for find each version as a RTK?

Thanks


--
Al Dykes
News is something someone wants to suppress, everything else is
advertising.
- Lord Northcliffe, publisher of the Daily Mail
Apr 9 '08 #6
In article <qe*********************@telenor.com>,
David Griffiths <da*****@yahoo.nospam.co.ukwrote:
>Do you need SP2 for Win XP installed to install the .Net 2.0 & 3.x versions.
The OP reports his system as a WinXP SP1 system

Right click "My Computer" and choose "Properties" and tell us what that
reports.


It's SP2, Thanks for catching that.

I was able to uninstall .NET 3.5 (the latest) after uninstalling the
two apps that I know use .NET. I'm going to live with the system for
a few days to see if anything broke. Then I'll try to ininstall 2.0


>--
DaveG

"Al Dykes" <ad****@panix.comwrote in message
news:ft**********@panix5.panix.com...
>>
My system is XPSP1, recently updated by Microsoft. It's an older
laptop and I'm running out of disk space.

I only installed my first ".NET' app recently, that I know of, and the
app setup pointed me to URLS to get it from. I dodn't pay attion to
sizes.
Now I find I have the following on my system. I know that version x+1
doesn't replace version x.
.NET 2.0 SP1 at 165MB
.NET 3.0 SP1 at 245MB
.NET 3.5 at 25MB
Questions:

- Do these file sizes indicate that I have a SDK kit where all I need
is a RTK and how much space would I save by just installing the RTK?

- How can I tell which apps on my machine are calling which versions
of .NET?

- I've uninstalled the only software I know of that requires .NET and
it still won't let me uninstall it. Googling for "uninstall .NET"
comes up with all sorts of pages for irrelevant cases such as beta
version, etc. It there a page about uninstall that applies to me?

- What are URLS for find each version as a RTK?

Thanks


--
Al Dykes
News is something someone wants to suppress, everything else is
advertising.
- Lord Northcliffe, publisher of the Daily Mail

--
a d y k e s @ p a n i x . c o m

Don't blame me. I voted for Gore. A Proud signature since 2001

--
Al Dykes
News is something someone wants to suppress, everything else is advertising.
- Lord Northcliffe, publisher of the Daily Mail

Apr 9 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Greg McClure | last post by:
Life is not good. So I've got a machine that I do some development work on, nothing major, but I'd like to keep some things intact. I'm running SQL Server 7, it's an old installation, but it...
1
by: Carl Cross | last post by:
I have a site http://www.allaboutpets.org.uk/dogindex1.html Now on all of the cat doh horse index pages when using netscape browser ( all versions ) the download links in the left column do...
8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
1
by: Juan Carlos Diez | last post by:
Hello, I'm evaluating that version and I can't find system requirements for it. Could anybody please help me with these questions? 1.1. Hardware: 1.1.1. C.P.U. (how many processors, what speed)...
1
by: realgeek | last post by:
I can't get my head around the following problem no matter how I try. ..NET 1.1, C#. There's an assembly A that outputs a COM component. It dynamically loads a class from assembly B using...
0
by: Jack Wu | last post by:
Hi I've spent a good majority of my day trying to figure out how to have PIL 1.1.5 working on my OSX 10.3.9_PPC machine. I'm still stuck and I have not gotten anywhere. Could somebody please...
2
by: rhepsi | last post by:
hii all, i have deployed a vb.net project, the setup file ive installed in other system, now i have made some changes to the project in my system..... again i have to deploy this project.......
0
by: sept2008 | last post by:
I made two strong-named libraries, test.dll, versions 1.0.0.0, and 2.0.0.0, from the exact same source. I put them in the GAC area. I would like to know whether I can use both of them at the same...
0
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgRGVzYXJyb2xsbw==?= | last post by:
Hi all people, everybody, We have multiple versions of Acrobat Reader from 5.x to 8.x, I want to create a method in C# or VB.NET to check to see if the registry key for the versions...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.