<?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 : Adding DevForce to an existing WebProject</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Adding DevForce to an existing WebProject</description>
  <pubDate>Sat, 11 Apr 2026 06:09:21 -700</pubDate>
  <lastBuildDate>Thu, 01 Oct 2009 18:42:31 -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=1506</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>Adding DevForce to an existing WebProject : First test if your service is...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1506&amp;PID=5556#5556</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> 1506<br /><strong>Posted:</strong> 01-Oct-2009 at 6:42pm<br /><br />First test if your service is running&nbsp; -- open your browser and navigate to <a href="http://server/webhome/EntityService.svc" target="_blank">http://server/webhome/EntityService.svc</A> (note this is<strong> EntityService.svc</strong>, not EntityServer.svc, which I'll explain in a bit.)&nbsp; If the service page displays an error it should hopefully explain why the service can't start.&nbsp; Note that the IdeaBlade.EntityModel.Server.dll must reside in the bin folder, it won't be found in the GAC.<DIV>&nbsp;</DIV><DIV>If the service does start without errors, try the SL app again, and then note what else the debuglog shows.&nbsp;&nbsp; A few lines above the "EntityServer listening ..." entry should be one that says "Using DC serializer" and another which says "EntityServer is using the SilverlightFaultBehavior".&nbsp; If these aren't present, then check that the ideablade.configuration element has the clientApplicationType="Silverlight" attribute set, and check that the endpoints defined in the serviceModel section are using the "customBinaryBinding".&nbsp; (There's a sample web.config for Silverlight in the Learning Resources under the Deployment\Snippets\Silverlight folder.)</DIV><DIV>&nbsp;</DIV><DIV>*EntityService.svc is the startup service, while EntityServer.svc is a service dedicated to a specific data source extension and is started once an EntityManager connects with a specific data source extension (or no extension at all, which is the default.)</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 01 Oct 2009 18:42:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1506&amp;PID=5556#5556</guid>
  </item> 
  <item>
   <title>Adding DevForce to an existing WebProject : I have just finished adding devforce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1506&amp;PID=5555#5555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=551" rel="nofollow">rasmus</a><br /><strong>Subject:</strong> 1506<br /><strong>Posted:</strong> 01-Oct-2009 at 4:48pm<br /><br />I have just finished adding devforce to an existing webapplication. I used the DevForce object mapper to built and add a domain model project, and a silverlight project.<DIV>&nbsp;</DIV><DIV>Then I manually edited the web application project:</DIV><DIV>&nbsp;</DIV><DIV>The EntityService.svc file</DIV><DIV>The EntityServer.svc file</DIV><DIV>Edited the web.config - adding the ideablade.config section and the services and binding to the system.serviceModel</DIV><DIV>created a log folder</DIV><DIV>included references to the DevForce Assemblies.</DIV><DIV>&nbsp;</DIV><DIV>But when I try to do a <FONT size=2></DIV><P>EntityManagerRef.ConnectAsync from my SL app, i get this error :" Unable to create proxy to EntityServer.svc service"</P><DIV></DIV><P>The log show no errors, the last log says: EntityServer listening on <a href="http://server/webhome/EntityServer.svc" target="_blank">http://server/webhome/EntityServer.svc</A></P><DIV></DIV><DIV></DIV>Am I misssing some steps here, when manually adding to an existing web application?</FONT>]]>
   </description>
   <pubDate>Thu, 01 Oct 2009 16:48:56 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1506&amp;PID=5555#5555</guid>
  </item> 
 </channel>
</rss>