<?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 : Cocktail 0.6 - temphire broken or local issues?</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : Community Forum : Cocktail 0.6 - temphire broken or local issues?</description>
  <pubDate>Sat, 11 Apr 2026 11:57:14 -700</pubDate>
  <lastBuildDate>Tue, 08 May 2012 07:10:08 -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=3428</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>Cocktail 0.6 - temphire broken or local issues? :   Thanks. That worked.Nuget...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13534#13534</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1421" rel="nofollow">siko</a><br /><strong>Subject:</strong> 3428<br /><strong>Posted:</strong> 08-May-2012 at 7:10am<br /><br />Thanks. That worked.<div>Nuget is a blessing.</div><div>&nbsp;</div><div>Sijmen</div>]]>
   </description>
   <pubDate>Tue, 08 May 2012 07:10:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13534#13534</guid>
  </item> 
  <item>
   <title>Cocktail 0.6 - temphire broken or local issues? : I don&amp;#039;t think this is related....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13524#13524</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> 3428<br /><strong>Posted:</strong> 07-May-2012 at 12:47pm<br /><br />I don't think this is related. The following are the steps for upgrading an existing solution. <br /><br />1. Set specific version=false on all references, so it automatically builds against the latest versions. <br /><br />2. Perform a "flush", that's deleting all bin etc. directories. You can use flush.cmd that ships with Cocktail. <br /><br />3. If you use an edmx, regen the model. Right-click on the .tt file and select run custom tool. This step is not always necessary, but good practice. <br /><br />4. Rebuild everything and make necessary changes to your code based on breaking changes introduced in the new versions of Cocktail and DevForce. <br /><br />If you use Nuget you can upgrade Cocktail via Nuget. ]]>
   </description>
   <pubDate>Mon, 07 May 2012 12:47:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13524#13524</guid>
  </item> 
  <item>
   <title>Cocktail 0.6 - temphire broken or local issues? :   Not sure if this is related...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13522#13522</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1421" rel="nofollow">siko</a><br /><strong>Subject:</strong> 3428<br /><strong>Posted:</strong> 07-May-2012 at 9:58am<br /><br />Not sure if this is related or not, but after manually removing the references to IdeaBlade.* and Cocktail* &nbsp;and adding references to the new versions (6.1.7 and 0.6/1.02) the following error bubbles up when fetching data using a EntityQueryPager:<div>&nbsp;</div><div>Argument types do not match</div><div>&nbsp;</div><div>Stacktrace:</div><div>&nbsp;&nbsp; at IdeaBlade.EntityModel.PageChangedOperation`1.HandleError(EntityQueryPageChangedEventArgs`1 pcArgs)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.PageChangedOperation`1.OnCompleted()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.PageChangedOperation`1.&lt;.ctor&gt;b__0(Object s, CoroutineCompletedEventArgs e)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.BaseOperation`2.OnCompleted()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.BaseOperation`2.IdeaBlade.EntityModel.IHasAsyncEventArgs.OnCompleted()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.CoroutineOperation.OnCompleted(INotifyCompletedArgs notifyCompletedArgs)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.CoroutineSerialProcessor.HandleCompletedAndProcessNext(INotifyCompletedArgs args)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.BaseOperation.NotifyCompletedDelegate.Invoke(INotifyCompletedArgs args)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.BaseOperation.BaseOnCompleted()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.BaseOperation`2.OnCompleted()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.BaseOperation`2.IdeaBlade.EntityModel.IHasAsyncEventArgs.OnCompleted()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.AsyncProcessor`1.&lt;&gt;c__DisplayClass2.&lt;.ctor&gt;b__0(TArgs args)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.AsyncProcessor`1.Signal()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.AsyncProcessor`1.&lt;Execute&gt;b__5(Object x)</div><div>&nbsp;</div><div>Then I deleted all resharper, bin and obj folders.</div><div>After this the&nbsp;IdeaBlade.EntityModel.Web.<span style="color: rgb43, 145, 175;">ServiceVirtualPathProvider</span>()<br>was not resolved... although all the references where there.</div><div>I ended up rebuilding the asp.net web application from scratch.</div><div>&nbsp;</div><div>What would be the right way to upgrade the solution?</div><pre style=": white; color: black; font-family: C&#111;nsolas;">&nbsp;</pre><pre style=": white; color: black; font-family: C&#111;nsolas;">&nbsp;</pre>]]>
   </description>
   <pubDate>Mon, 07 May 2012 09:58:49 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13522#13522</guid>
  </item> 
  <item>
   <title>Cocktail 0.6 - temphire broken or local issues? : That worked! We&amp;#039;re back in...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13515#13515</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1421" rel="nofollow">siko</a><br /><strong>Subject:</strong> 3428<br /><strong>Posted:</strong> 06-May-2012 at 12:41pm<br /><br />That worked! We're back in business.<br />Thank you!]]>
   </description>
   <pubDate>Sun, 06 May 2012 12:41:56 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13515#13515</guid>
  </item> 
  <item>
   <title>Cocktail 0.6 - temphire broken or local issues? :   I&amp;#039;ve just seen this last...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13514#13514</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> 3428<br /><strong>Posted:</strong> 06-May-2012 at 10:06am<br /><br />I've just seen this last week on somebody else's machine. Not with TempHire, but their own solution. In their case it was a hosed PostSharp installation. Make sure you have Visual Studio closed, then go to Control Panel and uninstall PostSharp. Then go to the Start Menu|DevForce|Tools and run the PostSharp Installer. When you get to the license screen, just cancel out. You don't need to enter a license.<div></div>Verify that your build process is working correctly by deleting the .ibmmx files from the DomainModel and Security projects. After building once, the .ibmmx files should be regenerated and added back to the projects.<div>&nbsp;</div><div>Let me know if that solves the issue.</div>]]>
   </description>
   <pubDate>Sun, 06 May 2012 10:06:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13514#13514</guid>
  </item> 
  <item>
   <title>Cocktail 0.6 - temphire broken or local issues? :   Hi, Just downloaded DF 6.1.7...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13512#13512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1421" rel="nofollow">siko</a><br /><strong>Subject:</strong> 3428<br /><strong>Posted:</strong> 06-May-2012 at 4:57am<br /><br />Hi, <div>&nbsp;</div><div>Just downloaded DF 6.1.7 installed it and downloaded latest version of cocktail source.</div><div>&nbsp;</div><div>I receive this running TempHire:</div><div>&nbsp;</div><div>Unable to initialize EntityManager<br>Unable to get metadata for Security.User. Make sure it is a valid entity type or POCO type with a KeyAttribute</div><div>&nbsp;</div><div>I tried downloading the released sources (0.6) but I get the same.</div><div>&nbsp;</div><div>Something wrong on my pc?</div><div>&nbsp;</div><div>Sijmen</div>]]>
   </description>
   <pubDate>Sun, 06 May 2012 04:57:52 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3428&amp;PID=13512#13512</guid>
  </item> 
 </channel>
</rss>