<?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 : Simple Steps with ServerConsole</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Simple Steps with ServerConsole</description>
  <pubDate>Sun, 12 Apr 2026 12:14:23 -700</pubDate>
  <lastBuildDate>Wed, 28 Jul 2010 22:19:00 -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=2029</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>Simple Steps with ServerConsole : It worked YEAH!!!! I connected...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2029&amp;PID=7910#7910</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 2029<br /><strong>Posted:</strong> 28-Jul-2010 at 10:19pm<br /><br />It worked YEAH!!!! I connected to the EntityService and then connected to the database and I could see my query running. Now do I get the results of the async query into a datagrid<DIV>&nbsp;</DIV><DIV>MemberListView.xaml &nbsp;DataGrid = MembersGrid</DIV><DIV>&nbsp;</DIV><DIV>MembersListView.xaml.cs this.DataContext = aMemberModel;</DIV><DIV>&nbsp;</DIV><DIV>in FindMembers() of this class, I have a aModel.FetchMembers();</DIV><DIV>&nbsp;</DIV><DIV>After my GoMembers() in my MemberViewModel is executed and the results are added to the members collection, how does that collection get back to the grid?</DIV><DIV>&nbsp;</DIV><DIV>Bill</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 28 Jul 2010 22:19:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2029&amp;PID=7910#7910</guid>
  </item> 
  <item>
   <title>Simple Steps with ServerConsole : Since you&amp;#039;ve moved the BOS...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2029&amp;PID=7902#7902</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> 2029<br /><strong>Posted:</strong> 28-Jul-2010 at 6:49pm<br /><br />Since you've moved the BOS out of IIS the URL of the EntityService has changed slightly.&nbsp; The &lt;objectServer&gt; properties in the&nbsp;client's app.config should match those defined at the server, so it should read <EM>serviceName = "EntityService"</EM>.<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 28 Jul 2010 18:49:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2029&amp;PID=7902#7902</guid>
  </item> 
  <item>
   <title>Simple Steps with ServerConsole : I can start up the EntityService...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2029&amp;PID=7881#7881</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 2029<br /><strong>Posted:</strong> 28-Jul-2010 at 4:00pm<br /><br />I can start up the EntityService in ServerConsole just find. I can see it waiting and the debuglog says that the EntityService was created.<DIV>&nbsp;</DIV><DIV>I try to run my app and as soon as it tries to get the DefaultManager it crashes. Here my ServerConsole.exe.config</DIV><DIV>&nbsp;</DIV><DIV>&lt;?xml version="1.0"?&gt;<BR>&lt;configuration&gt;<BR>&nbsp; &lt;configSections&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;section name="ideablade.configuration" type="IdeaBlade.Core.Configuration.IdeaBladeSection, IdeaBlade.Core"/&gt;<BR>&nbsp; &lt;/configSections&gt;</DIV><DIV>&nbsp; &lt;ideablade.configuration version="6.00" xmlns="<a href="http://schemas.ideablade.com/2010/IdeaBladeC&#111;nfig" target="_blank">http://schemas.ideablade.com/2010/IdeaBladeConfig</A>"&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;logging logFile="DebugLog.xml"/&gt;</DIV><DIV>&nbsp;&nbsp; &lt;objectServer remoteBaseURL="<a href="http://192.168.1.101" target="_blank">http://192.168.1.101</A>" serverPort="9009" serviceName="EntityService" &gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;clientSettings isDistributed="true" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/objectServer&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;!-- Additional configuration can be added to override defaults. <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; See the sample config files in the Learning Resources for more information.<BR>&nbsp;&nbsp;&nbsp; --&gt;<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;<BR>&nbsp; &lt;/ideablade.configuration&gt;<BR>&nbsp; &lt;connectionStrings&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;add name="TicketWareEntities" connectionString="metadata=res://*/TicketWare.csdl|res://*/TicketWare.ssdl|res://*/TicketWare.msl;provider=System.Data.SqlClient;provider connection string=&amp;quot;Data Source=192.168.1.103:1433;Initial Catalog=SEIU99;User ID=ususer;Password=thithanh;MultipleActiveResultSets=True&amp;quot;" providerName="System.Data.EntityClient" /&gt;<BR>&nbsp; &lt;/connectionStrings&gt;<BR>&nbsp; <BR>&lt;/configuration&gt;</DIV><DIV>&nbsp;</DIV><DIV>and here is my app.config</DIV><DIV>&nbsp;</DIV><DIV>&lt;?xml version="1.0"?&gt;<BR>&lt;configuration&gt;<BR>&nbsp; &lt;configSections&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;section name="ideablade.configuration" type="IdeaBlade.Core.Configuration.IdeaBladeSection, IdeaBlade.Core"/&gt;<BR>&nbsp; &lt;/configSections&gt;</DIV><DIV>&nbsp; &lt;ideablade.configuration version="6.00" xmlns="<a href="http://schemas.ideablade.com/2010/IdeaBladeC&#111;nfig" target="_blank">http://schemas.ideablade.com/2010/IdeaBladeConfig</A>"&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;logging logFile="DebugLog.xml"/&gt;</DIV><DIV>&nbsp;&nbsp; &lt;objectServer remoteBaseURL="<a href="http://192.168.1.101" target="_blank">http://192.168.1.101</A>" serverPort="9009" serviceName="EntityService.svc" &gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;clientSettings isDistributed="true" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/objectServer&gt; </DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;!-- Additional configuration can be added to override defaults. <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; See the sample config files in the Learning Resources for more information.<BR>&nbsp;&nbsp;&nbsp; --&gt;<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;<BR>&nbsp; &lt;/ideablade.configuration&gt;<BR>&nbsp; &lt;!--&lt;connectionStrings&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;add name="TicketWareEntities" connectionString="metadata=res://*/TicketWare.csdl|res://*/TicketWare.ssdl|res://*/TicketWare.msl;provider=System.Data.SqlClient;provider connection string=&amp;quot;Data Source=DBSERVER;Initial Catalog=SEIU99;User ID=ususer;Password=thithanh;MultipleActiveResultSets=True&amp;quot;" providerName="System.Data.EntityClient" /&gt;<BR>&nbsp; &lt;/connectionStrings&gt;--&gt;<BR>&nbsp; <BR>&lt;/configuration&gt;</DIV><DIV>&nbsp;</DIV><DIV>Am I missing something here?</DIV><DIV>&nbsp;</DIV><DIV>Bill</DIV>]]>
   </description>
   <pubDate>Wed, 28 Jul 2010 16:00:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2029&amp;PID=7881#7881</guid>
  </item> 
 </channel>
</rss>