67 lines
3.0 KiB
HTML
67 lines
3.0 KiB
HTML
<html>
|
|
<head>
|
|
<title>Installing .NET with the Windows Control Panel</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 .NET with the Windows Control Panel</h1>
|
|
|
|
<h2>Problem</h2>
|
|
<p>You need to install the .NET Framework to run an app or game on Windows. </p>
|
|
|
|
<h2>Solution</h2>
|
|
|
|
<p>You can also enable the .NET Framework yourself through the Control Panel in Windows. In Control Panel, choose <b>Programs and Features</b>, choose <b>Turn Windows features on or off</b>, and then select the <b>.NET Framework</b> check box. </p>
|
|
|
|
<p>The Turning Windows features on or off in Control Panel dialog will look similar to the following picture. It shows the .NET Framework 3.5, however your machine may show a different version, such as 2.0, 4.0 or 4.5. Select the .NET Framework version you see to get your apps working.</p>
|
|
|
|
<p><img src="dotnet-control-panel.png"></p>
|
|
|
|
<p>You can also read the <a href="http://support.microsoft.com/kb/2715633">Microsoft support document</a> on installing the .NET Framework using the Control Panel.</p>
|
|
|
|
<p>You can also <a href="mailto:dotnethelp@microsoft.com?subject=Help installing .NET via the Control Panel">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>
|