<?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: Integrating N2CMS into Who Can Help Me? Part 2</title>
	<atom:link href="http://jamesbroo.me/integrating-n2cms-into-who-can-help-me-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesbroo.me/integrating-n2cms-into-who-can-help-me-part-2/</link>
	<description>&#34;There&#039;s sand in my keyboard&#34; - currently developing software in Dubai</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:51:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ingo</title>
		<link>http://jamesbroo.me/integrating-n2cms-into-who-can-help-me-part-2/comment-page-1/#comment-3417</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Thu, 25 Mar 2010 19:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://jamesbroo.me/?p=171#comment-3417</guid>
		<description>My bad! I had misspelled the CachingService in the config file :-/ Sorry</description>
		<content:encoded><![CDATA[<p>My bad! I had misspelled the CachingService in the config file :-/ Sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingo</title>
		<link>http://jamesbroo.me/integrating-n2cms-into-who-can-help-me-part-2/comment-page-1/#comment-3416</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Thu, 25 Mar 2010 19:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://jamesbroo.me/?p=171#comment-3416</guid>
		<description>Hi again,

When I debugged the N2RouteRegistrar::Register method I noticed that container.Kernel.RemoveComponent(&quot;CachingService&quot;) returns false, which means it failed to remove the component. But I don&#039;t know why.

To be continued... :-)</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>When I debugged the N2RouteRegistrar::Register method I noticed that container.Kernel.RemoveComponent(&#8220;CachingService&#8221;) returns false, which means it failed to remove the component. But I don&#8217;t know why.</p>
<p>To be continued&#8230; <img src='http://jamesbroo.me/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingo</title>
		<link>http://jamesbroo.me/integrating-n2cms-into-who-can-help-me-part-2/comment-page-1/#comment-3415</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Thu, 25 Mar 2010 17:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://jamesbroo.me/?p=171#comment-3415</guid>
		<description>Hi James,

Great tutorial! I have tried to implement these changes but I&#039;m experiencing the same problem you did with the double reading of the container.components.config file, although I&#039;m removing the CachingService with the code line:

container.Kernel.RemoveComponent(&quot;CachingService&quot;);

Do you have any suggestion to solve this?

Thanks in advance!

/Ingo</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>Great tutorial! I have tried to implement these changes but I&#8217;m experiencing the same problem you did with the double reading of the container.components.config file, although I&#8217;m removing the CachingService with the code line:</p>
<p>container.Kernel.RemoveComponent(&#8220;CachingService&#8221;);</p>
<p>Do you have any suggestion to solve this?</p>
<p>Thanks in advance!</p>
<p>/Ingo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://jamesbroo.me/integrating-n2cms-into-who-can-help-me-part-2/comment-page-1/#comment-3356</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 12 Feb 2010 16:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://jamesbroo.me/?p=171#comment-3356</guid>
		<description>It should be runnable and buildable at the minute, although the work isn&#039;t complete yet. Got slightly delayed by being on holiday this week and coming back to work on a very busy project :) but should have it all finished next week....

Cheers</description>
		<content:encoded><![CDATA[<p>It should be runnable and buildable at the minute, although the work isn&#8217;t complete yet. Got slightly delayed by being on holiday this week and coming back to work on a very busy project <img src='http://jamesbroo.me/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but should have it all finished next week&#8230;.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Strahan</title>
		<link>http://jamesbroo.me/integrating-n2cms-into-who-can-help-me-part-2/comment-page-1/#comment-3350</link>
		<dc:creator>Charles Strahan</dc:creator>
		<pubDate>Sat, 06 Feb 2010 22:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://jamesbroo.me/?p=171#comment-3350</guid>
		<description>Very cool, James. I&#039;m looking into CMS support in some of my MVC apps - I can&#039;t wait to see the rest of your story on integrating N2.

Do you have this branch in a working state? I&#039;d like to pull the source down and start playing with it.

Cheers,

-Charles</description>
		<content:encoded><![CDATA[<p>Very cool, James. I&#8217;m looking into CMS support in some of my MVC apps &#8211; I can&#8217;t wait to see the rest of your story on integrating N2.</p>
<p>Do you have this branch in a working state? I&#8217;d like to pull the source down and start playing with it.</p>
<p>Cheers,</p>
<p>-Charles</p>
]]></content:encoded>
	</item>
</channel>
</rss>

