<?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"
	>
<channel>
	<title>Comments on: Composite Application Guidance for WPF Visual Studio Templates</title>
	<atom:link href="http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/</link>
	<description>There is not place like 127.0.0.1</description>
	<pubDate>Thu, 18 Mar 2010 12:32:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Rudi Grobler</title>
		<link>http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-2205</link>
		<dc:creator>Rudi Grobler</dc:creator>
		<pubDate>Wed, 08 Oct 2008 16:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-2205</guid>
		<description>&lt;strong&gt;Learning PRISM – Getting Started…...&lt;/strong&gt;

Now that we have covered Unity and Modularity , we can start cutting into the meat of PRISM! 2 more fundamental...</description>
		<content:encoded><![CDATA[<p><strong>Learning PRISM – Getting Started…&#8230;</strong></p>
<p>Now that we have covered Unity and Modularity , we can start cutting into the meat of PRISM! 2 more fundamental&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ezequiel Jadib&#8217;s Blog &#187; CompositeWPF (Prism) Contrib Latest Additions</title>
		<link>http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-43</link>
		<dc:creator>Ezequiel Jadib&#8217;s Blog &#187; CompositeWPF (Prism) Contrib Latest Additions</dc:creator>
		<pubDate>Sun, 13 Jul 2008 08:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-43</guid>
		<description>[...] Visual Studio Templates. The goal of these templates is to help users start with the Composite WPF project  For more information about the Visual Studio Templates, see Composite Application Guidance for WPF Visual Studio Templates. [...]</description>
		<content:encoded><![CDATA[<p>[...] Visual Studio Templates. The goal of these templates is to help users start with the Composite WPF project  For more information about the Visual Studio Templates, see Composite Application Guidance for WPF Visual Studio Templates. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-31</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Fri, 11 Jul 2008 01:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-31</guid>
		<description>Doh! Okay, I got caught not reading it closely enough. Sorry!</description>
		<content:encoded><![CDATA[<p>Doh! Okay, I got caught not reading it closely enough. Sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ejadib</title>
		<link>http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-26</link>
		<dc:creator>ejadib</dc:creator>
		<pubDate>Thu, 10 Jul 2008 06:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-26</guid>
		<description>Hi Dale, as I wrote in the post, you will need to create a folder named Library where the solution is located and copy the following assemblies to it:

Microsoft.Practices.Composite.dll 
Microsoft.Practices.Composite.Wpf.dll 
Microsoft.Practices.Composite.UnityExtensions.dll 
Microsoft.Practices.Unity.dll 
Microsoft.Practices.ObjectBuilder2.dll 

Hope this helps,</description>
		<content:encoded><![CDATA[<p>Hi Dale, as I wrote in the post, you will need to create a folder named Library where the solution is located and copy the following assemblies to it:</p>
<p>Microsoft.Practices.Composite.dll<br />
Microsoft.Practices.Composite.Wpf.dll<br />
Microsoft.Practices.Composite.UnityExtensions.dll<br />
Microsoft.Practices.Unity.dll<br />
Microsoft.Practices.ObjectBuilder2.dll </p>
<p>Hope this helps,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-25</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Thu, 10 Jul 2008 06:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-25</guid>
		<description>The solutions do not build:

Warning	1	Could not resolve this reference. Could not locate the assembly "Microsoft.Practices.Unity". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	Shell2
Warning	2	Could not resolve this reference. Could not locate the assembly "Microsoft.Practices.ObjectBuilder2". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	Shell2
Warning	3	Could not resolve this reference. Could not locate the assembly "Microsoft.Practices.Composite". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	Shell2
Warning	4	Could not resolve this reference. Could not locate the assembly "Microsoft.Practices.Composite.UnityExtensions". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	Shell2
Warning	5	Could not resolve this reference. Could not locate the assembly "Microsoft.Practices.Composite.Wpf". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	Shell2
Error	6	The property 'RegionManager.RegionName' does not exist in XML namespace 'http://www.codeplex.com/CompositeWPF'. Line 6 Position 19.	C:\Documents and Settings\dale.barnard\My Documents\Visual Studio 2008\Projects\Shell2\Shell2\Shell.xaml	6	19	Shell2
Error	7	The attachable property 'RegionName' was not found in type 'RegionManager'.	C:\Documents and Settings\dale.barnard\My Documents\Visual Studio 2008\Projects\Shell2\Shell2\Shell.xaml	6	19	Shell2
Warning	8	The referenced component 'Microsoft.Practices.Composite' could not be found. 	
Warning	9	The referenced component 'Microsoft.Practices.Composite.UnityExtensions' could not be found. 	
Warning	10	The referenced component 'Microsoft.Practices.Composite.Wpf' could not be found. 	
Warning	11	The referenced component 'Microsoft.Practices.ObjectBuilder2' could not be found. 	
Warning	12	The referenced component 'Microsoft.Practices.Unity' could not be found.</description>
		<content:encoded><![CDATA[<p>The solutions do not build:</p>
<p>Warning	1	Could not resolve this reference. Could not locate the assembly &#8220;Microsoft.Practices.Unity&#8221;. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	Shell2<br />
Warning	2	Could not resolve this reference. Could not locate the assembly &#8220;Microsoft.Practices.ObjectBuilder2&#8243;. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	Shell2<br />
Warning	3	Could not resolve this reference. Could not locate the assembly &#8220;Microsoft.Practices.Composite&#8221;. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	Shell2<br />
Warning	4	Could not resolve this reference. Could not locate the assembly &#8220;Microsoft.Practices.Composite.UnityExtensions&#8221;. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	Shell2<br />
Warning	5	Could not resolve this reference. Could not locate the assembly &#8220;Microsoft.Practices.Composite.Wpf&#8221;. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	Shell2<br />
Error	6	The property &#8216;RegionManager.RegionName&#8217; does not exist in XML namespace &#8216;http://www.codeplex.com/CompositeWPF&#8217;. Line 6 Position 19.	C:\Documents and Settings\dale.barnard\My Documents\Visual Studio 2008\Projects\Shell2\Shell2\Shell.xaml	6	19	Shell2<br />
Error	7	The attachable property &#8216;RegionName&#8217; was not found in type &#8216;RegionManager&#8217;.	C:\Documents and Settings\dale.barnard\My Documents\Visual Studio 2008\Projects\Shell2\Shell2\Shell.xaml	6	19	Shell2<br />
Warning	8	The referenced component &#8216;Microsoft.Practices.Composite&#8217; could not be found.<br />
Warning	9	The referenced component &#8216;Microsoft.Practices.Composite.UnityExtensions&#8217; could not be found.<br />
Warning	10	The referenced component &#8216;Microsoft.Practices.Composite.Wpf&#8217; could not be found.<br />
Warning	11	The referenced component &#8216;Microsoft.Practices.ObjectBuilder2&#8242; could not be found.<br />
Warning	12	The referenced component &#8216;Microsoft.Practices.Unity&#8217; could not be found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ezequiel Jadib</title>
		<link>http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-19</link>
		<dc:creator>Ezequiel Jadib</dc:creator>
		<pubDate>Fri, 04 Jul 2008 02:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/#comment-19</guid>
		<description>&lt;strong&gt;Composite Application Guidance for WPF Visual Studio Templates...&lt;/strong&gt;

As you may know, in the June 2008 release of the Composite Application Guidance for WPF we are not shipping...</description>
		<content:encoded><![CDATA[<p><strong>Composite Application Guidance for WPF Visual Studio Templates&#8230;</strong></p>
<p>As you may know, in the June 2008 release of the Composite Application Guidance for WPF we are not shipping&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
