<?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 : Multiple databases from Silverlight</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2012 : Multiple databases from Silverlight</description>
  <pubDate>Sat, 11 Apr 2026 03:32:48 -700</pubDate>
  <lastBuildDate>Fri, 05 Jul 2013 14:30:14 -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=4208</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>Multiple databases from Silverlight : Hi  That did the trick :-)  Thanks, Rasmus...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16544#16544</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> 4208<br /><strong>Posted:</strong> 05-Jul-2013 at 2:30pm<br /><br />Hi<br /><br />That did the trick :-)<br /><br />Thanks,<br />Rasmus]]>
   </description>
   <pubDate>Fri, 05 Jul 2013 14:30:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16544#16544</guid>
  </item> 
  <item>
   <title>Multiple databases from Silverlight : Your EntityServer_Demonstration.svc...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16543#16543</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> 4208<br /><strong>Posted:</strong> 05-Jul-2013 at 1:56pm<br /><br />Your EntityServer_Demonstration.svc should contain the following:<br /><br />&lt;%@ServiceHost language=”C#”&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> Service="IdeaBlade.EntityModel.Server.EntityServer, Demonstration" <br /> Factory="IdeaBlade.EntityModel.Server.EntityServerHostFactory"<br />%&gt;<br /><br />You don't need an EntityService_Demonstration.svc.<br /><br />There's more information on how to pass parameters to the service in the <a href="http://drc.ideablade.com/devforce-2012/bin/view/&#068;ocumentati&#111;n/code-sample-c&#111;nfigurati&#111;n-files#HIIS-relatedfiles" target="_blank">samples</a>.]]>
   </description>
   <pubDate>Fri, 05 Jul 2013 13:56:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16543#16543</guid>
  </item> 
  <item>
   <title>Multiple databases from Silverlight : Hi  I do not use the ServiceVirtualPathProvider....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16542#16542</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> 4208<br /><strong>Posted:</strong> 05-Jul-2013 at 12:58pm<br /><br />Hi<br /><br />I do not use the ServiceVirtualPathProvider. I have “real” EntityServer.svc and EntityService.svc files, and for the extension (which is “Demonstration”) I have EntityServer_Demonstration.svc and EntityService_Demonstration.svc. I can confirm that the *.svc files are used by the client, just no parameters are transferred.<br /><br />So if I understand you correctly, does this mean that the fact that I do not use  ServiceVirtualPathProvider means that I am not able to transfer the parameters?<br /><br />Can you show me a way to set up the ServiceVirtualPathProvider to be used instead of my physical EntityServer.svc and EntityService.svc files?<br /><br />I would like if I could keep the URL for the services, and not have the "/sl" extension added.<br /><br />Best regards,<br />Rasmus]]>
   </description>
   <pubDate>Fri, 05 Jul 2013 12:58:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16542#16542</guid>
  </item> 
  <item>
   <title>Multiple databases from Silverlight : Yes, I can confirm this works...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16540#16540</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> 4208<br /><strong>Posted:</strong> 05-Jul-2013 at 11:29am<br /><br />Yes, I can confirm this works in 7.1.2.<br /><br />Are you registering the DevForce ServiceVirtualPathProvider in your global.asa application start logic?  Have you implemented a custom ServiceProxyEvents or ServiceHostEvents?  DevForce will use a separate EntityServer service for each data source extension, and gets that extension from the URL.  If you're doing anything to modify the URL then that might be the problem.  <br /><br />DevForce can also be somewhat picky about the characters in the extension: "+", "-" and "_" characters can cause problems.<br />]]>
   </description>
   <pubDate>Fri, 05 Jul 2013 11:29:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16540#16540</guid>
  </item> 
  <item>
   <title>Multiple databases from Silverlight : Hi  I have tried passing to the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16539#16539</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> 4208<br /><strong>Posted:</strong> 05-Jul-2013 at 11:00am<br /><br />Hi<br /><br />I have tried passing to the constructor. Can you confirm this to be working. I am running version 7.1.2 (Silverlight)<br /><br />Best regards,<br />Rasmus]]>
   </description>
   <pubDate>Fri, 05 Jul 2013 11:00:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16539#16539</guid>
  </item> 
  <item>
   <title>Multiple databases from Silverlight : The data source extension needs...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16536#16536</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> 4208<br /><strong>Posted:</strong> 05-Jul-2013 at 10:20am<br /><br />The data source extension needs to be passed into the EntityManager constructor.  If you're providing it only as a LoginOption to the Authenticator then this isn't sufficient for the EM to use the extension when querying and saving.]]>
   </description>
   <pubDate>Fri, 05 Jul 2013 10:20:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16536#16536</guid>
  </item> 
  <item>
   <title>Multiple databases from Silverlight : Hi   Thank you for your reply  This...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16530#16530</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> 4208<br /><strong>Posted:</strong> 04-Jul-2013 at 8:05am<br /><br />Hi <br /><br />Thank you for your reply<br /><br />This parameter passed to the IDataSourceKeyResolver is blank no matter what i pass in as parameter from the client.<br /><br />Best regards,<br />Rasmus]]>
   </description>
   <pubDate>Thu, 04 Jul 2013 08:05:16 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16530#16530</guid>
  </item> 
  <item>
   <title>Multiple databases from Silverlight : Data source extensions work the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16529#16529</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> 4208<br /><strong>Posted:</strong> 04-Jul-2013 at 7:34am<br /><br />Data source extensions work the same with a Silverlight client as they do in other types of applications.  Each extension results in a different EntityServer service URL, so you will see a URL like EntityServer_AA.svc for an "AA" extension.  This extension is used to form the EdmKey/DbKey name used to resolve the connection string.<br /><br />The extension should be passed as a parameter into the GetKey method in your IDataSourceKeyResolver.  What are you seeing?  ]]>
   </description>
   <pubDate>Thu, 04 Jul 2013 07:34:04 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16529#16529</guid>
  </item> 
  <item>
   <title>Multiple databases from Silverlight : Hi  Is this possible using a silvelight...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16527#16527</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> 4208<br /><strong>Posted:</strong> 03-Jul-2013 at 5:34pm<br /><br />Hi<br /><br />Is this possible using a silvelight client? <br /><br />http://drc.ideablade.com/xwiki/bin/view/Documentation/create-entitymanager-datasource-extension<br /><br />When I add datasourceExtension to my login, Instead of the EM using another connection on the server, it tries connect to another EntityService_XXX. Is this by design?<br /><br />I have also implemented a IDataSourceKeyResolver on the server, but no matter what I do, no keyExtension is passed to the implementation.<br /><br />Hope you can help<br /><br />Best regards,<br />Rasmus]]>
   </description>
   <pubDate>Wed, 03 Jul 2013 17:34:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4208&amp;PID=16527#16527</guid>
  </item> 
 </channel>
</rss>