Saturday, March 24, 2012

Old Version of .NET

Hi,
When I installed VS.NET, it installed .NET 1.0.3705.
Now I have installed .NET Framework redist 1.1, but the system seems
to be using the older one.
How do I check/assure whcih version is being used and how to get rid
of the older one (to reclaim some space!).
regards,
-surajITare you talking on the WWW box or your Dev box?
You should have an "add/remove" option for your 1.0 framework on the server
though.
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Surajit Laha" <s_laha@.rediffmail.com> wrote in message
news:ba8ee108.0406032224.22a8d2b0@.posting.google.com...
> Hi,
> When I installed VS.NET, it installed .NET 1.0.3705.
> Now I have installed .NET Framework redist 1.1, but the system seems
> to be using the older one.
> How do I check/assure whcih version is being used and how to get rid
> of the older one (to reclaim some space!).
> regards,
> -surajIT
You can execute:
%windir%\microsoft.net\framework\v1.0.3705\aspnet_regiis -u
to unregister v1.0 from IIS.
Then, to register v1.1:
%windir%\microsoft.net\framework\v1.1.4322\aspnet_regiis -i
Finally, you should be able to completely uninstall v1.0 from your machine
(not just from IIS) by going to the Add/Remove programs.
HTH,
Chris
--
>From: s_laha@.rediffmail.com (Surajit Laha)
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>Subject: Old Version of .NET
>Date: 3 Jun 2004 23:24:39 -0700
>Organization: http://groups.google.com
>Lines: 13
>Message-ID: <ba8ee108.0406032224.22a8d2b0@.posting.google.com>
>NNTP-Posting-Host: 193.130.154.155
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Transfer-Encoding: 8bit
>X-Trace: posting.google.com 1086330279 29384 127.0.0.1 (4 Jun 2004
06:24:39 GMT)
>X-Complaints-To: groups-abuse@.google.com
>NNTP-Posting-Date: Fri, 4 Jun 2004 06:24:39 +0000 (UTC)
>Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!news.glorb.com!postnews1.google.com!not-for-mail
>Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.framework.aspnet:238217
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>Hi,
>When I installed VS.NET, it installed .NET 1.0.3705.
>Now I have installed .NET Framework redist 1.1, but the system seems
>to be using the older one.
>How do I check/assure whcih version is being used and how to get rid
>of the older one (to reclaim some space!).
>regards,
>-surajIT
>

0 comments:

Post a Comment