<?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>Jason Doucette&#039;s Business By Bootstraps &#187; ASP.NET MVC</title>
	<atom:link href="http://jasondoucette.ca/category/aspnet-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasondoucette.ca</link>
	<description>Daily thoughts from the trenches of a self-funded company</description>
	<lastBuildDate>Sat, 14 Jan 2012 23:22:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Quickie Debug: Overcoming &#8220;&#8216;System.Web.Mvc.HtmlHelper&#8217; does not contain a definition for &#8216;ActionLink&#8217;&#8221; errors</title>
		<link>http://jasondoucette.ca/quickie-debug-overcoming-systemwebmvchtmlhelper-does-not-contain-a-definition-for-actionlink-errors/</link>
		<comments>http://jasondoucette.ca/quickie-debug-overcoming-systemwebmvchtmlhelper-does-not-contain-a-definition-for-actionlink-errors/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 19:32:19 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Quickie Debug]]></category>

		<guid isPermaLink="false">http://jasondoucette.ca/?p=93</guid>
		<description><![CDATA[Setting up a new Microsoft MVC.NET site today, I made a possible error in not verifying the initial setup before ripping it into an alternate structure (mostly moving the controllers to a new class library and changing the MVC DLL references to a known version in source control versus what&#8217;sGAC), so when the time came to run the site for the first time I didn&#8217;t know who to blame for this error: Compiler Error Message: CS1928: &#8216;System.Web.Mvc.HtmlHelper&#8217; does not contain a definition for &#8216;ActionLink&#8217; and the best extension method overload &#8216;System.Web.Mvc.Ajax.AjaxExtensions.ActionLink( System.Web.Mvc.AjaxHelper, string, string, System.Web.Mvc.Ajax.AjaxOptions)&#8217; has some invalid arguments The [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Setting up a new Microsoft MVC.NET site today, I made a possible error in not verifying the initial setup before ripping it into an alternate structure (mostly moving the controllers to a new class library and changing the MVC DLL references to a known version in source control versus what&#8217;sGAC), so when the time came to run the site for the first time I didn&#8217;t know who to blame for this error:</p>
<blockquote><p><span style="font-family: Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;"><strong>Compiler Error Message: </strong>CS1928: &#8216;System.Web.Mvc.HtmlHelper&#8217; does not contain a definition for &#8216;ActionLink&#8217; and the best extension method overload &#8216;System.Web.Mvc.Ajax.AjaxExtensions.ActionLink( System.Web.Mvc.AjaxHelper, string, string, System.Web.Mvc.Ajax.AjaxOptions)&#8217; has some invalid arguments</span></p></blockquote>
<p>The resolution, <a href="http://forums.asp.net/p/1337165/2697238.aspx">as found here</a>, was to add:</p>
<blockquote><p>&lt;add namespace=&#8221;System.Web.Mvc.Html&#8221;/&gt;</p></blockquote>
<p>to the system.web/pages/namespaces section of web.config, and all was well.</p>
]]></content:encoded>
			<wfw:commentRss>http://jasondoucette.ca/quickie-debug-overcoming-systemwebmvchtmlhelper-does-not-contain-a-definition-for-actionlink-errors/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

