<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>patterns &amp; practices - Unity</title><link>http://www.codeplex.com/unity/Project/ProjectRss.aspx</link><description>   The Unity Application Block &amp;#40;Unity&amp;#41; is a lightweight extensible dependency injection container with support for constructor, property, and method call injection.      Unity addresses the issues faced ...</description><item><title>NEW POST: Is there a Lab for a web application</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=26872</link><description>&lt;div class="wikidoc"&gt;
Alexander,&lt;br /&gt; &lt;br /&gt;Thanks for the links I had seen them before, the problem with both links is that there is no code to download, I tried to get David Hayden's code to work but failed.&lt;br /&gt; &lt;br /&gt;Cheers&lt;br /&gt;Yaz&lt;br /&gt;
&lt;/div&gt;</description><author>yazidarezki</author><pubDate>Fri, 09 May 2008 12:38:53 GMT</pubDate><guid isPermaLink="false">NEW POST: Is there a Lab for a web application 20080509P</guid></item><item><title>NEW POST: Is there a Lab for a web application</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=26872</link><description>&lt;div class="wikidoc"&gt;
Hey Yaz,&lt;br /&gt; &lt;br /&gt;David Hayden did some good screen casts on his blog which may help you to move forward, see the link below&lt;br /&gt;&lt;a href="http://www.pnpguidance.net/Category/Unity.aspx" class="externalLink"&gt;http://www.pnpguidance.net/Category/Unity.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;Also Chris did some good explanation in article of “Using Unity and the ASP.NET MVC Preview 2” which you can find at the link &lt;br /&gt;&lt;a href="http://www.tavaresstudios.com/Blog/post/Using-Unity-and-the-ASPNET-MVC-Preview-2.aspx" class="externalLink"&gt;http://www.tavaresstudios.com/Blog/post/Using-Unity-and-the-ASPNET-MVC-Preview-2.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Alexander &lt;br /&gt;
&lt;/div&gt;</description><author>alexanderQX</author><pubDate>Fri, 09 May 2008 12:21:26 GMT</pubDate><guid isPermaLink="false">NEW POST: Is there a Lab for a web application 20080509P</guid></item><item><title>NEW POST: Unity and Singleton</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27410</link><description>&lt;div class="wikidoc"&gt;
Hey Alex,&lt;br /&gt; &lt;br /&gt;Not exactly sure what you are asking, but should take a look of following Unity help file sections:&lt;br /&gt; &lt;br /&gt;&lt;u&gt;&lt;i&gt;System Design When Using a Dependency Injection Container&lt;/i&gt;&lt;/u&gt; &lt;br /&gt;&lt;u&gt;&lt;i&gt;Setting up the Unity Container&lt;/i&gt;&lt;/u&gt;&lt;br /&gt; &lt;br /&gt;You can download this help file &lt;u&gt;Unity Application Blocks 1.0 Help.chm&lt;/u&gt; from &lt;a href="http://www.codeplex.com/unity/Release/ProjectReleases.aspx?ReleaseId=12276"&gt;Unity 1.0&lt;/a&gt; Release.&lt;br /&gt; &lt;br /&gt;If you can give a bit more explanation for your DI purpose it would be easier to answer, anyhow hope above helps…&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Alexander&lt;br /&gt;
&lt;/div&gt;</description><author>alexanderQX</author><pubDate>Fri, 09 May 2008 12:01:51 GMT</pubDate><guid isPermaLink="false">NEW POST: Unity and Singleton 20080509P</guid></item><item><title>NEW POST: Unity and Singleton</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27410</link><description>&lt;div class="wikidoc"&gt;
Hi All&lt;br /&gt; &lt;br /&gt;If we have unity to do the DI, do we still need to make it to be singleton?&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt;Alex&lt;br /&gt;
&lt;/div&gt;</description><author>hnchan</author><pubDate>Fri, 09 May 2008 09:22:19 GMT</pubDate><guid isPermaLink="false">NEW POST: Unity and Singleton 20080509A</guid></item><item><title>NEW POST: Unity and MVC (Constructor Injection, Property Injection)</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27343</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;ctavares wrote:&lt;br /&gt;Which DependencyAttribute are you using: Microsoft.Practices.Unity.DependencyAttribute or Microsoft.Practices.Objectbuilder2.DependencyAttribute?&lt;br /&gt; &lt;br /&gt;Please check your using statements in the definition of UserService and make sure you're using the one from Unity, not OB2.&lt;br /&gt; &lt;br /&gt;The OB2 one will be removed in Unity 1.1 for precisely this reason.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;It uses  Microsoft.Practices.Unity.DependencyAttribute but still not work.&lt;br /&gt;
&lt;/div&gt;</description><author>hnchan</author><pubDate>Fri, 09 May 2008 05:21:55 GMT</pubDate><guid isPermaLink="false">NEW POST: Unity and MVC (Constructor Injection, Property Injection) 20080509A</guid></item><item><title>NEW POST: Unity and MVC (Constructor Injection, Property Injection)</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27343</link><description>&lt;div class="wikidoc"&gt;
Which DependencyAttribute are you using: Microsoft.Practices.Unity.DependencyAttribute or Microsoft.Practices.Objectbuilder2.DependencyAttribute?&lt;br /&gt; &lt;br /&gt;Please check your using statements in the definition of UserService and make sure you're using the one from Unity, not OB2.&lt;br /&gt; &lt;br /&gt;The OB2 one will be removed in Unity 1.1 for precisely this reason.&lt;br /&gt;
&lt;/div&gt;</description><author>ctavares</author><pubDate>Fri, 09 May 2008 05:05:13 GMT</pubDate><guid isPermaLink="false">NEW POST: Unity and MVC (Constructor Injection, Property Injection) 20080509A</guid></item><item><title>NEW POST: Unity and MVC (Constructor Injection, Property Injection)</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27343</link><description>&lt;div class="wikidoc"&gt;
&lt;div class="quote"&gt;
 &lt;br /&gt;ctavares wrote:&lt;br /&gt;How are you hooking into the MVC framework? What does your container.Resolve call look like, and where is it called.&lt;br /&gt; &lt;br /&gt;I've used Unity with MVC lots of times, and all the injection methods worked for me. I suspect the issue is in the plumbing of how you've hooked up Unity and MVC.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;I use the approach from David Hayden and code it under Application_Start as follows :-&lt;br /&gt; &lt;br /&gt;    protected void Application_Start(object sender, EventArgs e)&lt;br /&gt;        {&lt;br /&gt;            IUnityContainer container = new UnityContainer()&lt;br /&gt;            .RegisterType&amp;lt;IUserService, UserService&amp;gt;();&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;            UnityControllerFactory factory = new UnityControllerFactory(container);&lt;br /&gt; &lt;br /&gt;            ControllerBuilder.Current.SetControllerFactory(factory);&lt;br /&gt; &lt;br /&gt;                                  &lt;br /&gt;            RegisterRoutes(RouteTable.Routes);&lt;br /&gt;         &lt;br /&gt;            &lt;br /&gt;        }&lt;br /&gt; &lt;br /&gt;It works for Constructor Injection but not Property(Setter) Injection.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>hnchan</author><pubDate>Fri, 09 May 2008 03:58:48 GMT</pubDate><guid isPermaLink="false">NEW POST: Unity and MVC (Constructor Injection, Property Injection) 20080509A</guid></item><item><title>NEW POST: Generic Decorator Chain Resolution Problem </title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27231</link><description>&lt;div class="wikidoc"&gt;
