<?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 : Prism Explorer app.config files</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Prism Explorer app.config files</description>
  <pubDate>Tue, 28 Apr 2026 22:46:08 -700</pubDate>
  <lastBuildDate>Fri, 25 Sep 2009 08:42:55 -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=1493</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>Prism Explorer app.config files : Thank you for the explanation...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1493&amp;PID=5477#5477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=587" rel="nofollow">cjohnson84</a><br /><strong>Subject:</strong> 1493<br /><strong>Posted:</strong> 25-Sep-2009 at 8:42am<br /><br />Thank you for the explanation Ward!&nbsp; I'm working on writing my own sample application utilizing Prism and Devforce and your explanation got me over the config file hurdle I was experiencing.]]>
   </description>
   <pubDate>Fri, 25 Sep 2009 08:42:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1493&amp;PID=5477#5477</guid>
  </item> 
  <item>
   <title>Prism Explorer app.config files : There would be an app.config in...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1493&amp;PID=5474#5474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=482" rel="nofollow">WardBell</a><br /><strong>Subject:</strong> 1493<br /><strong>Posted:</strong> 24-Sep-2009 at 1:17pm<br /><br />There would be an app.config in ModelExplorer.ModelDF&nbsp;<strong>by default</strong>.&nbsp; That's the way comes out-of-the-box from the DevForce Object Mapper (OM) with its default settings. <DIV>&nbsp;</DIV><DIV>However,&nbsp;the only Silverlight CLIENT app.config that DevForce needs ... or uses ... is the one in the Silverlight application project ... which is the "Shell" project&nbsp;in Prism Explorer.</DIV><DIV>&nbsp;</DIV><DIV>People get really confused when there are a bunch of&nbsp;app.configs around. I had already moved the OM generated app.config to the Silverlight application project (or maybe OM did it automatigically ... I don't remember).</DIV><DIV>&nbsp;</DIV><DIV>I didn't need one in "ModelDF" anymore. So I removed this unnecessary config and I told the Object Mapper not to create a new one (there's a check box for that).</DIV><DIV>&nbsp;</DIV><DIV>There is one more app.config hanging around; it's&nbsp;in the&nbsp;ModelExplorer.ModelEF project.&nbsp;That one is for EntityFramework's own use; DevForce does not see or care about it.</DIV><DIV>&nbsp;</DIV><DIV><EM>Aside: if your DevForce and Entity Framework are in the same project, they can share the same&nbsp;app.config and there will be one there at least for EF's use. Just remember, DevForce only cares about the app.config in the APPLICATION project; thus, the app.config that supports Entity Framework doesn't have to have any DevForce in it at all.</EM></DIV><DIV>&nbsp;</DIV><DIV>Finally, there is the web.config in the SERVER project which serves the same purpose as an app.config. You will find that it has some of the material (the EDMKeys)&nbsp;that is&nbsp;in the CLIENT app.config. Of course it does *not* have connection strings; these are only needed ... and should only appear ... on the server-side.</DIV><DIV>&nbsp;</DIV><DIV>Summary:</DIV><DIV>&nbsp;</DIV><DIV>It is easy to accumulate confusing and unnecessary configuration files. All you really&nbsp;need are:</DIV><UL><LI>app.config in the Silverlight client application project <LI>app.config in the EntityFramework project (for EF purposes) <LI>web.config in the server project.</LI></UL><span style="font-size:10px"><br /><br />Edited by WardBell - 24-Sep-2009 at 1:20pm</span>]]>
   </description>
   <pubDate>Thu, 24 Sep 2009 13:17:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1493&amp;PID=5474#5474</guid>
  </item> 
  <item>
   <title>Prism Explorer app.config files : I&amp;#039;ve just started working...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1493&amp;PID=5473#5473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=587" rel="nofollow">cjohnson84</a><br /><strong>Subject:</strong> 1493<br /><strong>Posted:</strong> 24-Sep-2009 at 12:40pm<br /><br />I've just started working with DevForce for Silverlight and I've been reviewing the Prism Explorer example project.&nbsp; I'm confused by the location of the app.config files in the various projects that make up the solution.&nbsp; There is an app.config file only in the PrismExplorer.Shell project.&nbsp; Why isn't there an app.config file in the ModelExplorer.ModelDF project?&nbsp; I've read through the "Understanding the App.Configs" section of the DevForce v5.2.2 Developer Guide and it seems as if there should be an app.config file in this project.]]>
   </description>
   <pubDate>Thu, 24 Sep 2009 12:40:18 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1493&amp;PID=5473#5473</guid>
  </item> 
 </channel>
</rss>