<?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 : exsiting ADO.Net Entity Model</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : exsiting ADO.Net Entity Model</description>
  <pubDate>Tue, 14 Apr 2026 06:18:18 -700</pubDate>
  <lastBuildDate>Sun, 04 Jul 2010 17:57:05 -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=1915</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>exsiting ADO.Net Entity Model : &amp;#034;What are you talking about...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7513#7513</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=485" rel="nofollow">jsobell</a><br /><strong>Subject:</strong> 1915<br /><strong>Posted:</strong> 04-Jul-2010 at 5:57pm<br /><br /><i>"What are you talking about dude. I'm not needing a visual studio for dummies lesson"</i> :)<br><br>I think Ting is pointing out that it all happens automagically if you have IdeaBlade installed. By default (assuming the Extension Manager has IdeaBlade enabled) there will be a .tt file autmatically added by the extension to go with your .edmx file, and it will in turn automagically create all of the code you need at the server side.<br>Just make sure the 'Custom Tool' property of your edmx file is left blank (so VS2010 doesn't create its own entities using the EF4 framework templates).<br>]]>
   </description>
   <pubDate>Sun, 04 Jul 2010 17:57:05 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7513#7513</guid>
  </item> 
  <item>
   <title>exsiting ADO.Net Entity Model : Once DevForce is installed, it...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7494#7494</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1915<br /><strong>Posted:</strong> 02-Jul-2010 at 6:46am<br /><br /><P>Once DevForce is installed, it should automatically generate DevForce objects as soon as you re-save the edmx.&nbsp; If not, check the properties page for the edmx and set "DevForce Enabled" to true.&nbsp; If that doesn't show up, go to "Tools -&gt; Extension Manager" and check to see if the IdeaBlade OM Designer is enabled.&nbsp; If the extension doesn't show up, go to the Windows Start Menu -&gt; DevForce 2010 -&gt; Tools -&gt; OM Designer Extension Installer.</P><DIV></DIV>Hope this helps!]]>
   </description>
   <pubDate>Fri, 02 Jul 2010 06:46:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7494#7494</guid>
  </item> 
  <item>
   <title>exsiting ADO.Net Entity Model :  Originally posted by tingYou...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7491#7491</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=826" rel="nofollow">Jakes</a><br /><strong>Subject:</strong> 1915<br /><strong>Posted:</strong> 02-Jul-2010 at 6:13am<br /><br /> <table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by ting</strong></em><br /><br /><div>You can copy the edmx into your Model or Web project and include it in the project (click the 'Show All Files' icon in Solution Explorer and right click the edmx and select 'Include In Project') , or you can right click the project and select 'Add' -&gt; 'Existing Item...'</div><br /><div> </div><br /><div>When you next save the edmx, the DevForce code should be generated and a link created in your Silverlight project to the shared file.</div><br /><div> </div><br /><div> </div></td></tr></table> <br /><br />What are you talking about dude. I'm not needing a visual studio for dummies lesson. My question is around the entity model itself working with IdeaBlade. Where do you set the configuration for IdeaBlade to pick up the entity model?]]>
   </description>
   <pubDate>Fri, 02 Jul 2010 06:13:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7491#7491</guid>
  </item> 
  <item>
   <title>exsiting ADO.Net Entity Model : You cancopy the edmx into your...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7449#7449</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1915<br /><strong>Posted:</strong> 28-Jun-2010 at 6:03pm<br /><br /><DIV>You can&nbsp;copy the edmx into your Model or Web project and include it in the project (click the 'Show All Files' icon in Solution Explorer and right click the edmx and select 'Include In Project')&nbsp;, or you can right click the project and select 'Add' -&gt; 'Existing Item...'</DIV><DIV>&nbsp;</DIV><DIV>When you next save the edmx, the DevForce code should be generated and a link created in your Silverlight project to the shared file.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 28 Jun 2010 18:03:54 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7449#7449</guid>
  </item> 
  <item>
   <title>exsiting ADO.Net Entity Model : Does any know how to add an existing...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7438#7438</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=826" rel="nofollow">Jakes</a><br /><strong>Subject:</strong> 1915<br /><strong>Posted:</strong> 28-Jun-2010 at 5:10am<br /><br />Does any know how to add an existing EM. I am a newbie when it comes to devforce.]]>
   </description>
   <pubDate>Mon, 28 Jun 2010 05:10:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7438#7438</guid>
  </item> 
  <item>
   <title>exsiting ADO.Net Entity Model : How do you go about doing that,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7432#7432</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=826" rel="nofollow">Jakes</a><br /><strong>Subject:</strong> 1915<br /><strong>Posted:</strong> 26-Jun-2010 at 4:35am<br /><br />How do you go about doing that, including a pre-existing EDM into a devforce 2010 project?]]>
   </description>
   <pubDate>Sat, 26 Jun 2010 04:35:49 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7432#7432</guid>
  </item> 
  <item>
   <title>exsiting ADO.Net Entity Model : You caninclude a pre-existing...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7426#7426</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1915<br /><strong>Posted:</strong> 25-Jun-2010 at 2:15pm<br /><br /><P>You can&nbsp;include a pre-existing Entity Data Model in a DevForce project, and if you have DevForce code generation turned on, it will create the DevForce base classes for you.</P>]]>
   </description>
   <pubDate>Fri, 25 Jun 2010 14:15:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7426#7426</guid>
  </item> 
  <item>
   <title>exsiting ADO.Net Entity Model : Hi everyone  All the examples...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7420#7420</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=826" rel="nofollow">Jakes</a><br /><strong>Subject:</strong> 1915<br /><strong>Posted:</strong> 25-Jun-2010 at 1:25am<br /><br />Hi everyone<br /><br />All the examples and tutorials that Ive seen, have you creating a new entity model through the devforce process for the silverlight access. My question is, how would you link an existing entity model in another project (DAL) to a silverlight devforce project? <br /><br />Thanks guys]]>
   </description>
   <pubDate>Fri, 25 Jun 2010 01:25:39 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1915&amp;PID=7420#7420</guid>
  </item> 
 </channel>
</rss>