Sorry it took so long to get back to you, busy, busy busy.&lt;br /&gt; &lt;br /&gt;I've repro'ed the issue; I'll let you know when I have more information.&lt;br /&gt;
&lt;/div&gt;</description><author>ctavares</author><pubDate>Thu, 08 May 2008 23:04:46 GMT</pubDate><guid isPermaLink="false">NEW POST: Generic Decorator Chain Resolution Problem  20080508P</guid></item><item><title>NEW POST: Unity and MVC (Constructor Injection, Property Injection)</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27343</link><description>&lt;div class="wikidoc"&gt;
How are you hooking into the MVC framework? What does your container.Resolve call look like, and where is it called.&lt;br /&gt; &lt;br /&gt;I've used Unity with MVC lots of times, and all the injection methods worked for me. I suspect the issue is in the plumbing of how you've hooked up Unity and MVC.&lt;br /&gt;
&lt;/div&gt;</description><author>ctavares</author><pubDate>Thu, 08 May 2008 20:24:33 GMT</pubDate><guid isPermaLink="false">NEW POST: Unity and MVC (Constructor Injection, Property Injection) 20080508P</guid></item><item><title>NEW POST: Unity and MVC (Constructor Injection, Property Injection)</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27343</link><description>&lt;div class="wikidoc"&gt;
Try this code:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
 
