.NET Question

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

Hello Group -

Wondering if I should install .NET 2.0 and if so, should I install it over
1.1 or remove 1.1 first.

Thanks for any thoughts!
 
Sam said:
Hello Group -

Wondering if I should install .NET 2.0 and if so, should I install it over
1.1 or remove 1.1 first.

Thanks for any thoughts!

..NET 2.0 does not include or replace .NET 1.1. If you have a program that
needs 1.1 it will still need it.
 
Thanks Frank!

Sounds like 2.0 is a separate installation and keeping both is the
recommended path. Although I was hoping it was a replacement for 1.1...

Thanks again
 
Sam said:
Hello Group -

Wondering if I should install .NET 2.0 and if so, should I install it
over 1.1 or remove 1.1 first.


First, note that they are separate. The .NET Framework 2.0 doesn't replace
1.1, so do not remove 1.1 first.

The .net framework is a runtime file needed to run programs written with
..net. It's roughly analogous to the old vbrunXXX.dll files needed to run
programs written in Visual Basic. Just as with Visual Basic, the various
versions are separate; for a vb 5 prgram, you needed the vbrun 5 file and
not the vbrun 6 file, and with .NET, to run a .NET 1,1 program, you need the
..net 1.1 file, not the 2.0. Because .net is relatively new, there aren't yet
a lot of programs that use it. Even if you don't run any of these programs
now, it's likely that you will soon, so my recommendation is that you might
as well get and keep both of these, so they will be there when you need
them.
 
Back
Top