Visual Studio y versión del Framework

06/08/2003 - 21:01 por JMCU | Informe spam
Tenía instalado el .Net FrameWork 1.1 y resulta que instale el Visual
Studio, no el 2003, el anterior, pero al pedirme el disco 5 me instalo un
.Net Framework, supongo que el 1.0.

Ahora con cual va a trabajar el Visual Studio? Hay alguna forma de decirle
que trabaje con el 1.1 o de desinstalar el 1.0 o deshabilitarlo?

Que debo hacer?

Gracias
 

Leer las respuestas

#1 Misael Monterroca
06/08/2003 - 21:17 | Informe spam
Tomado de

http://msdn.microsoft.com/netframew...fault.aspx


Visual Studio .NET and Versioning
Many developers will wonder how Visual Studio is affected by side-by-side
execution.

Visual Studio .NET 2003 is capable of producing code that executes on the
.NET Framework version 1.1 while Visual Studio .NET 2002 is capable of
producing code that executes on the .NET Framework version 1.0. Consistent
with the behavior followed by previous releases of Microsoft developer
tools, each version of Visual Studio targets only the version of the .NET
Framework with which it shipped.

Neither tool provides the ability to target other versions. When a project
created with Visual Studio .NET 2002 is opened in Visual Studio .NET 2003,
the tool will offer to upgrade the project automatically to the .NET
Framework version 1.1. If accepted, this procedure is irreversible, as the
project may then be changed by the developer in a way that depends on
functionality made available only in version 1.1. If the upgrade is refused,
Visual Studio .NET 2003 will not open the project.

Applications built with the .NET Framework using Visual Studio .NET 2002 and
Visual Studio .NET 2003 will benefit from side-by-side execution. Both
versions of Visual Studio .NET can be installed and execute on the same
machine simultaneously for those developers who choose to support solutions
on both versions of the .NET Framework.

* Note: A .NET Framework version 1.1 application should not be redirected to
run on the .NET Framework version 1.0 unless it was built with version 1.0
in mind, such that it does not take advantage of any functionality or
behavior present in 1.1 but not in 1.0. For more information, see
Side-by-Side Execution of the .NET Framework.

Saludos!
Misael Monterroca
Consorcio Ara
COORDINACIÓN DE DESARROLLO E-BUSINESS

mmonterroca".NET"ara.com.mx "Cambia .NET por @ para enviarme un correo :)"

Bosque de Ciruelos 140, Bosques de las lomas
Teléfono. 55968864 Ext. 2009
Radio 310
http://www.consorcioara.com.mx
http://www.casasara.com.mx

"JMCU" wrote in message
news:
Tenía instalado el .Net FrameWork 1.1 y resulta que instale el Visual
Studio, no el 2003, el anterior, pero al pedirme el disco 5 me instalo un
.Net Framework, supongo que el 1.0.

Ahora con cual va a trabajar el Visual Studio? Hay alguna forma de decirle
que trabaje con el 1.1 o de desinstalar el 1.0 o deshabilitarlo?

Que debo hacer?

Gracias


Preguntas similares