public class UserService
    {
        public string MyName;
    }
    public class HomeController
    {
        private UserService _userService;
        [Dependency]
        public UserService UserService
        {
            get { return _userService; }
            set { _userService = value; }
        }
        public HomeController(UserService userService)
        {
            _userService = userService;
        }
    }
 
[TestMethod]
        public void MyTest()
        {
            IUnityContainer container = new UnityContainer();
            container.RegisterType&amp;lt;UserService, UserService&amp;gt;();
            
            HomeController controller = container.Resolve&amp;lt;HomeController&amp;gt;();
 
            Assert.IsNotNull(controller);
 
 
            Assert.IsNotNull(controller.UserService);
 
        }
 
&lt;/pre&gt; &lt;br /&gt;Cheers&lt;br /&gt;Yaz&lt;br /&gt;
&lt;/div&gt;</description><author>yazidarezki</author><pubDate>Thu, 08 May 2008 14:08:18 GMT</pubDate><guid isPermaLink="false">NEW POST: Unity and MVC (Constructor Injection, Property Injection) 20080508P</guid></item><item><title>NEW POST: Unity and MVC (Constructor Injection, Property Injection)</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27343</link><description>&lt;div class="wikidoc"&gt;
It is very simple.&lt;br /&gt; &lt;br /&gt;  private UserService _userservice;&lt;br /&gt; &lt;br /&gt;        &lt;a href="http://www.codeplex.com/unity/Wiki/View.aspx?title=Dependency"&gt;Dependency&lt;/a&gt;&lt;br /&gt;        private UserService UserService&lt;br /&gt;        {&lt;br /&gt;            get { return _userservice; }&lt;br /&gt;            set { _userservice = value; }&lt;br /&gt;        }&lt;br /&gt; &lt;br /&gt;This won't work and return NULL. How could I solve it? It seems it don't get the object from unity.&lt;br /&gt; &lt;br /&gt;BTW, &amp;quot;System.StackOverflowException was unhandled.&amp;quot; is my problem. it is a typo.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; private UserService _userservice;&lt;br /&gt; &lt;br /&gt;        public HomeController(UserService userservice)&lt;br /&gt;        {&lt;br /&gt;            _userservice = userservice;&lt;br /&gt;        }&lt;br /&gt;
&lt;/div&gt;</description><author>hnchan</author><pubDate>Thu, 08 May 2008 13:28:01 GMT</pubDate><guid isPermaLink="false">NEW POST: Unity and MVC (Constructor Injection, Property Injection) 20080508P</guid></item><item><title>NEW POST: Unity and MVC (Constructor Injection, Property Injection)</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27343</link><description>&lt;div class="wikidoc"&gt;
Can you post the code you used?&lt;br /&gt;
&lt;/div&gt;</description><author>yazidarezki</author><pubDate>Thu, 08 May 2008 11:53:42 GMT</pubDate><guid isPermaLink="false">NEW POST: Unity and MVC (Constructor Injection, Property Injection) 20080508A</guid></item><item><title>NEW POST: Unity and MVC (Constructor Injection, Property Injection)</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27343</link><description>&lt;div class="wikidoc"&gt;
Is the Unity Framework only support Constructor Injection with MVC?&lt;br /&gt; &lt;br /&gt;I have tried property (setter) injection. It seems not work and following error is occurred.&lt;br /&gt; &lt;br /&gt;&amp;quot;System.StackOverflowException was unhandled.&amp;quot;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>hnchan</author><pubDate>Thu, 08 May 2008 11:37:50 GMT</pubDate><guid isPermaLink="false">NEW POST: Unity and MVC (Constructor Injection, Property Injection) 20080508A</guid></item><item><title>NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27276</link><description>&lt;div class="wikidoc"&gt;
Yes, the settings are same as mentioned above.&lt;br /&gt;I even tried deleting all Unity dlls and config file from bin folder, and they were again copied when I executed the appilcation.&lt;br /&gt; &lt;br /&gt;There is something else tricky here!!!!&lt;br /&gt; &lt;br /&gt;UPDATE:&lt;br /&gt;I created a new console application, and its working there!!!!!!!!&lt;br /&gt; &lt;br /&gt;I am confused.&lt;br /&gt;
&lt;/div&gt;</description><author>sanchaykulkarni</author><pubDate>Thu, 08 May 2008 10:31:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration 20080508A</guid></item><item><title>NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27276</link><description>&lt;div class="wikidoc"&gt;
I do not have the Unity assemblies in the GAC and it works for me.&lt;br /&gt; &lt;br /&gt;Sorry that I am going to ask you some silly questions.&lt;br /&gt; &lt;br /&gt;You have a test project or console application and some code and MyFile.config. In the properties for the MyFile.config file, you have Copy to output directory, is this set to Copy always?&lt;br /&gt; &lt;br /&gt;Cheers&lt;br /&gt;Yaz&lt;br /&gt;
&lt;/div&gt;</description><author>yazidarezki</author><pubDate>Thu, 08 May 2008 09:49:38 GMT</pubDate><guid isPermaLink="false">NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration 20080508A</guid></item><item><title>NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27276</link><description>&lt;div class="wikidoc"&gt;
Yes, it is there. Default project output is not changed, hence its in C:\Projects\bin folder. &lt;br /&gt; &lt;br /&gt;Another thought:&lt;br /&gt;As per my knowledge, Unity assemblies need not be put into the GAC, as long as they are available in the execution folder. So is this related to GAC in any way?&lt;br /&gt;
&lt;/div&gt;</description><author>sanchaykulkarni</author><pubDate>Thu, 08 May 2008 08:52:17 GMT</pubDate><guid isPermaLink="false">NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration 20080508A</guid></item><item><title>NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27276</link><description>&lt;div class="wikidoc"&gt;
Hello,&lt;br /&gt; &lt;br /&gt;I have tried with the full path and it works for me, one question for yoy. Is the DLL that runs the code in C:\projects\bin  folder?&lt;br /&gt; &lt;br /&gt;Cheers&lt;br /&gt;Yaz&lt;br /&gt;
&lt;/div&gt;</description><author>yazidarezki</author><pubDate>Thu, 08 May 2008 08:06:12 GMT</pubDate><guid isPermaLink="false">NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration 20080508A</guid></item><item><title>NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27276</link><description>&lt;div class="wikidoc"&gt;
pbolduc : &lt;br /&gt; &lt;br /&gt;   1. Do you have a reference to Microsoft.Practices.Unity.Configuration.dll ? I would think so since code wouldn't compile.&lt;br /&gt;Yes, Microsoft.Practices.Unity.Configuration.dll, Microsoft.Practices.ObjectBuilder2.dll, Microsoft.Practices.Unity.dll are referred in the project.&lt;br /&gt;   2. Are attempting to run this from a unit test or somewhere else where your application base (ie working directory) would be different than C:\Projects\bin ?&lt;br /&gt;Working directory is same.&lt;br /&gt;   3. Is Microsoft.Practices.Unity.Configuration.dll in C:\Projects\bin ?&lt;br /&gt;All the 3 files along with the config file are in the above folder.&lt;br /&gt; &lt;br /&gt;---------&lt;br /&gt;Yaz:&lt;br /&gt; &lt;br /&gt;ExeConfigurationFileMap map = new ExeConfigurationFileMap();&lt;br /&gt;map.ExeConfigFilename = &amp;quot;MyFile.config&amp;quot;;//This line of code can't find the file &amp;quot;MyFile.config&amp;quot;, as the current dir. is by default set to &amp;quot;MyDocuments&amp;quot; folder.&lt;br /&gt;System.Configuration.Configuration config&lt;br /&gt;= ConfigurationManager.OpenMappedExeConfiguration(map, ConfigurationUserLevel.None);&lt;br /&gt;UnityConfigurationSection cs = (UnityConfigurationSection) config.GetSection(&amp;quot;unity&amp;quot;);&lt;br /&gt;
&lt;/div&gt;</description><author>sanchaykulkarni</author><pubDate>Thu, 08 May 2008 05:49:39 GMT</pubDate><guid isPermaLink="false">NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration 20080508A</guid></item><item><title>NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27276</link><description>&lt;div class="wikidoc"&gt;
Hello,&lt;br /&gt; &lt;br /&gt;I tried this code and it worked&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
ExeConfigurationFileMap map = new ExeConfigurationFileMap();
map.ExeConfigFilename = &amp;quot;MyFile.config&amp;quot;;
System.Configuration.Configuration config
= ConfigurationManager.OpenMappedExeConfiguration(map, ConfigurationUserLevel.None);
UnityConfigurationSection cs = (UnityConfigurationSection) config.GetSection(&amp;quot;unity&amp;quot;);
 
