<?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>Avivo Tech Blog &#187; Could Not Load Type</title>
	<atom:link href="http://tech.avivo.si/tag/could-not-load-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.avivo.si</link>
	<description>Solving problems</description>
	<lastBuildDate>Tue, 24 Jan 2012 14:46:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Could Not Load Type in ASP.NET MVC</title>
		<link>http://tech.avivo.si/2009/11/could-not-load-type-in-asp-net-mvc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=could-not-load-type-in-asp-net-mvc</link>
		<comments>http://tech.avivo.si/2009/11/could-not-load-type-in-asp-net-mvc/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 16:39:59 +0000</pubDate>
		<dc:creator>Avivo</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[Could Not Load Type]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[views]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://tech.avivo.si/?p=206</guid>
		<description><![CDATA[If you got this message you have missing web.config in Views directory. You have this file in your development project &#8211; click on it in Visual Studio and set to Copy Local, so it will be copied when you click Publish.]]></description>
			<content:encoded><![CDATA[<p>If you got this message you have <strong>missing web.config in Views directory</strong>.</p>
<p>You have this file in your development project &#8211; click on it in Visual Studio and set to <strong>Copy Local</strong>, so it will be copied when you click <strong>Publish</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.avivo.si/2009/11/could-not-load-type-in-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting ASP.NET MVC on IIS7 and &#8220;Could Not Load Type&#8221; error</title>
		<link>http://tech.avivo.si/2009/09/hosting-aspnet-mvc-on-iis7-and-could-not-load-type-error/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hosting-aspnet-mvc-on-iis7-and-could-not-load-type-error</link>
		<comments>http://tech.avivo.si/2009/09/hosting-aspnet-mvc-on-iis7-and-could-not-load-type-error/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 15:15:42 +0000</pubDate>
		<dc:creator>Avivo</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[.net framework 3.5 sp1]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[asp.net mvc on iis]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Could Not Load Type]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://blog.sweetucan.com/?p=165</guid>
		<description><![CDATA[If you want to host ASP.NET MVC on IIS7 don&#8217;t forget to copy also MVC DLLs to bin directory when publishing. If you have ASP.NET 3.5 SP1 installed on server copy only System.Web.Mvc If you don&#8217;t have ASP.NET 3.5 SP1 installed on server copy System.Web.Mvc System.Web.Routing System.Web.Abstractions You need to copy also web.config that is [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>If you want to host ASP.NET MVC on IIS7 don&#8217;t forget to copy also MVC DLLs to bin directory when publishing.
<ul>
<li>If you have ASP.NET 3.5 SP1 installed on server copy only <strong>System.Web.Mvc</strong></li>
<li>If you don&#8217;t have ASP.NET 3.5 SP1 installed on server copy<br />
<strong>System.Web.Mvc<br />
System.Web.Routing<br />
System.Web.Abstractions</strong></li>
</ul>
</li>
<li>You need to copy also <strong>web.config</strong> that is under directory where your <strong>Views </strong>are &#8211; it is not included in your project by default so it will not be published. Copy this manually or include this web.config in your project and then Publish.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tech.avivo.si/2009/09/hosting-aspnet-mvc-on-iis7-and-could-not-load-type-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

