<?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 : Test with objectcontext</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : Community Forum : Test with objectcontext</description>
  <pubDate>Fri, 10 Apr 2026 20:26:20 -700</pubDate>
  <lastBuildDate>Tue, 25 Sep 2012 13:05:22 -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=3636</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>Test with objectcontext : Thanks, we fixed this in version...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3636&amp;PID=14592#14592</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1524" rel="nofollow">jtraband</a><br /><strong>Subject:</strong> 3636<br /><strong>Posted:</strong> 25-Sep-2012 at 1:05pm<br /><br />Thanks, we fixed this in version 0.57 ( and higher).&nbsp; The Breeze.webApi.dll as shipped is now compiled against EF 5 and .NET 4.0.&nbsp; Note that the actual version of EF 5 for .NET 4 is actually "4.4", so this is what we are actually compiling against.&nbsp; <br><br>If you are running .NET 4.5 this should still work but if you want you can recompile the Breeze.webApi project to use the .NET 4.5 version of EF 5 using the technique mentioned above.<br><br>We also documented this in "EF versions" section&nbsp; of the docs at <br><br>&nbsp;http://www.breezejs.com/documentation/web-api-configuration&nbsp; <br>]]>
   </description>
   <pubDate>Tue, 25 Sep 2012 13:05:22 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3636&amp;PID=14592#14592</guid>
  </item> 
  <item>
   <title>Test with objectcontext : If you:pull the source from githubopen...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3636&amp;PID=14529#14529</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1529" rel="nofollow">rmja</a><br /><strong>Subject:</strong> 3636<br /><strong>Posted:</strong> 23-Sep-2012 at 10:58am<br /><br />If you:<div><ol><li>pull the source from github</li><li>open it in VS2012</li><li>change the .net target version to 4.5</li><li>remove the entity framework from nuget</li><li>install entity framework 5.0</li><li>build</li></ol><div>then you have a working dll for a 5.0 project.</div></div>]]>
   </description>
   <pubDate>Sun, 23 Sep 2012 10:58:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3636&amp;PID=14529#14529</guid>
  </item> 
  <item>
   <title>Test with objectcontext : We are considering compiling the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3636&amp;PID=14478#14478</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1524" rel="nofollow">jtraband</a><br /><strong>Subject:</strong> 3636<br /><strong>Posted:</strong> 19-Sep-2012 at 6:11pm<br /><br />We are considering compiling the Breeze.WebApi with EF 5 ( actually EF 4.4 for .NET 4, but the nuget download actually makes it look like EF 5).&nbsp; We need to also offer the 4.3.1 version because MS moved some of the DataAnnotations across namespaces between EF 4.31 and EF 4.4 and we don't want to break 'legacy' EF 4.3.1 apps.&nbsp; So we will likely offer two versions of the Breeze.WebApi in one of our next releases.&nbsp; Hope this helps.]]>
   </description>
   <pubDate>Wed, 19 Sep 2012 18:11:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3636&amp;PID=14478#14478</guid>
  </item> 
  <item>
   <title>Test with objectcontext : An update:From the Github source...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3636&amp;PID=14474#14474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1522" rel="nofollow">pierom</a><br /><strong>Subject:</strong> 3636<br /><strong>Posted:</strong> 19-Sep-2012 at 9:26am<br /><br />An update:<div><br><div>From the Github source I noticed that webapi.dll is compiled against EF 4.3.1.</div><div>Using nuget I installed EF 4.3.1 and now it is working.</div></div>]]>
   </description>
   <pubDate>Wed, 19 Sep 2012 09:26:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3636&amp;PID=14474#14474</guid>
  </item> 
  <item>
   <title>Test with objectcontext : Following your documents I am...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3636&amp;PID=14472#14472</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1522" rel="nofollow">pierom</a><br /><strong>Subject:</strong> 3636<br /><strong>Posted:</strong> 19-Sep-2012 at 1:40am<br /><br />Following your documents I am testing breeze with a database first object context.<div>I reference entityframework 5.0 with target net 4.0 while the objectcontext is enclosed in a library with EF 4.0 dlls.</div><div>Running the metadata request from url I get the error:&nbsp;</div><div><br></div><div><div>Public Class GareController</div><div>&nbsp; &nbsp; Inherits ApiController</div><div><br></div><div>&nbsp; &nbsp; Private contextProvider As Breeze.WebApi.EFContextProvider(Of dbGare.GAREEntities) = New Breeze.WebApi.EFContextProvider(Of dbGare.GAREEntities)("Gare")</div><div><br></div><div>&nbsp; &nbsp; &lt;AcceptVerbs("GET")&gt; _</div><div>&nbsp; &nbsp; Public Function Metadata() As String</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Return contextProvider.Metadata</div><div>&nbsp; &nbsp; End Function</div><div><br></div><div>&nbsp; &nbsp; &lt;AcceptVerbs("GET")&gt; _</div><div>&nbsp; &nbsp; Public Function MA_PS2_CONFIG() As IQueryable(Of dbGare.MA_PS2_CONFIG)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Return contextProvider.Context.MA_PS2_CONFIG</div><div>&nbsp; &nbsp; End Function</div><div><br></div><div>&nbsp; &nbsp; &lt;AcceptVerbs("POST")&gt; _</div><div>&nbsp; &nbsp; Public Function SaveChanges(ByVal saveBundle As JObject) As SaveResult</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Return contextProvider.SaveChanges(saveBundle)</div><div>&nbsp; &nbsp; End Function</div><div><br></div><div>End Class</div></div><div><br></div><div>The error is:</div><div>Could not load file or assembly 'EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)</div><div><br><div><br></div></div>]]>
   </description>
   <pubDate>Wed, 19 Sep 2012 01:40:36 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3636&amp;PID=14472#14472</guid>
  </item> 
 </channel>
</rss>