Install 1.1 over 2.0 beta?

G

Guest

Does anyone know if it is possible to reinstall .NET 1.1 over top of 2 beta?
I'm stuck in a bit of an emergency situation where I can't afford the
downtime to rebuild my dev PC which has 2.0 beta on it. I need to do some
fixes to code for 1.1.

Any help or suggestions greatly appreciated.

T.
 
C

Curt_C [MVP]

troy said:
Does anyone know if it is possible to reinstall .NET 1.1 over top of 2 beta?
I'm stuck in a bit of an emergency situation where I can't afford the
downtime to rebuild my dev PC which has 2.0 beta on it. I need to do some
fixes to code for 1.1.

Any help or suggestions greatly appreciated.

T.

You're probably hosed....
That's why you put beta's on a different PC or in a VPC environment. I
know, hindsight and all.
You SHOULD be able to run them side by side (I know 1.0 and 1.1 will at
least) but since it is a beta all bets are off.
 
G

Guest

While Curt's probably right that you may be hosed. I would try it. I run
2.0 and 1.1 side by side pretty seemlessly, but it is beta so no guarantees.

Shawn Wildermuth
C# MVP
 
J

Juan T. Llibre

You don't install 1.1 *over* 2.0 ( nor vice versa ).

They install side-by-side.
You should be able to install them in any order.




Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 
W

Wayne

Can't really help you with fixing your issue, as from what I've seen they
should install side by side. However, I am quite interested in what your
issue is. I'm researching issues for my work on side by side installs of 1.1
and 2.0 and would like to add yours to the list.

--
Thanks
Wayne Sepega
Jacksonville, Fl

Enterprise Library Configuration Console Module Generator
http://workspaces.gotdotnet.com/elccmg

"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
 
G

gowens

I've also been investigating the potential of VS2005 for helping us do
SPS/WSS Custom Web Parts, etc.

Yesterday I decided to take the plunge and install a side-by-side
(remembering the hassles of 1.0 and 1.1 side-by-side). To my surprise
they both work quite nicely. Of course 2.0 wants to irreversibly
migrate any project/solution that it touches (which you choose when you
try opening a project/solution in 2.0). Other than that - it all seems
to work.

I'm less enamoured with the lack of Sharepoint integration features
(which we assumed would be present in 2.0) but... I'll get over it (for
now).

Cheers
 

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