Why do apps still ask for .NET 1.1 when .NET 2.0 is installed?

Why isn't it backwards compatible?

Greetings

Juan Jansen

Re: Why isn't .NET Framework 2.0 not backwards compatible? by Mike

Mike
Fri May 20 05:58:46 CDT 2005

"Juan Jansen" <winbeta@hotmail.com> wrote in message
news:u11JA3RXFHA.2124@TK2MSFTNGP14.phx.gbl...
> Why do apps still ask for .NET 1.1 when .NET 2.0 is installed?
>
> Why isn't it backwards compatible?
>
> Greetings
>
> Juan Jansen


It is possible those applications are suffering from some of the issues
covered at
http://msdn.microsoft.com/netframework/programming/64bit/default.aspx



--

Regards,

Mike
--
Mike Brannigan [Microsoft]

This posting is provided "AS IS" with no warranties, and confers no
rights

Please note I cannot respond to e-mailed questions, please use these
newsgroups

"Juan Jansen" <winbeta@hotmail.com> wrote in message
news:u11JA3RXFHA.2124@TK2MSFTNGP14.phx.gbl...
> Why do apps still ask for .NET 1.1 when .NET 2.0 is installed?
>
> Why isn't it backwards compatible?
>
> Greetings
>
> Juan Jansen
>



Re: Why isn't .NET Framework 2.0 not backwards compatible? by Ryan

Ryan
Fri May 20 06:15:36 CDT 2005

The way the .NET Framework is made allows for multiple versions to run
side-by-side. When developers write applications for .NET, they target a
specific version of the .NET Framework. If your application targets the
.NET Framework 1.1, you'll need to install it ;-).

Luckily, the .NET Framework 1.1 (32-Bit) runs great in Windows x64. Your
best bet is to go ahead and install the .NET Framework 1.1 Redistributable,
here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en

When the .NET Framework 2.0 is released, look for new apps to take advantage
of it ;-).

--
Ryan Hoffman
Extended64.com - http://www.extended64.com

Windows x64 Support Forums: http://www.extended64.com/Forums/
Extended64.com's Windows x64 Blogs: http://www.extended64.com/Blogs/


"Juan Jansen" <winbeta@hotmail.com> wrote in message
news:u11JA3RXFHA.2124@TK2MSFTNGP14.phx.gbl...
> Why do apps still ask for .NET 1.1 when .NET 2.0 is installed?
>
> Why isn't it backwards compatible?
>
> Greetings
>
> Juan Jansen
>