<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developer OneNote &#187; DotNet 3.5</title>
	<atom:link href="http://devonenote.com/tag/dotnet-3-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://devonenote.com</link>
	<description>Emma&#039;s OneNote for Microsoft Windows, Office and Programming</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:19:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enable DotNet 3.5 from command line</title>
		<link>http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-dotnet-3-5-from-command-line</link>
		<comments>http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 17:15:14 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[DotNet 3.5]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/</guid>
		<description><![CDATA[To enable DotNet 3.5 from command line, run following from elevated command prompt dism.exe /online /enable-feature /featurename:NetFx3 Related posts: Install PowerShell From Command Line Enable/Disable ipv6 in command line Enable/disable the built-in administrator account Run IIS in 32-bit mode on &#8230; <a href="http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/07/install-powershell-from-command-line/' rel='bookmark' title='Install PowerShell From Command Line'>Install PowerShell From Command Line</a></li>
<li><a href='http://devonenote.com/2011/01/enabledisable-ipv6-in-command-line/' rel='bookmark' title='Enable/Disable ipv6 in command line'>Enable/Disable ipv6 in command line</a></li>
<li><a href='http://devonenote.com/2010/01/enabledisable-the-built-in-administrator-account/' rel='bookmark' title='Enable/disable the built-in administrator account'>Enable/disable the built-in administrator account</a></li>
<li><a href='http://devonenote.com/2011/01/run-iis-in-32-bit-mode-on-a-64-bit-machine/' rel='bookmark' title='Run IIS in 32-bit mode on a 64 bit machine'>Run IIS in 32-bit mode on a 64 bit machine</a></li>
<li><a href='http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/' rel='bookmark' title='Could not load type System.ServiceModel.Activation.HttpModule'>Could not load type System.ServiceModel.Activation.HttpModule</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To enable DotNet 3.5 from command line, run following from elevated command prompt</p>
<p class="textborder">dism.exe /online /enable-feature /featurename:NetFx3</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/07/install-powershell-from-command-line/' rel='bookmark' title='Install PowerShell From Command Line'>Install PowerShell From Command Line</a></li>
<li><a href='http://devonenote.com/2011/01/enabledisable-ipv6-in-command-line/' rel='bookmark' title='Enable/Disable ipv6 in command line'>Enable/Disable ipv6 in command line</a></li>
<li><a href='http://devonenote.com/2010/01/enabledisable-the-built-in-administrator-account/' rel='bookmark' title='Enable/disable the built-in administrator account'>Enable/disable the built-in administrator account</a></li>
<li><a href='http://devonenote.com/2011/01/run-iis-in-32-bit-mode-on-a-64-bit-machine/' rel='bookmark' title='Run IIS in 32-bit mode on a 64 bit machine'>Run IIS in 32-bit mode on a 64 bit machine</a></li>
<li><a href='http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/' rel='bookmark' title='Could not load type System.ServiceModel.Activation.HttpModule'>Could not load type System.ServiceModel.Activation.HttpModule</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not load type System.ServiceModel.Activation.HttpModule</title>
		<link>http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=could-not-load-type-system-servicemodel-activation-httpmodule</link>
		<comments>http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 18:19:21 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Development Problem Resolving]]></category>
		<category><![CDATA[DotNet 3.5]]></category>
		<category><![CDATA[DotNet 4.0]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/</guid>
		<description><![CDATA[If you install DotNet framework 4.0 on IIS server and then enable DotNet 3.0 or 3.5 WCF features, you might see following error when browse your application site made of ASP.NET 4.0 (or run on ASP.NET 4.0 application pool). Could &#8230; <a href="http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2011/01/configure-powershell-to-use-dotnet-4-0/' rel='bookmark' title='Configure PowerShell to use DotNet 4.0'>Configure PowerShell to use DotNet 4.0</a></li>
<li><a href='http://devonenote.com/2011/02/handler-pagehandlerfactory-integrated-has-a-bad-module-managedpipelinehandler-in-its-module-list/' rel='bookmark' title='Handler &quot;PageHandlerFactory-Integrated&quot; has a bad module &quot;ManagedPipelineHandler&quot; in its module list'>Handler &quot;PageHandlerFactory-Integrated&quot; has a bad module &quot;ManagedPipelineHandler&quot; in its module list</a></li>
<li><a href='http://devonenote.com/2010/08/mixed-mode-assembly-error-after-upgrading-to-dotnet-4-0/' rel='bookmark' title='Mixed mode assembly Error After Upgrading to DotNet 4.0'>Mixed mode assembly Error After Upgrading to DotNet 4.0</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you install DotNet framework 4.0 on IIS server and then enable DotNet 3.0 or 3.5 WCF features, you might see following error when browse your application site made of ASP.NET 4.0 (or run on ASP.NET 4.0 application pool).</p>
<p class="textborder">Could not load type &#8216;System.ServiceModel.Activation.HttpModule&#8217; from assembly &#8216;System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242;.    <br />Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.     <br />Exception Details: System.TypeLoadException: Could not load type &#8216;System.ServiceModel.Activation.HttpModule&#8217; from assembly &#8216;System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242;.</p>
<h2>Resolution </h2>
<p>To resolve this issue, run the following from command line:</p>
<p class="textborder"><strong>aspnet_regiis.exe /iru</strong></p>
<p>The aspnet_regiis.exe file can be found in either</p>
<ul>
<li>%windir%\Microsoft.NET\Framework\v4.0.30319 </li>
<li>%windir%\Microsoft.NET\Framework64\v4.0.30319 (on a 64-bit machine) </li>
</ul>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2011/01/configure-powershell-to-use-dotnet-4-0/' rel='bookmark' title='Configure PowerShell to use DotNet 4.0'>Configure PowerShell to use DotNet 4.0</a></li>
<li><a href='http://devonenote.com/2011/02/handler-pagehandlerfactory-integrated-has-a-bad-module-managedpipelinehandler-in-its-module-list/' rel='bookmark' title='Handler &quot;PageHandlerFactory-Integrated&quot; has a bad module &quot;ManagedPipelineHandler&quot; in its module list'>Handler &quot;PageHandlerFactory-Integrated&quot; has a bad module &quot;ManagedPipelineHandler&quot; in its module list</a></li>
<li><a href='http://devonenote.com/2010/08/mixed-mode-assembly-error-after-upgrading-to-dotnet-4-0/' rel='bookmark' title='Mixed mode assembly Error After Upgrading to DotNet 4.0'>Mixed mode assembly Error After Upgrading to DotNet 4.0</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>

