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

installing release version

Hi all, I have a web server running an older beta version of the .net 2.0
framework redistributable package. Are there any documented steps to
un-install that and re-install the newer version? I dont have any other
products like VS etc. installed on it. Just the framework.

TIA!
Dec 7 '05 #1
4 1406
KJ
AFAIK, you just use the control panel add/remove programs for framework
2.0. If aspx files stop working on IIS after the uninstall, use
aspnet_regiis.exe to re-register the script mappings.

-KJ

Dec 8 '05 #2
Hi Param,

I Agree with KJ that we can just use the "Add/Remove program...." to remove
the beta version of .net framework 2.0. After that, just install the new
RTM version of .net framework 2.0 and check the IIS to see whether it is
configured correctly for ASP.NET 2.0.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: "KJ" <n_**********@mail.com>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: Re: installing release version
| Date: 7 Dec 2005 17:35:55 -0800
| Organization: http://groups.google.com
| Lines: 6
| Message-ID: <11**********************@g49g2000cwa.googlegroups .com>
| References: <OW**************@TK2MSFTNGP10.phx.gbl>
| NNTP-Posting-Host: 69.32.176.2
| Mime-Version: 1.0
| Content-Type: text/plain; charset="iso-8859-1"
| X-Trace: posting.google.com 1134005797 16822 127.0.0.1 (8 Dec 2005
01:36:37 GMT)
| X-Complaints-To: gr**********@google.com
| NNTP-Posting-Date: Thu, 8 Dec 2005 01:36:37 +0000 (UTC)
| In-Reply-To: <OW**************@TK2MSFTNGP10.phx.gbl>
| User-Agent: G2/0.2
| X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.7.8) Gecko/20050511 Firefox/1.0.4,gzip(gfe),gzip(gfe)
| Complaints-To: gr**********@google.com
| Injection-Info: g49g2000cwa.googlegroups.com; posting-host=69.32.176.2;
| posting-account=-EvJ3wsAAABogc-QthV-9_6Q4JSAQJuo
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfee d00.sul.t-online.de!t-onli
ne.de!border2.nntp.dca.giganews.com!border1.nntp.d ca.giganews.com!nntp.gigan
ews.com!postnews.google.com!g49g2000cwa.googlegrou ps.com!not-for-mail
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:363529
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| AFAIK, you just use the control panel add/remove programs for framework
| 2.0. If aspx files stop working on IIS after the uninstall, use
| aspnet_regiis.exe to re-register the script mappings.
|
| -KJ
|
|

Dec 8 '05 #3
That worked! Thanks
"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:32******************@TK2MSFTNGXA02.phx.gbl...
Hi Param,

I Agree with KJ that we can just use the "Add/Remove program...." to
remove
the beta version of .net framework 2.0. After that, just install the new
RTM version of .net framework 2.0 and check the IIS to see whether it is
configured correctly for ASP.NET 2.0.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: "KJ" <n_**********@mail.com>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: Re: installing release version
| Date: 7 Dec 2005 17:35:55 -0800
| Organization: http://groups.google.com
| Lines: 6
| Message-ID: <11**********************@g49g2000cwa.googlegroups .com>
| References: <OW**************@TK2MSFTNGP10.phx.gbl>
| NNTP-Posting-Host: 69.32.176.2
| Mime-Version: 1.0
| Content-Type: text/plain; charset="iso-8859-1"
| X-Trace: posting.google.com 1134005797 16822 127.0.0.1 (8 Dec 2005
01:36:37 GMT)
| X-Complaints-To: gr**********@google.com
| NNTP-Posting-Date: Thu, 8 Dec 2005 01:36:37 +0000 (UTC)
| In-Reply-To: <OW**************@TK2MSFTNGP10.phx.gbl>
| User-Agent: G2/0.2
| X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.7.8) Gecko/20050511 Firefox/1.0.4,gzip(gfe),gzip(gfe)
| Complaints-To: gr**********@google.com
| Injection-Info: g49g2000cwa.googlegroups.com; posting-host=69.32.176.2;
| posting-account=-EvJ3wsAAABogc-QthV-9_6Q4JSAQJuo
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfee d00.sul.t-online.de!t-onli
ne.de!border2.nntp.dca.giganews.com!border1.nntp.d ca.giganews.com!nntp.gigan
ews.com!postnews.google.com!g49g2000cwa.googlegrou ps.com!not-for-mail
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:363529
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| AFAIK, you just use the control panel add/remove programs for framework
| 2.0. If aspx files stop working on IIS after the uninstall, use
| aspnet_regiis.exe to re-register the script mappings.
|
| -KJ
|
|

Dec 8 '05 #4
You're welcome Param,

