<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : New Version 2.4 blows up with AuthenticationService</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : Community Forum : New Version 2.4 blows up with AuthenticationService</description>
  <pubDate>Wed, 10 Jun 2026 05:35:58 -700</pubDate>
  <lastBuildDate>Wed, 10 Jul 2013 15:04:27 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=4219</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>New Version 2.4 blows up with AuthenticationService : I&amp;#039;ve just pushed version...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4219&amp;PID=16571#16571</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1005" rel="nofollow">mgood</a><br /><strong>Subject:</strong> 4219<br /><strong>Posted:</strong> 10-Jul-2013 at 3:04pm<br /><br />I've just pushed version 2.4.1 to NuGet, which should resolve the issue.]]>
   </description>
   <pubDate>Wed, 10 Jul 2013 15:04:27 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4219&amp;PID=16571#16571</guid>
  </item> 
  <item>
   <title>New Version 2.4 blows up with AuthenticationService : I had already actually just setup...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4219&amp;PID=16567#16567</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1570" rel="nofollow">KitKat</a><br /><strong>Subject:</strong> 4219<br /><strong>Posted:</strong> 10-Jul-2013 at 11:03am<br /><br />I had already actually just setup a class like the EntityManagerProvider Export Property to handle it. &nbsp;This seemd to get me past this, but still fighting a DevForce cannot find Type now.]]>
   </description>
   <pubDate>Wed, 10 Jul 2013 11:03:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4219&amp;PID=16567#16567</guid>
  </item> 
  <item>
   <title>New Version 2.4 blows up with AuthenticationService : Doh! I see the issue and the change...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4219&amp;PID=16566#16566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1005" rel="nofollow">mgood</a><br /><strong>Subject:</strong> 4219<br /><strong>Posted:</strong> 10-Jul-2013 at 10:57am<br /><br />Doh! I see the issue and the change that causes this. Sorry, about that. This case wasn't covered in our testing. As a workaround instead of newing up the AuthenticationService in PrepareCompositionContainer, subclass it and export it as is done in TempHire.<div><br></div><div>I will fix the issue and push an updated version.</div>]]>
   </description>
   <pubDate>Wed, 10 Jul 2013 10:57:50 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4219&amp;PID=16566#16566</guid>
  </item> 
  <item>
   <title>New Version 2.4 blows up with AuthenticationService :  I updated to 2.4 today and my...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4219&amp;PID=16565#16565</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1570" rel="nofollow">KitKat</a><br /><strong>Subject:</strong> 4219<br /><strong>Posted:</strong> 10-Jul-2013 at 9:23am<br /><br />I updated to 2.4 today and my project immediately began blowing up on startup d<span style="line-height: 1.4;">uring PrepareCompositionBatch with ...</span><div><span style="line-height: 1.4;"><br></span></div><div>You must first set a valid CompositionProvider by using Composition.SetProvider</div><div><div>&nbsp; &nbsp;at Cocktail.Composition.get_Provider()</div><div>&nbsp; &nbsp;at Cocktail.Composition.TryGetInstance&#091;T&#093;()</div><div>&nbsp; &nbsp;at Cocktail.PartLocator`1.GetPart()</div><div>&nbsp; &nbsp;at Cocktail.PartLocator`1.get_IsAvailable()</div><div>&nbsp; &nbsp;at Cocktail.EventFns.Subscribe(Object instance)</div><div>&nbsp; &nbsp;at Cocktail.AuthenticationService..ctor()</div><div>&nbsp; &nbsp;at LightWork.AppBootstrapper.PrepareCompositionContainer(CompositionBatch batch)</div><div>&nbsp; &nbsp;at Cocktail.CocktailMefBootstrapper.Configure()</div><div>&nbsp; &nbsp;at LightWork.AppBootstrapper.Configure()</div><div>&nbsp; &nbsp;at Caliburn.Micro.BootstrapperBase.StartRuntime()</div><div>&nbsp; &nbsp;at Cocktail.CocktailBootstrapper.StartRuntime()</div><div>&nbsp; &nbsp;at LightWork.AppBootstrapper.StartRuntime()</div><div>&nbsp; &nbsp;at Caliburn.Micro.BootstrapperBase.Start()</div><div>&nbsp; &nbsp;at Cocktail.CocktailBootstrapper..ctor(Boolean useApplication)</div><div>&nbsp; &nbsp;at Cocktail.CocktailMefBootstrapper..ctor(Boolean useApplication)</div><div>&nbsp; &nbsp;at Cocktail.CocktailMefBootstrapper`1..ctor(Boolean useApplication)</div><div>&nbsp; &nbsp;at LightWork.AppBootstrapper..ctor()</div></div><div><br></div><div>It would seem some change in the Composition or PartLocator behavior is causing the AuthenticationService to no be able to be initialized here as Configure has not completed running yet, which sets the provider.</div><div><br></div><div>Please help.</div><div><br></div><div>-Kat</div><span style="font-size:10px"><br /><br />Edited by KitKat - 10-Jul-2013 at 11:01am</span>]]>
   </description>
   <pubDate>Wed, 10 Jul 2013 09:23:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4219&amp;PID=16565#16565</guid>
  </item> 
 </channel>
</rss>