<?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 : Remote server method</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Remote server method</description>
  <pubDate>Sun, 12 Apr 2026 08:51:12 -700</pubDate>
  <lastBuildDate>Thu, 19 Jan 2012 11:47:37 -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=3215</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>Remote server method : Thanks for the suggestion katit....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12495#12495</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3215<br /><strong>Posted:</strong> 19-Jan-2012 at 11:47am<br /><br />Thanks for the suggestion katit. I'm adding this as a feature request.]]>
   </description>
   <pubDate>Thu, 19 Jan 2012 11:47:37 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12495#12495</guid>
  </item> 
  <item>
   <title>Remote server method :   I was playing with those yesterday....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12490#12490</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1264" rel="nofollow">katit</a><br /><strong>Subject:</strong> 3215<br /><strong>Posted:</strong> 18-Jan-2012 at 8:59pm<br /><br />I was playing with those yesterday. Suggestion: Somehow make it work if DLL names differ. I think it's common to name DLL's like <strong>MyData.DLL</strong> and <strong>MyData.SL.dll</strong> which will make Delegate impossible..<div>&nbsp;</div><div>Doing it by type name is not good at all..</div>]]>
   </description>
   <pubDate>Wed, 18 Jan 2012 20:59:17 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12490#12490</guid>
  </item> 
  <item>
   <title>Remote server method : Yes, that&amp;#039;s because I didn&amp;#039;t...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12488#12488</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3215<br /><strong>Posted:</strong> 18-Jan-2012 at 8:06pm<br /><br />Yes, that's because I didn't change the typeName on the second method since I was illustrating an example for ServerMethodDelegate. To make the second button works, change the typeName to<div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div>var typeName = "DomainModel.ServerMethods, DomainModel";</div><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Wed, 18 Jan 2012 20:06:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12488#12488</guid>
  </item> 
  <item>
   <title>Remote server method : Hi. Sorry. I don&#194;&#180;t see the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12487#12487</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1114" rel="nofollow">rbautistaole</a><br /><strong>Subject:</strong> 3215<br /><strong>Posted:</strong> 18-Jan-2012 at 6:49pm<br /><br /><P>Hi.</P><DIV>Sorry.</DIV><DIV>I don´t see the point. I get an error in the second button, but this is invoke the rsm with the typename and methodName not with the ServerMethodDelegate.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 18 Jan 2012 18:49:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12487#12487</guid>
  </item> 
  <item>
   <title>Remote server method :  Hi rbautistaole,This is one...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12474#12474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3215<br /><strong>Posted:</strong> 17-Jan-2012 at 3:33pm<br /><br />Hi rbautistaole,<div><br></div><div>This is one of those things that are clearer to see than explain. I've modified the Silverlight_RSM sample here to show what this means. Basically the structure of the solution is:</div><div><br></div><div>DomainModel</div><div>DomainModel.SL - Has file links to DomainModel. If you look at this project properties, I had changed the Assembly Name to DomainModel instead of DomainModel.SL</div><div>SimpleECS - Has reference to DomainModel.SL</div><div>SimpleECSWeb - Has reference to DomainModel</div><div><br></div><div><a href="uploads/912/SimpleECS.zip" target="_blank">uploads/912/SimpleECS.zip</a><br></div><div><br></div><div>Hope this helps.</div><span style="font-size:10px"><br /><br />Edited by DenisK - 17-Jan-2012 at 4:56pm</span>]]>
   </description>
   <pubDate>Tue, 17 Jan 2012 15:33:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12474#12474</guid>
  </item> 
  <item>
   <title>Remote server method :  Hi. I&#194;&#180;m test the silverlight...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12464#12464</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1114" rel="nofollow">rbautistaole</a><br /><strong>Subject:</strong> 3215<br /><strong>Posted:</strong> 13-Jan-2012 at 8:55am<br /><br /><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas><DIV>Hi.</DIV><DIV>I´m test the silverlight sample to rsm. In the code i found this comments </DIV><DIV>&nbsp;</DIV><DIV>// Using type/method names is not resilient to changes, but using the ServerMethodDelegate means that you must define a class/method stub on the client</FONT></FONT></FONT><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas> and use the same assembly name.</FONT></FONT></FONT></DIV><DIV><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas></FONT></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas>What do you mean with "and use the same assembly name."?</FONT></FONT></FONT></DIV><DIV><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas>thanks.</FONT></FONT></FONT></DIV><DIV><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas>&nbsp;</DIV></FONT></FONT></FONT>]]>
   </description>
   <pubDate>Fri, 13 Jan 2012 08:55:05 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3215&amp;PID=12464#12464</guid>
  </item> 
 </channel>
</rss>