Old Version of .NET

  • Thread starter Thread starter Surajit Laha
  • Start date Start date
S

Surajit Laha

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
 
are 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.
 
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


--------------------
 
Back
Top