Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/12/2004, 10:15
Avatar de RicaJ0625
RicaJ0625
 
Fecha de Ingreso: noviembre-2004
Ubicación: La Chorrera, Panamá
Mensajes: 86
Antigüedad: 19 años, 5 meses
Puntos: 0
Cita:
Iniciado por wakewakeup
Busca por la web de microsoft el
Microsoft .NET Framework 1.1 + Service Pack 1 supongo que instalandolo se acabará el problema

rap
Para poder usar el Framework 1.1 necesitas tener el Visual Studio .NET 2003. Todo lo que programes con el VS .NET 2002 usará el Framework 1.0

Extracto de la página:
http://msdn.microsoft.com/netframewo...n/default.aspx


Cita:
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.
Extracto de la página:
http://msdn.microsoft.com/library/de...dexsidenet.asp

Cita:
Terminology
A 1.0 application is an application that targets version 1.0 of the .NET Framework. All applications built with Visual Studio .NET 2002 are 1.0 applications.

A 1.1 application is an application that targets version 1.1 of the .NET Framework. All applications built with Visual Studio .NET 2003 are 1.1 applications.

Última edición por RicaJ0625; 14/12/2004 a las 14:07