<?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 : Server not responding</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Server not responding</description>
  <pubDate>Tue, 21 Apr 2026 14:10:04 -700</pubDate>
  <lastBuildDate>Thu, 10 Jun 2010 10:09:18 -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=1874</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>Server not responding : Fixing the clientconfig file seems...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1874&amp;PID=7249#7249</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=780" rel="nofollow">jmpinchot</a><br /><strong>Subject:</strong> 1874<br /><strong>Posted:</strong> 10-Jun-2010 at 10:09am<br /><br />Fixing the clientconfig file seems to have done the trick. Thanks for the help. It's always something stupid :)]]>
   </description>
   <pubDate>Thu, 10 Jun 2010 10:09:18 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1874&amp;PID=7249#7249</guid>
  </item> 
  <item>
   <title>Server not responding : First, the Login problem - If...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1874&amp;PID=7247#7247</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> 1874<br /><strong>Posted:</strong> 10-Jun-2010 at 8:26am<br /><br />First, the Login problem - If everything was working in 6.0.1 and started failing after the 6.0.3 upgrade the most likely problem is that the assemblies have somehow gotten out-of-sync, or are cached by IIS.&nbsp; When making the upgrade you should re-save your entity models to ensure the generated code is current, then clean and re-build all projects, then publish/deploy to IIS.&nbsp; If the error recurs, check the debuglog generated by DevForce -- if the EntityServer couldn't be started the log should contain an error message.<DIV>&nbsp;</DIV><DIV>The second issue - the ServiceReferences.ClientConfig file is not a requirement, since DevForce defaults may be sufficient.&nbsp; In your file the address for the EntityServer is incorrect, it's pointing to EntityService.svc and not <strong>EntityServer</strong>.svc.&nbsp; If you were using this ClientConfig in your original app with the Login problem, then this is the problem there too.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 10 Jun 2010 08:26:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1874&amp;PID=7247#7247</guid>
  </item> 
  <item>
   <title>Server not responding :  This morning I&amp;#039;ve tried...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1874&amp;PID=7243#7243</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=780" rel="nofollow">jmpinchot</a><br /><strong>Subject:</strong> 1874<br /><strong>Posted:</strong> 10-Jun-2010 at 6:30am<br /><br />This morning I've tried to start from scratch and created a new separate model project. This project does not make use of a login manager at all. Everything works fine when I run within Visual Studio. The problem starts when I attempt to run from my Local IIS web server. <br><br>To that end here's my ServiceReferences.ClientConfig file. Maybe I'm missing something here?<br><br><table width="99%"><tr><td class="BBquote">&lt;configuration&gt;<br>&nbsp; &lt;system.serviceModel&gt;<br>&nbsp;&nbsp;&nbsp; &lt;client&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint name="EntityService"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address="http://localhost/eCustody/EntityService.svc/sl"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="customBinaryBinding"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.IEntityServiceContractAsync"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint name="EntityServer"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address="http://localhost/eCustody/EntityService.svc/sl"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="customBinaryBinding"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.IEntityServerContractAsync"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/client&gt;<br>&nbsp;&nbsp;&nbsp; &lt;bindings&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;customBinding&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- Custom binding using http, binary encoding, no security --&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;binding name="customBinaryBinding"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;binaryMessageEncoding/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;httpTransport maxReceivedMessageSize="2147483647" maxBufferSize="2147483647" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/binding&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/customBinding&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/bindings&gt;<br>&nbsp; &lt;/system.serviceModel&gt;<br>&lt;/configuration&gt;<br></td></tr></table><br><span style="font-size:10px"><br /><br />Edited by jmpinchot - 10-Jun-2010 at 6:35am</span>]]>
   </description>
   <pubDate>Thu, 10 Jun 2010 06:30:41 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1874&amp;PID=7243#7243</guid>
  </item> 
  <item>
   <title>Server not responding : I switched from 6.0.1.0 to 6.0.3.0...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1874&amp;PID=7229#7229</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=780" rel="nofollow">jmpinchot</a><br /><strong>Subject:</strong> 1874<br /><strong>Posted:</strong> 09-Jun-2010 at 12:55pm<br /><br />I switched from 6.0.1.0 to 6.0.3.0 this afternoon and now my silverlight application is unable to talk to the BOS. Now when I attempt to call LoginAsync I get the following error.<br><br><table width="99%"><tr><td class="BBquote">The Login could not be completed because the server did not respond.&nbsp; Check that the server is available and contains a clientApplicationType='Silverlight' configuration setting.<br></td></tr></table><br><br>My Web.Config is shown below. My custom login manager is in the web project itself and it never had a problem being found before. I've tried copying this configuration over to the App.Config in my equivalent of the DomainModel assembly, but the error persists. What exactly am I missing? <br><br>The application itself is being deployed to my local IIS server.<br><br><table width="99%"><tr><td class="BBquote">&lt;configuration&gt;<br>&nbsp; <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;<br>&nbsp; <br>&nbsp; &lt;connectionStrings&gt;<br>&nbsp;&nbsp;&nbsp; &lt;add name="CoreEntities" connectionString="..." /&gt;&nbsp; <br>&nbsp; &lt;/connectionStrings&gt;<br><br>&nbsp; &lt;ideablade.configuration version="6.00" xmlns="http://schemas.ideablade.com/2010/IdeaBladeConfig" &gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;logging logFile="log\DebugLog.xml"/&gt;<br><br>&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><br>&nbsp;&nbsp;&nbsp; &lt;objectServer&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;serverSettings supportedClientApplicationType="Silverlight"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/objectServer&gt;<br>&nbsp; &lt;/ideablade.configuration&gt;<br>&nbsp; <br>&nbsp; &lt;system.web&gt;<br>&nbsp;&nbsp;&nbsp; &lt;compilation debug="true" targetFramework="4.0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;authentication mode="Forms"/&gt;<br>&nbsp; &lt;/system.web&gt;<br><br>&nbsp; &lt;system.webServer&gt;<br>&nbsp;&nbsp;&nbsp; &lt;modules&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add name="RequestDBModule" type="TradePMR.eCustody.Web.RequestDBModule"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/modules&gt;<br>&nbsp; &lt;/system.webServer&gt;<br>&nbsp; <br>&nbsp; &lt;system.serviceModel&gt;<br>&nbsp;&nbsp;&nbsp; &lt;serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" /&gt;<br>&nbsp; &lt;/system.serviceModel&gt;<br>&lt;/configuration&gt;<br></td></tr></table><br>]]>
   </description>
   <pubDate>Wed, 09 Jun 2010 12:55:36 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1874&amp;PID=7229#7229</guid>
  </item> 
 </channel>
</rss>