Have a good day!

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: <pa***@community.nospam>
| References: <OW**************@TK2MSFTNGP10.phx.gbl>
<11**********************@g49g2000cwa.googlegroups .com>
<32**************@TK2MSFTNGXA02.phx.gbl>
| Subject: Re: installing release version
| Date: Thu, 8 Dec 2005 08:31:10 -0600
| Lines: 63
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| Message-ID: <ug**************@TK2MSFTNGP15.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp.lazardgroup.com 69.2.40.60
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:363627
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| That worked! Thanks
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:32******************@TK2MSFTNGXA02.phx.gbl...
| > Hi Param,
| >
| > I Agree with KJ that we can just use the "Add/Remove program...." to
| > remove
| > the beta version of .net framework 2.0. After that, just install the new
| > RTM version of .net framework 2.0 and check the IIS to see whether it is
| > configured correctly for ASP.NET 2.0.
| >
| > Regards,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| >
| > --------------------
| > | From: "KJ" <n_**********@mail.com>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | Subject: Re: installing release version
| > | Date: 7 Dec 2005 17:35:55 -0800
| > | Organization: http://groups.google.com
| > | Lines: 6
| > | Message-ID: <11**********************@g49g2000cwa.googlegroups .com>
| > | References: <OW**************@TK2MSFTNGP10.phx.gbl>
| > | NNTP-Posting-Host: 69.32.176.2
| > | Mime-Version: 1.0
| > | Content-Type: text/plain; charset="iso-8859-1"
| > | X-Trace: posting.google.com 1134005797 16822 127.0.0.1 (8 Dec 2005
| > 01:36:37 GMT)
| > | X-Complaints-To: gr**********@google.com
| > | NNTP-Posting-Date: Thu, 8 Dec 2005 01:36:37 +0000 (UTC)
| > | In-Reply-To: <OW**************@TK2MSFTNGP10.phx.gbl>
| > | User-Agent: G2/0.2
| > | X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
| > rv:1.7.8) Gecko/20050511 Firefox/1.0.4,gzip(gfe),gzip(gfe)
| > | Complaints-To: gr**********@google.com
| > | Injection-Info: g49g2000cwa.googlegroups.com;
posting-host=69.32.176.2;
| > | posting-account=-EvJ3wsAAABogc-QthV-9_6Q4JSAQJuo
| > | Path:
| >
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfee d00.sul.t-online.de!t-onli
| >
ne.de!border2.nntp.dca.giganews.com!border1.nntp.d ca.giganews.com!nntp.gigan
| > ews.com!postnews.google.com!g49g2000cwa.googlegrou ps.com!not-for-mail
| > | Xref: TK2MSFTNGXA02.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:363529
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | AFAIK, you just use the control panel add/remove programs for
framework
| > | 2.0. If aspx files stop working on IIS after the uninstall, use
| > | aspnet_regiis.exe to re-register the script mappings.
| > |
| > | -KJ
| > |
| > |
| >
|
|
|

Dec 9 '05 #5

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

Similar topics

0
by: Alex Lapp | last post by:
Hi ng, i have a problem installing cvs module from: http://www.object-craft.com.au/projects/csv/ My Python version is: Python 2.1.3 (Not the latest, but i need this version for running Zope...
0
by: Decio Alexandre | last post by:
------=_NextPart_000_003E_01C34D83.A02DB370 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi!! I had once installed PHPTriad, a package which...
5
by: Gerald Hernandez | last post by:
One of my development PC's died, and I need to have legacy VS and VS.Net installed at the same time. On the now dead PC, I had VS6 installed prior to installing VS.Net. This worked just fine. On...
7
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*"...
8
by: Daniel | last post by:
Hi My software requires .net 2.0, as always good old MS STILL hasn't put this on the essential download so it doesn't go through with an automatic update. Cleary they have a lot of faith in...
11
by: Don | last post by:
QUESTIONS: 1. Has anyone figured out how to successfully install the Office 97 Pro Service Release 2 patch in Vista? 2. Has anyone successfully installed an Office 97 Pro CD (SR2 version) in...
2
by: Ruslan A Dautkhanov | last post by:
Hello ! I'm about to install O9i on FreeBSD box. uname -a: FreeBSD stat2.scn.ru 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #2: Fri Apr 23 19:19:43 KRAST 2004...
5
by: John | last post by:
Hi I have an Outlook add-in solution which includes a setup project. If I install the Outlook add-in by right clicking on the setup project and sleeting Install then the add-in gets installed...
0
by: Steve Holden | last post by:
Saurabh Agrawal wrote: Unfortunately when a new release comes out package authors don't always rush to meet the demand for their software by providing a release for the new version. If the...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

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.