dotnet framework 1.1 on RC 1

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Hi

I have problems running a dotnet 1.1 aplication on RC1.When I try to install
the 1.1 redistributaual I get a message sying this is not supported on RC 1
is this correct, and are there any workarounds?

/A.
 
Not sure, but .NET v2 and .NET v3 should run almost any .NET v1/1.1
application without problems, assuming your app does not involve CLR
debugging and that there is no naming conflict with v2/v3 new class members.

Jon
 
I ignore the warning message, installing the package anyway. After it is
done, without rebooting, I install .NET 1.1 SP1 (found in MS Downloads). The
service pack opens the same warning, I ignore it again.

All apps I tried worked after that. Not without applying .NET 1.1 SP1,
though.

Edric
 
Back
Top