.NET Framework

16/12/2007 - 19:01 por Paul P. Garcia | Informe spam
Saludos.

Tengo instalado Win Vista Ultimate 32bit y al parecer no tengo instalado el
.NET Framework...
Tengo que bajar de internet o el dvd de win vista trae el .NET Framework?
Si tiene el .NET Framework que version viene?

Gracias de antemano

Preguntas similare

Leer las respuestas

#1 Ramón Sola [MVP Windows - Shell/User]
17/12/2007 - 03:12 | Informe spam
Windows Vista incluye .NET Framework 2.0 y .NET Framework 3.0.

Ramón Sola / / MVP Windows - Shell/User
Para obtener la dirección correcta no hacen falta los sellos.
Por favor, usar el correo sólo para cuestiones ajenas a los
grupos de noticias, gracias.

He aquí quien obedece al nombre de "Paul P. Garcia" (), a
cuyo mensaje da su respuesta un servidor:
Saludos.

Tengo instalado Win Vista Ultimate 32bit y al parecer no tengo instalado el
.NET Framework...
Tengo que bajar de internet o el dvd de win vista trae el .NET Framework?
Si tiene el .NET Framework que version viene?

Gracias de antemano
Respuesta Responder a este mensaje
#2 Paul P. Garcia
17/12/2007 - 04:18 | Informe spam
Cuales son los pasos para instalar o activar o saber la versiones instaladas
del Framework?
Al parecer no tengo instalado ningun Framework...
Tengo el siguiente codigo para saber si el Framework 3 esta instalado:

<HTML>
<HEAD>
<TITLE>Test for .NET Framework 3.0</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
<SCRIPT LANGUAGE="JavaScript">
<!--
var NETFX3RuntimeVersion = "3.0.50727";

function window::onload()
{
if (HasRuntimeVersion(NETFX3RuntimeVersion))
{
result.innerText = "This machine has the correct version "
+ "of the .NET Framework 3.0 runtime: " + NETFX3RuntimeVersion
+ "." + "This machine's userAgent string is: " +
navigator.userAgent + ".";
}
else
{
document.write("The .NET Framework version 3.0 is not "
+ "installed on this computer.<br/>" +
"<a href='http://msdn.microsoft.com/windowsvi...fault.aspx'>"
+ "Click here to get</a> .NET Framework 3.0 now.");}
}

//
// Retrieve the version from the user agent string and compare with
// specified version.
function HasRuntimeVersion(versionToCheck)
{
var userAgentString navigator.userAgent.match(/.NET Framework 3.0 RunTime [0-9.]+/g);
if (userAgentString != null)
{
var i;

for (i = 0; i < userAgentString.length; ++i)
{
if (CompareVersions(GetVersion(versionToCheck),
GetVersion(userAgentString[i])) <= 0)
return true;
}
}
return false;
}

// Extract the numeric part of the version string.
function GetVersion(versionString)
{
var numericString versionString.match(/([0-9]+)\.([0-9]+)\.([0-9]+)/i);
return numericString.slice(1);
}
// Compare the version strings by converting them to numeric
// format.
function CompareVersions(version1, version2)
{
for (i = 0; i < version1.length; ++i)
{
var number1 = new Number(version1[i]);
var number2 = new Number(version2[i]);
if (number1 < number2)
return -1;
if (number1 > number2)
return 1;
}
return 0;
}

</SCRIPT>
</HEAD>

<BODY>
<div id="result" />
</BODY>
</HTML>



"Ramón Sola [MVP Windows - Shell/User]"
escribió en el mensaje de noticias
news:%
Windows Vista incluye .NET Framework 2.0 y .NET Framework 3.0.

Ramón Sola / / MVP Windows - Shell/User
Para obtener la dirección correcta no hacen falta los sellos.
Por favor, usar el correo sólo para cuestiones ajenas a los
grupos de noticias, gracias.

He aquí quien obedece al nombre de "Paul P. Garcia"
(), a
cuyo mensaje da su respuesta un servidor:
Saludos.

Tengo instalado Win Vista Ultimate 32bit y al parecer no tengo instalado
el
.NET Framework...
Tengo que bajar de internet o el dvd de win vista trae el .NET Framework?
Si tiene el .NET Framework que version viene?

Gracias de antemano



email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida