<?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 : Hello, Devforce</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Hello, Devforce</description>
  <pubDate>Mon, 13 Apr 2026 04:08:04 -700</pubDate>
  <lastBuildDate>Tue, 21 Oct 2008 15:32:39 -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=972</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>Hello, Devforce : Thanks for the heads up, Sid. The...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=972&amp;PID=3514#3514</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 972<br /><strong>Posted:</strong> 21-Oct-2008 at 3:32pm<br /><br /><P>Thanks for the heads up, Sid.</P><P>The name mismatch resulted from a change in the default name we give to the specialized EntityManager generated by the Object Mapper. We used to call it "DomainModelManager" and now, as you see, we call it "DomainModelEntityManager".</P><P>I've updated the "Hello, DevForce" section of the Developers Guide, although, alas, too late for today's release.</P><P>FYI, I also changed the declarations like</P><P>&nbsp;&nbsp;&nbsp;&nbsp; DomainModelEntityManager _manager = new DomainModelEntityManager();</P><P>to </P><P>&nbsp;&nbsp;&nbsp;&nbsp; DomainModelEntityManager = DomainModelEntityManager.DefaultManager;</P><P>Both work, but the latter always gives you the same instance of the DomainModelEntityManager, whereas the former always gives you a brand new instance. Most of the time you'll want to use the same instance in your different forms, etc., so that all will share the same cache.</P><P>Best regards,</P><P>Greg Dunn</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 21 Oct 2008 15:32:39 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=972&amp;PID=3514#3514</guid>
  </item> 
  <item>
   <title>Hello, Devforce : OK, I found the issue.  Don&amp;#039;t...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=972&amp;PID=3513#3513</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=389" rel="nofollow">Speccomp</a><br /><strong>Subject:</strong> 972<br /><strong>Posted:</strong> 21-Oct-2008 at 1:05pm<br /><br />OK, I found the issue.<DIV>&nbsp;</DIV><DIV>Don't know if this is an error in the documentation or something that has changed with the new VS2008 SP1.</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>#region</FONT></FONT><FONT size=2> Private Fields </P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>static</FONT></FONT><FONT size=2> </FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>DomainModelEntityManager</FONT></FONT><FONT size=2> _manager = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>new</FONT></FONT><FONT size=2> </FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>DomainModelEntityManager</FONT></FONT><FONT size=2>();</P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>#endregion</P><DIV></DIV><DIV></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>The default from page 52 </DIV><DIV>&nbsp;</DIV><DIV><P align=left></P><FONT size=2><P>3. Select the Untitled.ibedmx node in the tree control. Observe the "Domain Model Settings". </P><P>When the Object Mapper saves the domain model and generates code, it will use the Namespace ("DomainModel") shown for the generated code, and will also name the EntityManager container ("DomainModelManager") as shown. You&#8223;ll use the EntityManager for retrieving data into your local cache, for saving changes, and for many other data persistence operations. </P><DIV>-It was in fact "DomainModelEntityManager" for the EntityManager container.</DIV><DIV>&nbsp;</DIV><DIV>...Onwards....</DIV></FONT></DIV></FONT></FONT>]]>
   </description>
   <pubDate>Tue, 21 Oct 2008 13:05:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=972&amp;PID=3513#3513</guid>
  </item> 
  <item>
   <title>Hello, Devforce : I&amp;#039;m trying to walk through...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=972&amp;PID=3512#3512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=389" rel="nofollow">Speccomp</a><br /><strong>Subject:</strong> 972<br /><strong>Posted:</strong> 21-Oct-2008 at 9:41am<br /><br />I'm trying to walk through the sample solution and running in to a problem with&nbsp;the console01 project.<DIV>&nbsp;</DIV><DIV>When I try and build the project I get an error on this line.</DIV><DIV><FONT color=#0000ff size=2><FONT color=#0000ff size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2><table width="99%"><tr><td><pre class="BBcode"></FONT></DIV><DIV><FONT color=#0000ff size=2><FONT color=#0000ff size=2>var</FONT></FONT><FONT size=2> query = _manager.Employees ;</DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></pre></td></tr></table></DIV><DIV><font color="RED"></DIV><DIV>"Then name _manager does not exist in the current context."</DIV><DIV></FONT></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>I'm new to Visual Studio and just not sure where this is trying to pull from.&nbsp; Everything looks OK up to this point.&nbsp; I've only attached the NorthwindsIB data model.&nbsp; I did see in the documentation about renaming one of the Adventureworks relationships to "Manager" but I didn't think that had anything to do with this error.</DIV><DIV>&nbsp;</DIV><DIV>I'm eager to keep working through the samples to try to understand the framework's capabilities.</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>-Sid M.</DIV><DIV></DIV><DIV></DIV></FONT>]]>
   </description>
   <pubDate>Tue, 21 Oct 2008 09:41:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=972&amp;PID=3512#3512</guid>
  </item> 
 </channel>
</rss>