<?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; ASP.NET</title>
	<atom:link href="http://devonenote.com/tag/asp-net/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>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>

