63 lines
2.4 KiB
HTML
63 lines
2.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>Installing the .NET Framework 4 on Windows XP</title>
|
|
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="../css/main.css" />
|
|
</head>
|
|
<body>
|
|
<div class="nav-menu nav-menu-collapsed" id="navigationMenu">
|
|
<div class="nav-menu-header">
|
|
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" />
|
|
</div>
|
|
<div class="nav-menu-content">
|
|
<ul>
|
|
<li><a href="../install-dotnet.html">Install .NET</a></li>
|
|
<li><a href="../target-dotnet-platforms.html">Target .NET Framework</a></li>
|
|
<li><a href="../dotnet-user-groups.html">.NET User Group meetings</a></li>
|
|
<li><a href="dotnet-docs.html">.NET Docs</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="main-content">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="sub-menu">
|
|
<a href="#" id="menuControl"><span class="fa fa-bars"></span></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<h1>Installing the .NET Framework 4 on Windows XP<h1>
|
|
|
|
<h2>Problem</h2>
|
|
|
|
<p>You need to install the .NET Framework 4 or a later .NET version to run an app or game on Windows XP.</p>
|
|
|
|
<h2>Solution</h2>
|
|
|
|
<p>You can download and install the <a href="http://go.microsoft.com/fwlink/?LinkID=213834">.NET Framework 4</a> on Windows XP. In some cases, you will may need a later update of the .NET Framework. The <a href="dotnet45-xp.aspx">.NET Framework 4.5</a> and later .NET versions are not supported on Windows XP.</p>
|
|
|
|
<p>You can <a href="mailto:dotnethelp@microsoft.com?subject=Help installing .NET 4 on Windows XP">contact Microsoft for help</a> if you cannot get the correct version of the .NET Framework installed.</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
|
|
<script src="../js/main.js"></script>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-65565245-1', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|