473,386 Members | 1,738 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,386 software developers and data experts.

Can I uninstall .NET 1.0 and 1.1 from Windows 2003 Server?

Hello,

Sorry if this is slightly OT, but I reckon there would be folks here who
would know...

I have a Windows 2003 Server box, SP4 and .NET 2.0 installed. Trouble is
that it also has .NET versions 1.0 and 1.1 installed. I would just
ignore them, but occasionally one or two of the web sites on the machine
seem to set themselves to the wrong version, and this causes errors. I
have no idea why or how this happens, but it does happen from time to
time.

I would like to remove 1.0 and 1.1 completely as all my sites use 2.0.
What's the best way to go about this?

TIA

--
Alan Silver
(anything added below this line is nothing to do with me)
Jul 22 '07 #1
6 4171
"Alan Silver" <al*********@nospam.thanx.invalidwrote in message
news:NP**************@nospamthankyou.spam...
I have a Windows 2003 Server box, SP4
AFAIK, the latest SP for Windows 2003 Server is SP2:
http://technet.microsoft.com/en-gb/w.../bb463273.aspx

Do you mean Windows 2000...?
I would like to remove 1.0 and 1.1 completely as all my sites use 2.0.
What's the best way to go about this?
I must admit I've never tried, as there is absolutely nothing whatever to be
gained by doing this, other than a bit of hard disk space...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 22 '07 #2
In article <OX**************@TK2MSFTNGP05.phx.gbl>, "Mark Rae [MVP]"
<ma**@markNOSPAMrae.netwrites
>"Alan Silver" <al*********@nospam.thanx.invalidwrote in message
news:NP**************@nospamthankyou.spam...
>I have a Windows 2003 Server box, SP4

AFAIK, the latest SP for Windows 2003 Server is SP2:
http://technet.microsoft.com/en-gb/w.../bb463273.aspx

Do you mean Windows 2000...?
No, I meant Windows 2003. I just installed SQL Server on a machine, and
put SP4 for that in. I got the wrong number when typing the SP for
Windows ;-)

So yes, it's Windows 2003 with SP2.
>I would like to remove 1.0 and 1.1 completely as all my sites use
2.0. What's the best way to go about this?

I must admit I've never tried, as there is absolutely nothing whatever
to be gained by doing this, other than a bit of hard disk space...
Well, as I explained, I *do* have something to gain, namely a lack of
errors caused by the mysterious version changing gremlin in my machine!

So, do you know a way of doing it? Only 2.0 shows up in the list of
things to uninstall, presumably as 1.0 and 1.1 came with the OS.

--
Alan Silver
(anything added below this line is nothing to do with me)
Jul 22 '07 #3
"Alan Silver" <al*********@nospam.thanx.invalidwrote in message
news:Ho**************@nospamthankyou.spam...
So, do you know a way of doing it? Only 2.0 shows up in the list of things
to uninstall, presumably as 1.0 and 1.1 came with the OS.
I'm sorry, but I don't...

This article might help:
http://forums.microsoft.com/MSDN/Sho...90938&SiteID=1

However, unless this is mega-urgent, you might do well to wait for other
responses...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 22 '07 #4
You don't need to physically uninstall them, only unregister them.

drive:\WINDOWS\Microsoft.NET\Framework\v1.0.3705 is only a stub directory.

Its funcionality is disabled in W2K3 and, who knows, maybe you'll find a use
for .Net 1.1 down the line, so you shouldn't uninstall .Net 1.1 physically.

What you can do is run, from a command window in this directory :
drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

aspnet_regiis -u

That will unregister .Net 1.1 in IIS, leaving you with
only the .Net Framework 2.0 registered in IIS.

That will, effectively, do what you want to do.

If you feel the need to confirm this, run

aspnet_regiis -lv

*before* you run the aspnet_regiis -u command and *after* you run the aspnet_regiis -u command.

You'll find that, the first time, you have .Net 1.1 registered, but the second time it won't be registered.

Also, after you run that command, you will only be able to see the 2.0.50727
version in the ASP.NET tab in the IIS properties for all your applications,
and all your applications will default to ASP.NET 2.0.

If that's what you want...go ahead and do that.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Alan Silver" <al*********@nospam.thanx.invalidwrote in message news:Ho**************@nospamthankyou.spam...
In article <OX**************@TK2MSFTNGP05.phx.gbl>, "Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrites
>>"Alan Silver" <al*********@nospam.thanx.invalidwrote in message news:NP**************@nospamthankyou.spam...
>>I have a Windows 2003 Server box, SP4

AFAIK, the latest SP for Windows 2003 Server is SP2: http://technet.microsoft.com/en-gb/w.../bb463273.aspx

Do you mean Windows 2000...?

No, I meant Windows 2003. I just installed SQL Server on a machine, and put SP4 for that in. I got the wrong number
when typing the SP for Windows ;-)

So yes, it's Windows 2003 with SP2.
>>I would like to remove 1.0 and 1.1 completely as all my sites use 2.0. What's the best way to go about this?

I must admit I've never tried, as there is absolutely nothing whatever to be gained by doing this, other than a bit of
hard disk space...

Well, as I explained, I *do* have something to gain, namely a lack of errors caused by the mysterious version changing
gremlin in my machine!

So, do you know a way of doing it? Only 2.0 shows up in the list of things to uninstall, presumably as 1.0 and 1.1
came with the OS.

--
Alan Silver
(anything added below this line is nothing to do with me)

Jul 22 '07 #5
In article <eX**************@TK2MSFTNGP06.phx.gbl>, "Mark Rae [MVP]"
<ma**@markNOSPAMrae.netwrites
>"Alan Silver" <al*********@nospam.thanx.invalidwrote in message
news:Ho**************@nospamthankyou.spam...
>So, do you know a way of doing it? Only 2.0 shows up in the list of
things to uninstall, presumably as 1.0 and 1.1 came with the OS.

I'm sorry, but I don't...

This article might help:
http://forums.microsoft.com/MSDN/Sho...90938&SiteID=1
Thanks, I'll have a look.
>However, unless this is mega-urgent, you might do well to wait for
other responses...
No, it's not urgent. I'm building up a new machine to replace a current
server. It's going to take some time to finish anyway, so I can hang on.

Thanks

--
Alan Silver
(anything added below this line is nothing to do with me)
Jul 22 '07 #6
In article <eN**************@TK2MSFTNGP06.phx.gbl>, Juan T. Llibre
<no***********@nowhere.comwrites
>You don't need to physically uninstall them, only unregister them.

drive:\WINDOWS\Microsoft.NET\Framework\v1.0.370 5 is only a stub directory.

Its funcionality is disabled in W2K3 and, who knows, maybe you'll find a use
for .Net 1.1 down the line, so you shouldn't uninstall .Net 1.1 physically.
OK, if I can disable it without uninstalling it, I don't mind. My main
interest is in it not being available to my friendly version-changing
gremlin!

<snip>
>If that's what you want...go ahead and do that.
Can't say I'm desperate to do it, but I can't see any other way around
the problem. I have never found any reports of this bug, and it's so
elusive that it's impossible to track down. Unfortunately, its effects
are fairly serious.

Thanks for the help
>Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Alan Silver" <al*********@nospam.thanx.invalidwrote in message
news:Ho**************@nospamthankyou.spam...
>In article <OX**************@TK2MSFTNGP05.phx.gbl>, "Mark Rae [MVP]"
<ma**@markNOSPAMrae.netwrites
>>>"Alan Silver" <al*********@nospam.thanx.invalidwrote in message
news:NP**************@nospamthankyou.spam...

I have a Windows 2003 Server box, SP4

AFAIK, the latest SP for Windows 2003 Server is SP2:
http://technet.microsoft.com/en-gb/w.../bb463273.aspx

Do you mean Windows 2000...?

No, I meant Windows 2003. I just installed SQL Server on a machine,
and put SP4 for that in. I got the wrong number
when typing the SP for Windows ;-)

So yes, it's Windows 2003 with SP2.
>>>I would like to remove 1.0 and 1.1 completely as all my sites use
2.0. What's the best way to go about this?

I must admit I've never tried, as there is absolutely nothing
whatever to be gained by doing this, other than a bit of
hard disk space...

Well, as I explained, I *do* have something to gain, namely a lack of
errors caused by the mysterious version changing
gremlin in my machine!

So, do you know a way of doing it? Only 2.0 shows up in the list of
things to uninstall, presumably as 1.0 and 1.1
came with the OS.

--
Alan Silver
(anything added below this line is nothing to do with me)

--
Alan Silver
(anything added below this line is nothing to do with me)
Jul 22 '07 #7

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

Similar topics

6
by: Matt Frame | last post by:
I wrote a small assembly to test the process of placing it into the Global Assembly Cache but now I cannot remove it. When I hi-light and click delete I get the following: Assembly 'Assembly...
5
by: Leslie Lim | last post by:
I had link my 4 of workstations to server with MySql. 1 pc of my pc can run a software which can update MsSql perfectly but not others(3 failed). I tried to add System Dsn data source for Control...
0
by: CK Wong | last post by:
When I try to repair, change config, install and uninstall an existing VB.NET 2K3, it gave me the following error in the file vserror71.txt: Visual Basic .NET Standard 2003 - English: ...
0
by: Jan | last post by:
Hello, I'm trying to uninstall VS.NET Trial 2003 but I get this dialog box stating "The Windows Installer package: C:\Program Files\Microsoft Visual Studio .NET 2003 .NET 2003\vs_setup.msi...
1
by: Tom | last post by:
Hi, I found that dotnet framework 1.1 cannot run properly on my 2003 server. It cannot recognize .aspx file. However, I cannot reinstall it without uninstall it first. I cannot find it in the...
1
by: Bill | last post by:
I deployed an Access 2003 app on a network after using the Developer's extensions. Things are fine except when I try to uninstall the app. I did the install from a temporary network directory...
5
by: Bryan | last post by:
I am writing a C# program that needs to see if a particular program is installed (it would be listed in the "Add or Remove Programs" list from the Control Panel) and uninstall it. Is there a way...
3
by: Satish | last post by:
Hi How can i uninstall ASP.NET 1.1 from windows server 2003 .. i want to have just ASP.NET 1.0 on my server thanks Satish
1
by: resander | last post by:
I need to uninstall DB2 Express on a W2K Server as the evaluation period has expired to reclaim a fair chunk of disk space. The program was not in the list of the Windows Add/Remove Programs in...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.