Add help docs

This commit is contained in:
Richard Lander
2015-07-24 13:45:40 -07:00
parent ed62d9f37d
commit 96f5da6903
13 changed files with 413 additions and 3 deletions

View File

@@ -0,0 +1,69 @@
<html>
<head>
<title>Microsoft .NET Framework NuGet Packages</title>
</head>
<body>
<h1>Microsoft .NET Framework NuGet Packages</h1>
<p>Historically, the .NET Framework product was the one place to get libraries built by the .NET team. In recent years, the team has been using <a href="http://blogs.msdn.com/b/dotnet/archive/2013/10/16/nuget-is-a-net-framework-release-vehicle.aspx">NuGet as a .NET Framework release vehicle</a>, to release features and fixes available more quickly, often in response to feedback. NuGet is now one of the primary vehicles that we use to release libraries, as NuGet packages. We want to make sure that you know about these packages and always have easy access to them using Visual Studio or the other NuGet clients. That's why we've made a <a href="https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/">.NET NuGet package feed</a> (OData) available that includes these packages, and published it as HTML here.</p>
<p>NuGet is a huge repository. If you're looking for packages built by the Microsoft .NET Framework team, then this is your list.</p>
<style>
table.package_table td {vertical-align:top;border-bottom:1px solid #DDD;line-height:18px;text-align:left;padding-bottom:2px; padding-right: 5px}
tr.title_row td {font-weight: bold; border: none}
table.package_table td.name {width: 200px;}
td.gravatar {width: 40px}
td.gravatar img {height:32px; width:32px;}
</style>
<h2>Stable Packages</h2>
<p>The following packages are marked as stable, which is the NuGet equivalent of an RTM release.</p>
<table class="package_table" id="stable_package_table">
<tr class="title_row">
<td class="gravatar"></td>
<td class="name">Name</td>
<td>Downloads</td>
<td>Description</td>
</tr>
</table>
<h2>Pre-release Packages</h2>
<p>Pre-release packages are released to preview functionality and to gather feedback. Generally, we dont guarantee that the functionality between pre-releases remains the same nor that the APIs are compatible as we may decide to update the package based on your feedback. The best way to reach us is by using the NuGet contact page for the package on which youd like to give us feedback.</p>
<table class="package_table" id="prerelease_package_table">
<tr class="title_row">
<td class="gravatar"></td>
<td class="name">Name</td>
<td>Downloads</td>
<td>Description</td>
</tr>
</table>
<h2>Microsoft Supported 3rd Party Libraries</h2>
<p>The following packages are 3rd party libraries we depend on. They are supported in the context of a dependency, i.e. the exact version any of the packages above depend on.</p>
<table class="package_table" id="thirdparty_package_table">
<tr class="title_row">
<td class="gravatar"></td>
<td class="name">Name</td>
<td>Downloads</td>
<td>Description</td>
</tr>
</table>
<script type = "text/javascript";
src = "http://dotnetsocialweb.azurewebsites.net/js/nugetfeed.min.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

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>.NET Meetups in your town</title>
<title>.NET Meetups in your local neighborhood</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
var meetupCount = 50;
@@ -9,7 +9,7 @@
</script>
</head>
<body>
<h1>.NET Meetups in your town</h1>
<h1>.NET Meetups in your local neighborhood</h1>
<p>This page list events for the set of .NET user group meetups from <a href="http://meetup.com">meetup.com</a> and <a href="http://communitymegaphone.com/">http://communitymegaphone.com/</a>.</p>
@@ -22,7 +22,16 @@
<script src="meetup.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.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>
<!-- nice example

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

87
help/dotnet-docs.html Normal file
View File

@@ -0,0 +1,87 @@
<html>
<head>
<title>.NET Framework Documentation and Resources</title>
</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" />
.NET Framework Documentation and Resources</div>
<p>This page provides links to .NET Framework documentation that can be helpful for building apps and libraries with .NET.</p>
<h1>Official Microsoft documentation</h1>
<ul>
<li>
<a href="http://msdn.com/netframework">.NET Developer Center</a>
</li>
<li><a href="http://www.asp.net/">ASP.NET Dev Center</a></li>
<li>
<a href="http://msdn.microsoft.com/library/ff361664(v=vs.110).aspx">MSDN .NET Documentation</a>
</li>
<li><a href="http://msdn.microsoft.com/library/windows/apps/br211377.aspx">Windows API reference for Universal Windows Apps</a>
</li>
<li>
<a href="http://msdn.microsoft.com/en-us/library/windows/apps/br230232.aspx">.NET for Windows Store apps APIs</a>
</li>
</ul>
<h1>Other Documentation</h1>
<ul>
<li><a href="../install-dotnet.html">Install .NET Versions</a>
</li>
<li>
<a href="install_dotnet_control_panel.html">Install .NET by the Control Panel</a>
</li>
<li>
<a href="dotnet45-xp.html">.NET Framework 4.5 and Windows XP </a>
</li>
<li>
<a href="dotnet4-xp.html">Installing .NET Framework 4 on Windows XP </a>
</li>
<li>
<a href="target-dotnet-platforms.html">Targeting .NET Platforms </a>
</li>
</ul>
<h1>Social Engagement</h1>
<ul>
<li><a href="http://blogs.msdn.com/b/dotnet">.NET blog</a></li>
<li><a href="http://twitter.com/dotnet">.NET Twitter account</a></li>
<li><a href="https://twitter.com/DotNet/lists/dotnet-team">.NET Team members Twitter list</a></li>
<li><a href="http://facebook.com/dotnet">.NET Facebook account</a></li>
<li><a href="http://blogs.msdn.com/b/webdev/">ASP.NET blog</a></li>
<li><a href="http://twitter.com/aspnet">ASP.NET Twitter account</a></li>
<li><a href="http://facebook.com/aspnet">ASP.NET Facebook account</a></li>
</ul>
<h1>Additional Resources</h1>
<ul>
<li>
<a href="../target-dotnet-platforms.html">.NET SDKs and Targeting Packs</a>
</li>
<li>
<a href="https://twitter.com/DotNet/lists/dotnet-user-groups">.NET User Groups on Twitter</a>
</li>
<li>
<a href="dotnet-user-groups.html">.NET User Group Events</a>
</li>
<li>
<a href="http://dotnet.meetup.com/">.NET User Group Events on Meetup</a>
</li>
</ul>
<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

@@ -0,0 +1,47 @@
<html>
<head>
<title>.NET Framework Initialization Error</title>
</head>
<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"/>.NET Framework Initialization Error
</div>
<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>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>
<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>
<li><a href="http://blogs.msdn.com/b/dotnet/archive/2013/06/27/get-the-latest-net-bits.aspx">.Get the latest .NET bits</a></li>
<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/">.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>
</div>
<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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

21
help/dotnet4-xp.html Normal file
View File

@@ -0,0 +1,21 @@
<html>
<head>
<title>Installing the .NET Framework 4 on Windows XP</title>
</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>
</div>

37
help/dotnet45-xp.html Normal file
View File

@@ -0,0 +1,37 @@
<html>
<head>
<title>.NET Framework 4.5 and Windows XP</title>
</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" />
.NET Framework 4.5 and Windows XP</div>
<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>
<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>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>
</div>
<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

@@ -0,0 +1,42 @@
<html>
<head>
<title>
Installing .NET with the Windows Control Panel
</title>
</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>
<h1>Problem</h1>
<p>You need to install the .NET Framework to run an app or game on Windows. </p>
<h1>Solution</h1>
<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>
<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

@@ -0,0 +1,46 @@
<html>
<head>
<title>
Remove Yontoo Desktop
</title>
</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"/>Remove Yontoo Desktop
</div>
<h1>Problem</h1>
<p>Yontoo Desktop is installed on your machine. You should uninstall it. This program poses a moderate threat to your computer.</p>
<h1>Solution</h1>
<p>Yontoo provides <a href="http://www.yontoo.com/Support.aspx">uninstall steps on their website</a> and a contact form for requesting help.</p>
<h2>Additional Yontoo Uninstall Information</h2>
<p>YontooDesktop has multiple versions. You can learn more about how to uninstall YontooDesktop on the Microsoft Malware Protection pages for YontooDesktop:</p>
<p>· <a href="http://www.microsoft.com/security/portal/threat/encyclopedia/entry.aspx?Name=Adware%3AMSIL%2FYontoo">Adware:MSIL/Yontoo</a></p>
<p>· <a href="http://www.microsoft.com/security/portal/threat/encyclopedia/Entry.aspx?Name=Adware%3aWin32%2fYontoo">Adware:Win32/Yontoo</a></p>
<p>· <a href="http://www.microsoft.com/security/portal/threat/encyclopedia/entry.aspx?name=Trojan%3aWin32%2fLowzones.DZ#tab=1">Trojan:Win32/Lowzones.DZ</a></p>
<h1>Other ways to protect your machines</h1>
<p>Microsoft provides free tools to remove viruses and unwanted software such as Yontoo Desktop. On Windows 8, you can use <a href="http://windows.microsoft.com/en-US/windows-8/windows-defender#1TC=t1">Windows Defender</a>. Otherwise, you can install <a href="http://windows.microsoft.com/en-us/windows/security-essentials-all-versions">Microsoft Security Essentials</a>. You can also use the <a href="http://www.microsoft.com/security/scanner/default.aspx">Microsoft Safety Scanner</a>, for a quick scan of your machine. </p>
</div>
<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>

33
help/repair-dotnet.html Normal file
View File

@@ -0,0 +1,33 @@
<html>
<head>
<title>Repair the .NET Framework</title>
</head>
<body>
<div style="font-family:'Segoe UI',
Lucida Grande',Verdana,Arial,Helvetica,sans-serif; font-size:12px;">
<div>
<img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg" style="vertical-align:middle;"/>
<span style="font-size:30px; vertical-align:middle;">Repair the .NET Framework on your machine</span>
</div>
<h1>Problem</h1>
<p>You need the .NET Framework to run many apps and games on Windows. Your app did not start, either because it is not configured properly or because the .NET Framework is not correctly installed.</p>
<h1>Solution</h1>
<p>You can repair your .NET Framework install using the <a href="http://download.microsoft.com/download/2/B/D/2BDE5459-2225-48B8-830C-AE19CAF038F1/NetFxRepairTool.exe">.NET Framework Repair Tool</a>. If that resolves your issue, that's great. If it doesn't, you'll need to contact the app or game publisher to ask for help.</p>
</div>
<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

@@ -59,6 +59,15 @@ $(document).ready(function() {
});
});
</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

@@ -18,7 +18,7 @@
<h1><img src="http://i.microsoft.com/net/images/chrome/net-logo.jpg"/> Targeting .NET Platforms</h1>
<p class="lead">You can build apps for many platforms and services by downloading .NET Framework targeting packs and SDKs and using them with Visual Studio. Check out the <a href="http://blogs.msdn.com/b/dotnet">.NET Framework blog</a> for information on new releases.</p>
<p class="lead">You can build apps for many platforms and services by downloading .NET Framework targeting packs and SDKs and using them with Visual Studio. Check out the <a href="http://blogs.msdn.com/b/dotnet/archive/tags/announcement/">.NET Framework blog</a> for information on new releases.</p>
<p class="lead">The downloads available differ by Visual Studio version. Pick your Visual Studio version by using the buttons below.</p>
@@ -154,6 +154,16 @@ $(document).ready(function() {
}
});
</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>