47 lines
2.8 KiB
HTML
47 lines
2.8 KiB
HTML
<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> |