PC Review


Reply
Thread Tools Rate Thread

ANN: .NET Framework 2.0 Beta 1

 
 
Thomas Scheidegger [MVP]
Guest
Posts: n/a
 
      29th Jun 2004
..NET Framework Version 2.0 Redistributable Package Beta 1 (x86)

http://www.microsoft.com/downloads/d...9-b6dcefc0873b


Download (at your own risk):
http://download.microsoft.com/downlo...7/dotnetfx.exe

(note, NT4 no longer listed as supported..)


http://msdn.microsoft.com/netframework/





--
Thomas Scheidegger - MVP .NET - 'NETMaster'
http://www.cetus-links.org/oo_dotnet.html - http://dnetmaster.net/


 
Reply With Quote
 
 
 
 
PEACEMAKER
Guest
Posts: n/a
 
      29th Jun 2004
can this be installed side by side with 1.0/1.1?
"Thomas Scheidegger [MVP]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> .NET Framework Version 2.0 Redistributable Package Beta 1 (x86)
>
>

http://www.microsoft.com/downloads/d...9-b6dcefc0873b
>
>
> Download (at your own risk):
>

http://download.microsoft.com/downlo...7/dotnetfx.exe
>
> (note, NT4 no longer listed as supported..)
>
>
> http://msdn.microsoft.com/netframework/
>
>
>
>
>
> --
> Thomas Scheidegger - MVP .NET - 'NETMaster'
> http://www.cetus-links.org/oo_dotnet.html - http://dnetmaster.net/
>
>



 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      29th Jun 2004
* "PEACEMAKER" <(E-Mail Removed)> scripsit:
> 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.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
 
Reply With Quote
 
Nick
Guest
Posts: n/a
 
      29th Jun 2004
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.

Herfried K. Wagner [MVP] wrote:

> * "PEACEMAKER" <(E-Mail Removed)> scripsit:
>
>>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.
>

 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      29th Jun 2004
* Nick <nberardi@[nospam.]zigamorph.com> scripsit:
> 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).

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
 
Reply With Quote
 
John Saunders
Guest
Posts: n/a
 
      29th Jun 2004
"Herfried K. Wagner [MVP]" <hirf-spam-me-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> * Nick <nberardi@[nospam.]zigamorph.com> scripsit:
> > 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).
>


The same poster later realized that he had been running the wrong version of
aspnet_regiis. Running the correct version solved his problem.
--
John Saunders
johnwsaundersiii at hotmail


 
Reply With Quote
 
Nick
Guest
Posts: n/a
 
      29th Jun 2004
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.

Herfried K. Wagner [MVP] wrote:
> * Nick <nberardi@[nospam.]zigamorph.com> scripsit:
>
>>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).
>

 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      29th Jun 2004
* "John Saunders" <(E-Mail Removed)> scripsit:
>>> 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).

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

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
 
Reply With Quote
 
=?Utf-8?B?Q2Jhcm5ob3JzdA==?=
Guest
Posts: n/a
 
      30th Jun 2004
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!).

"Nick" wrote:

> 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.
>
> Herfried K. Wagner [MVP] wrote:
> > * Nick <nberardi@[nospam.]zigamorph.com> scripsit:
> >
> >>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).
> >

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
(Microsoft .NET Framework 3.5 – Beta 1) to (Visual Studio Code Name "Orcas" Beta 1) nhmark64@newsgroup.nospam Microsoft C# .NET 5 19th May 2007 07:14 PM
.Net Framework 2 Beta 2 Trevor Hardwick Microsoft Dot NET Framework 2 2nd Jun 2005 03:01 AM
ANN: .NET Framework 2.0 Beta 1 Thomas Scheidegger [MVP] Microsoft C# .NET 8 30th Jun 2004 06:19 AM
Beta of .NET Framework 1.1 SP1 Henrik Dahl Microsoft Dot NET Framework 1 12th Jan 2004 04:52 AM
Migrating from .NET Framework Beta 2 to .NET Framework 1.1 Sanjay H. Rao Microsoft Dot NET 1 18th Oct 2003 03:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:05 AM.