Two Net frameworks???

  • Thread starter Thread starter S. Hussain Akbar
  • Start date Start date
S

S. Hussain Akbar

I installed the DOTNET Framework when it came out in version 1. Later, when
Windows Update showed that 1.1 has been released, I installed that as well.

Now, the Control Panel whows them both: .Net FW 1 and .Net FW 1.1

Should I uninstall and re-install?
 
This is to be expected.
This is a valid configuration.
You should probably just leave both versions for compatability reasons
unless you need the disk space.
In most cases you could get rid of 1.0 without any dire consequences and 1.1
will fill in for it.
 
Steve said:
This is to be expected.
This is a valid configuration.
You should probably just leave both versions for compatability reasons
unless you need the disk space.
In most cases you could get rid of 1.0 without any dire consequences
and 1.1 will fill in for it.

Windows applications will run on the framework they were compiled for
while ASP.NET apps will run on the latest version.
 
Yes, ASP.NET apps will run on the latest version by default, but note that
you can also configure each app individually to use whichever version you
prefer.
 
Yes , you can install .net framework 1.1(SR1) and 1.2("whidbey") if you want , on same computer.
 
Back
Top