<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Paging demo upgraded to ASP.NET MVC Beta</title>
	<atom:link href="http://blogs.taiga.nl/martijn/2009/01/16/paging-demo-upgraded-to-aspnet-mvc-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.taiga.nl/martijn/2009/01/16/paging-demo-upgraded-to-aspnet-mvc-beta/</link>
	<description>New adventures in .NET</description>
	<lastBuildDate>Mon, 26 Apr 2010 13:24:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Brian</title>
		<link>http://blogs.taiga.nl/martijn/2009/01/16/paging-demo-upgraded-to-aspnet-mvc-beta/comment-page-1/#comment-21</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 03 Feb 2009 22:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/archive/2009/01/16/paging-demo-upgraded-to-asp.net-mvc-beta.aspx#comment-21</guid>
		<description>martijn:  Thanks, it works now.  Not sure why but I also had to point my references to the RC assemblies to get that new line of code to work.</description>
		<content:encoded><![CDATA[<p>martijn:  Thanks, it works now.  Not sure why but I also had to point my references to the RC assemblies to get that new line of code to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martijn</title>
		<link>http://blogs.taiga.nl/martijn/2009/01/16/paging-demo-upgraded-to-aspnet-mvc-beta/comment-page-1/#comment-16</link>
		<dc:creator>martijn</dc:creator>
		<pubDate>Sat, 31 Jan 2009 12:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/archive/2009/01/16/paging-demo-upgraded-to-asp.net-mvc-beta.aspx#comment-16</guid>
		<description>From RC, viewContext doesn&#039;t inherit from RequestContext anymore. in the Pager.cs GeneratePageLink method, you have to change the line&lt;br /&gt;&lt;br /&gt;var virtualPathData = RouteTable.Routes.GetVirtualPath(this.viewContext, pageLinkValueDictionary);&lt;br /&gt;&lt;br /&gt;to:&lt;br /&gt;&lt;br /&gt;var virtualPathData = RouteTable.Routes.GetVirtualPath(this.viewContext.RequestContext, pageLinkValueDictionary);&lt;br /&gt;</description>
		<content:encoded><![CDATA[<p>From RC, viewContext doesn&#8217;t inherit from RequestContext anymore. in the Pager.cs GeneratePageLink method, you have to change the line</p>
<p>var virtualPathData = RouteTable.Routes.GetVirtualPath(this.viewContext, pageLinkValueDictionary);</p>
<p>to:</p>
<p>var virtualPathData = RouteTable.Routes.GetVirtualPath(this.viewContext.RequestContext, pageLinkValueDictionary);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blogs.taiga.nl/martijn/2009/01/16/paging-demo-upgraded-to-aspnet-mvc-beta/comment-page-1/#comment-15</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 30 Jan 2009 19:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/archive/2009/01/16/paging-demo-upgraded-to-asp.net-mvc-beta.aspx#comment-15</guid>
		<description>This doesn&#039;t seem to run in VS2008 with ASP.NET MVC RC1.  </description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t seem to run in VS2008 with ASP.NET MVC RC1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martijn</title>
		<link>http://blogs.taiga.nl/martijn/2009/01/16/paging-demo-upgraded-to-aspnet-mvc-beta/comment-page-1/#comment-14</link>
		<dc:creator>martijn</dc:creator>
		<pubDate>Fri, 23 Jan 2009 13:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/archive/2009/01/16/paging-demo-upgraded-to-asp.net-mvc-beta.aspx#comment-14</guid>
		<description>Unfortunately I don&#039;t have a proper VS 2008 Express environment, so I can&#039;t create a solution.&lt;br /&gt;&lt;br /&gt;But it isn&#039;t too hard to copy the source into a VS 2008 Express solution is it?</description>
		<content:encoded><![CDATA[<p>Unfortunately I don&#8217;t have a proper VS 2008 Express environment, so I can&#8217;t create a solution.</p>
<p>But it isn&#8217;t too hard to copy the source into a VS 2008 Express solution is it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martijn</title>
		<link>http://blogs.taiga.nl/martijn/2009/01/16/paging-demo-upgraded-to-aspnet-mvc-beta/comment-page-1/#comment-13</link>
		<dc:creator>martijn</dc:creator>
		<pubDate>Fri, 23 Jan 2009 13:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/archive/2009/01/16/paging-demo-upgraded-to-asp.net-mvc-beta.aspx#comment-13</guid>
		<description>Unfortunately, I don&#039;t have VS 2008 Express installed, so no luck I&#039;m afraid. &lt;br /&gt;Tried to install VWD Express but it seems to nicely integrate into my VS 2008 Pro environment so I can&#039;t get a clean VS 2008 Express environment. </description>
		<content:encoded><![CDATA[<p>Unfortunately, I don&#8217;t have VS 2008 Express installed, so no luck I&#8217;m afraid. <br />Tried to install VWD Express but it seems to nicely integrate into my VS 2008 Pro environment so I can&#8217;t get a clean VS 2008 Express environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zapper</title>
		<link>http://blogs.taiga.nl/martijn/2009/01/16/paging-demo-upgraded-to-aspnet-mvc-beta/comment-page-1/#comment-12</link>
		<dc:creator>zapper</dc:creator>
		<pubDate>Thu, 22 Jan 2009 18:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.taiga.nl/martijn/archive/2009/01/16/paging-demo-upgraded-to-asp.net-mvc-beta.aspx#comment-12</guid>
		<description>How can I open this in MS Visual Studio 2008 Express?  The lib folder cannot be accessed.  The reference to MvcPaging.dll is missing too.  Could you please post an Express version of the demo?  Thanks for these posts by the way!</description>
		<content:encoded><![CDATA[<p>How can I open this in MS Visual Studio 2008 Express?  The lib folder cannot be accessed.  The reference to MvcPaging.dll is missing too.  Could you please post an Express version of the demo?  Thanks for these posts by the way!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
