Finishing menus on other pages

This commit is contained in:
Zlatko Knezevic
2015-07-31 09:47:36 -07:00
parent 5780ed58f5
commit 6b40493ce4
4 changed files with 192 additions and 73 deletions

View File

@@ -1,25 +1,48 @@
<html>
<head>
<title>.NET Framework Initialization Error</title>
<title>.NET Framework Initialization Error</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>
<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><img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" style="vertical-align:middle"/> .NET Framework Initialization Error</h1>
</div>
<h1>.NET Framework Initialization Error</h1>
<p>Every .NET app targets a particular .NET version. This is either the target version of the app project, which is automatically recorded with the app, or a version that is manually updated later. When an app is launched, the .NET runtime checks to see if this version is installed on a given machine before running an app. If that version is not installed, you will see an error message similar to the one shown in the image below.</p>
<p>Every .NET app targets a particular .NET version. This is either the target version of the app project, which is automatically recorded with the app, or a version that is manually updated later. When an app is launched, the .NET runtime checks to see if this version is installed on a given machine before running an app. If that version is not installed, you will see an error message similar to the one shown in the image below.</p>
<p><img style="border: 0px currentcolor; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" src="dotnet-framework-initialization-error.png" width="415" height="196" /></p>
<p><img style="border: 0px currentcolor; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" src="dotnet-framework-initialization-error.png" width="415" height="196" /></p>
<p>You should validate that the correct version is installed. The <a href="../install-dotnet.html">Installing the .NET Framework </a> page lists all of versions of the .NET Framework that you an install. You can also look at the <a href="http://go.microsoft.com/fwlink/?LinkID=229561">.NET SDKs and Targeting Packs</a> page to find the runtime version you need.</p>
<p>You should validate that the correct version is installed. The <a href="../install-dotnet.html">Installing the .NET Framework </a> page lists all of versions of the .NET Framework that you an install. You can also look at the <a href="http://go.microsoft.com/fwlink/?LinkID=229561">.NET SDKs and Targeting Packs</a> page to find the runtime version you need.</p>
<p>You may also want to troubleshoot why you are seeing this error. The .NET team has provided the following resources to help you:</p>
<p>You may also want to troubleshoot why you are seeing this error. The .NET team has provided the following resources to help you:</p>
<ul>
<ul>
<li><a href="http://msdn.microsoft.com/library/jj157063(v=vs.110).aspx">.NET Framework Initialization Errors: Managing the User Experience</a></li>
<li><a href="http://msdn.microsoft.com/library/jj152929(v=vs.110).aspx">How to: Debug CLR Activation Issues</a></li>
@@ -28,13 +51,18 @@
<li><a href="http://blogs.msdn.com/b/dotnet/p/dotnet45xp.aspx">.NET Framework 4.5 and Windows XP</a></li>
<li><a href="http://blogs.msdn.com/b/dotnet/p/dotnet4xp.aspx">Installing the .NET Framework 4 on Windows XP</a></li>
<li><a href="http://blogs.msdn.com/b/dotnet/p/dotnet4xp.aspx">Installing the .NET Framework 4 on Windows XP</a></li>
<li><a href="http://blogs.msdn.com/b/dotnet/">.NET Team Blog</a></li>
</ul>
<p>You can <a href="mailto:dotnethelp@microsoft.com?subject=Having trouble targeting .NET">contact Microsoft</a> for help if you cannot correctly target the .NET Framework.</p>
</ul>
<p>You can <a href="mailto:dotnethelp@microsoft.com?subject=Having trouble targeting .NET">contact Microsoft</a> for help if you cannot correctly target the .NET Framework.</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),

View File

@@ -1,21 +1,62 @@
<html>
<head>
<title>Installing the .NET Framework 4 on Windows XP</title>
<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>
<h1>
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" style="vertical-align:middle"/></a>
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>
<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>

View File

@@ -2,29 +2,55 @@
<head>
<title>.NET Framework 4.5 and 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 style="font-family:Segoe UI,
Lucida Grande,Verdana,Arial,Helvetica,sans-serif; font-size:30px;vertical-align:middle">
<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>.NET Framework 4.5 and Windows XP</h1>
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" style="vertical-align:middle" />
.NET Framework 4.5 and Windows XP</div>
<h2>Problem</h2>
<p>You need to install the .NET Framework 4.5 to run an app or game on Windows XP. </p>
<h1>Problem</h1>
<p>You need to install the .NET Framework 4.5 to run an app or game on Windows XP. </p>
<p>The <a href="http://go.microsoft.com/fwlink/?LinkID=229538">.NET Framework 4.5</a> and later .NET Framework versions are not supported on Windows XP.</p>
<p>The <a href="http://go.microsoft.com/fwlink/?LinkID=229538">.NET Framework 4.5</a> and later .NET Framework versions are not supported on Windows XP.</p>
<h2>Solution</h2>
<h1>Solution</h1>
<p>If you need to run an app that requires the .NET Framework 4.5 or later, you will need to upgrade to a later version of Windows or find another machine that has a later version of Windows. You can also contact the publisher of the app, to see if they support Windows XP with another version of their app.</p>
<p>If you need to run an app that requires the .NET Framework 4.5 or later, you will need to upgrade to a later version of Windows or find another machine that has a later version of Windows. You can also contact the publisher of the app, to see if they support Windows XP with another version of their app.</p>
<p>The <a href="dotnet4-xp.html">.NET Framework 4</a> is supported on Windows XP, however, it will not run apps that require .NET Framework 4.5 or later versions.</p>
<p>The <a href="dotnet4-xp.html">.NET Framework 4</a> is supported on Windows XP, however, it will not run apps that require .NET Framework 4.5 or later versions.</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>
<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),

View File

@@ -1,33 +1,57 @@
<html>
<head>
<title>
Installing .NET with the Windows Control Panel
</title>
</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 style="font-family:Segoe UI,
Lucida Grande,Verdana,Arial,Helvetica,sans-serif; font-size:30px;vertical-align:middle">
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" style="vertical-align:middle" />
Installing .NET with the Windows Control Panel
<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>
<h1>Problem</h1>
<p>You need to install the .NET Framework to run an app or game on Windows. </p>
<h2>Problem</h2>
<p>You need to install the .NET Framework to run an app or game on Windows. </p>
<h1>Solution</h1>
<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>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>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><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 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>
<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),