&lt;/pre&gt; &lt;br /&gt;Cheers&lt;br /&gt;Yaz&lt;br /&gt;
&lt;/div&gt;</description><author>yazidarezki</author><pubDate>Wed, 07 May 2008 23:05:27 GMT</pubDate><guid isPermaLink="false">NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration 20080507P</guid></item><item><title>NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration</title><link>http://www.codeplex.com/unity/Thread/View.aspx?ThreadId=27276</link><description>&lt;div class="wikidoc"&gt;
I have a few questions for you.&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Do you have a reference to Microsoft.Practices.Unity.Configuration.dll ? I would think so since code wouldn't compile.  &lt;/li&gt;&lt;li&gt;Are attempting to run this from a unit test or somewhere else where your application base (ie working directory) would be different than C:\Projects\bin ?&lt;/li&gt;&lt;li&gt;Is Microsoft.Practices.Unity.Configuration.dll in C:\Projects\bin ?&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;sanchaykulkarni wrote:&lt;br /&gt;Hi,&lt;br /&gt; &lt;br /&gt;I am getting the error &lt;br /&gt;&amp;quot;An error occurred creating the configuration section handler for unity: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (C:\Projects\bin\MyFile.config line 4)&amp;quot;&lt;br /&gt; &lt;br /&gt;The config file is&lt;br /&gt;---&lt;br /&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&lt;br /&gt;&amp;lt;configuration&amp;gt;&lt;br /&gt;	&amp;lt;configSections&amp;gt;&lt;br /&gt;		&amp;lt;section name=&amp;quot;unity&amp;quot;&lt;br /&gt;				 type=&amp;quot;Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,&lt;br /&gt;				 Microsoft.Practices.Unity.Configuration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;quot;/&amp;gt;&lt;br /&gt;	&amp;lt;/configSections&amp;gt;&lt;br /&gt;	&amp;lt;unity&amp;gt;&lt;br /&gt;		&amp;lt;containers&amp;gt;&lt;br /&gt;---&lt;br /&gt; &lt;br /&gt;code used is&lt;br /&gt; &lt;br /&gt;ExeConfigurationFileMap map = new ExeConfigurationFileMap();&lt;br /&gt;                map.ExeConfigFilename = &amp;quot;C:\Projects\bin\MyFile.config&amp;quot;;&lt;br /&gt;                System.Configuration.Configuration config&lt;br /&gt;                  = ConfigurationManager.OpenMappedExeConfiguration(map, ConfigurationUserLevel.None);&lt;br /&gt;                UnityConfigurationSection section = new UnityConfigurationSection();&lt;br /&gt;                ConfigurationSection cs = config.GetSection(&amp;quot;unity&amp;quot;);&lt;br /&gt; &lt;br /&gt;The last line gives error.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>pbolduc</author><pubDate>Wed, 07 May 2008 22:25:36 GMT</pubDate><guid isPermaLink="false">NEW POST: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration 20080507P</guid></item></channel></rss>