<?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 : App.Config not found</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : App.Config not found</description>
  <pubDate>Tue, 28 Apr 2026 06:34:33 -700</pubDate>
  <lastBuildDate>Tue, 31 Mar 2009 15:46:44 -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=1176</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>App.Config not found : This is a different error than...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1176&amp;PID=4226#4226</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1176<br /><strong>Posted:</strong> 31-Mar-2009 at 3:46pm<br /><br />This is a different error than you originally received, so your app.config is now being found.&nbsp; The license should be located in the "CaseManager.DomainModel.Client" assembly.&nbsp; First make sure that this is in fact the assembly name - which should be the same on both the Silverlight client and the web sides, as shown in the "Next Steps" example and described in the notes.&nbsp; It's possible that the actual assembly name is "CaseManager.DomainModel", while the project names&nbsp;have the .Client and .Server extensions.&nbsp; Double check the project properties to verify the correct assembly name.<DIV>&nbsp;</DIV><DIV>The "server side" assemblies - the ones suffixed with .Server and .EF - are not used within the Sillverlight application and can be removed from the probe names.</DIV><DIV>&nbsp;</DIV><DIV>Chapter 9 in the Developer Guide has more information on troubleshooting a Silverlight application.</DIV>]]>
   </description>
   <pubDate>Tue, 31 Mar 2009 15:46:44 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1176&amp;PID=4226#4226</guid>
  </item> 
  <item>
   <title>App.Config not found : Thanks.  Using the &amp;#034;NextSilverlightApp&amp;#034;...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1176&amp;PID=4225#4225</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=455" rel="nofollow">shanah</a><br /><strong>Subject:</strong> 1176<br /><strong>Posted:</strong> 31-Mar-2009 at 2:44pm<br /><br />Thanks.<DIV></DIV><DIV></DIV>Using the "NextSilverlightApp" as a guide, I created an App.config as follows:<DIV><FONT color=#0000ff size=2></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2>&lt;?</FONT><FONT color=#a31515 size=2>xml</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>version</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>1.0</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>encoding</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>utf-8</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>?&gt;</DIV><DIV><P>&lt;</FONT><FONT color=#a31515 size=2>configuration</FONT><FONT color=#0000ff size=2>&gt;</P><P>&lt;</FONT><FONT color=#a31515 size=2>configSections</FONT><FONT color=#0000ff size=2>&gt;</P><P>&lt;</FONT><FONT color=#a31515 size=2>section</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>name</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>ideaBlade.v4</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>type</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>IdeaBlade.Util.Configuration.v4.IdeaBladeSection, IdeaBlade.Util.v4</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2> /&gt;</P><P>&lt;/</FONT><FONT color=#a31515 size=2>configSections</FONT><FONT color=#0000ff size=2>&gt;</P><P>&lt;</FONT><FONT color=#a31515 size=2>ideaBlade.v4</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>version</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>4.00</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>updateFromDomainModelConfig</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>No</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>clientApplicationType</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>Silverlight</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>&gt;</P><P>&lt;</FONT><FONT color=#a31515 size=2>objectServer</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>isDistributed</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>true</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>remoteBaseURL</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>http://localhost</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>serverPort</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>9009</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>serviceName</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>EntityService.svc</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2> /&gt;</P><P>&lt;</FONT><FONT color=#a31515 size=2>edmKeys</FONT><FONT color=#0000ff size=2>&gt;</P><P>&lt;</FONT><FONT color=#a31515 size=2>edmKey</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>name</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>Default</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>&gt;</P><P>&lt;</FONT><FONT color=#a31515 size=2>probeAssemblyNames</FONT><FONT color=#0000ff size=2>&gt;</P><P>&lt;</FONT><FONT color=#a31515 size=2>probeAssemblyName</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>name</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2>CaseManager.DomainModel.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</FONT><FONT size=2>"</FONT><FONT color=#0000ff size=2> /&gt;</P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>&lt;</FONT><FONT color=#a31515 size=2>probeAssemblyName</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>name</FONT><FONT color=#0000ff size=2>=</FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2>CaseManager.DomainModel.Server</FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2> /&gt;</P><P>&lt;</FONT><FONT color=#a31515 size=2>probeAssemblyName</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>name</FONT><FONT color=#0000ff size=2>=</FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2>CaseManager.DomainModel.EF</FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2> /&gt;</P><P></FONT>&lt;/</FONT><FONT color=#a31515 size=2>probeAssemblyNames</FONT><FONT color=#0000ff size=2>&gt;</P><P>&lt;/</FONT><FONT color=#a31515 size=2>edmKey</FONT><FONT color=#0000ff size=2>&gt;</P><P>&lt;/</FONT><FONT color=#a31515 size=2>edmKeys</FONT><FONT color=#0000ff size=2>&gt;</P><P>&lt;/</FONT><FONT color=#a31515 size=2>ideaBlade.v4</FONT><FONT color=#0000ff size=2>&gt;</P><P>&lt;/</FONT><FONT color=#a31515 size=2>configuration</FONT><FONT color=#0000ff size=2>&gt;</P></FONT></DIV><DIV>CaseManager.DomainModel.Client is the Silverlight assembly that contains linked files to the domain, CaseManager.DomainModel.Server is the assembly that contains DevForce domain objects, and the EF namespace is the project containing the EntityFramework.&nbsp; I tried all three as probAssemblyName references, then each individually.&nbsp; Each time I receiving the following error:&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>"No license found after probing all assemblies in the config file - Check for valid probeAssemblyNames in the config file."</DIV><DIV>&nbsp;</DIV><DIV>Where&nbsp;should it&nbsp;be pointing to find the license?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 31 Mar 2009 14:44:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1176&amp;PID=4225#4225</guid>
  </item> 
  <item>
   <title>App.Config not found : In a DevForce Silverlight client...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1176&amp;PID=4218#4218</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1176<br /><strong>Posted:</strong> 31-Mar-2009 at 9:25am<br /><br />In a DevForce Silverlight client application, the app.config must be set as an embedded resource in the Silverlight application project assembly, and must also be named "app.config".&nbsp;&nbsp; Also make sure that there are no errors in the config&nbsp; file - eg, a missing end element tag or something similar which would cause the configuration not to load.<DIV>&nbsp;</DIV><DIV>There is no default version, but the app.config found in any of the sample Silverlight applications is a good starting point.&nbsp; Your app.config will contain edmKey and probe assembly name information specific to your own configuration.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 31 Mar 2009 09:25:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1176&amp;PID=4218#4218</guid>
  </item> 
  <item>
   <title>App.Config not found : I have created a new Silverlight...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1176&amp;PID=4212#4212</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=455" rel="nofollow">shanah</a><br /><strong>Subject:</strong> 1176<br /><strong>Posted:</strong> 30-Mar-2009 at 5:13pm<br /><br />I have created a new Silverlight application with Devforce SL, using the "NextSilverlightApp" Page.XAML as a model for the NoteSearch page.&nbsp; <DIV>&nbsp;</DIV><DIV>When NoteSearch.XAML connects to the EntityManager, I receive the following error: </DIV><DIV>&nbsp;</DIV><DIV>Unable to locate default version of the 'app.config' file - Please contact IdeaBlade tech support</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I have tried placing a copy of the app.config from the DomainModel project into the other projects in my application, and have changed the properties so the app.config is an Embedded Resource (from suggestions in Dev Manual).&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>What is the default version of the app.config file, and where does it need to be located?&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Here's the stack trace:</DIV><DIV>&nbsp;</DIV><DIV>IdeaBlade.Util.v4.IdeaBladeException was unhandled by user code<BR>&nbsp; Message="Unable to locate default version of the 'app.config' file - Please contact IdeaBlade tech support"<BR>&nbsp; StackTrace:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.Util.v4.IdeaBladeConfig.DeserializeFromUtil(List`1 tryList)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.Util.v4.IdeaBladeConfig.InitializeFromSource()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.Util.v4.IdeaBladeConfig.Initialize()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.Util.v4.IdeaBladeConfig.get_Instance()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.Util.v4.IdeaBladeConfig.AssertNonDefaultVersion()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.EntityModel.v4.EntityManager..ctor(Boolean shouldConnect, String dataSourceExtension, EntityServiceOption entityServiceOption)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at IdeaBlade.EntityModel.v4.EntityManager..ctor(Boolean shouldConnect)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at CaseManager.DomainModel.DomainModelEntityManager..ctor(Boolean shouldConnect)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at CaseManager.Applet.Note.Views.NoteSearch.CreateEntityManager()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at CaseManager.Applet.Note.Views.NoteSearch.Page_Loaded(Object sender, RoutedEventArgs e)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at System.Windows.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)<BR>&nbsp; InnerException: <BR></DIV>]]>
   </description>
   <pubDate>Mon, 30 Mar 2009 17:13:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1176&amp;PID=4212#4212</guid>
  </item> 
 </channel>
</rss>