ANN: .NET Framework 2.0 Beta 1

  • Thread starter Thomas Scheidegger [MVP]
  • Start date
H

Herfried K. Wagner [MVP]

* "PEACEMAKER said:
can this be installed side by side with 1.0/1.1?

I assume that this can be done, but I would not do that in production
environment.
 
N

Nick

Yes you can install 2.0 next to 1.0 and 1.1. That is one of the good
things about .Net, version 2.0 is going to work just like 1.0 and 1.1
when you are versioning assemblies.
 
H

Herfried K. Wagner [MVP]

* Nick said:
Yes you can install 2.0 next to 1.0 and 1.1. That is one of the good
things about .Net, version 2.0 is going to work just like 1.0 and 1.1
when you are versioning assemblies.

I still would not do that if I depend on the machine. In another group
somebody reported that his .NET 1.1 got damaged by installing one of the
Express products (this will install .NET 2.0 Beta 1).
 
J

John Saunders

Herfried K. Wagner said:
I still would not do that if I depend on the machine. In another group
somebody reported that his .NET 1.1 got damaged by installing one of the
Express products (this will install .NET 2.0 Beta 1).

The same poster later realized that he had been running the wrong version of
aspnet_regiis. Running the correct version solved his problem.
 
N

Nick

Well a development machine is probably fine to run this on. It is not
going to mess around with anything that you already have installed, it
just adds programs not replaces them.
 
H

Herfried K. Wagner [MVP]

* "John Saunders said:
The same poster later realized that he had been running the wrong version of
aspnet_regiis. Running the correct version solved his problem.

OK, I didn't see that post yet. Nevertheless, the message of my post
still remains valid.
 
G

Guest

I installed the .net framework 2.0 redistributable first and then installed C# Express and the whole thing installed without alerts of any kind. Of course I am reduced now to replying to this thread in Morse code on a telegraph key...(just kidding!).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top