HighTechTalks DotNet Forums  

MSDN .Net Remoting Sample ?

VB.net microsoft.public.dotnet.languages.vb


Discuss MSDN .Net Remoting Sample ? in the VB.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #11  
Old   
Danny
 
Posts: n/a

Default RE: MSDN .Net Remoting Sample ? - 06-25-2010 , 05:28 AM






The solution I found was to make sure in the config file the client project name is in the application tags, as shown below.

I've had to take out the opening tag braces to post here or the site thinks I'm trying to attacck it but you'll get the idea

configuration>
system.runtime.remoting>
application>
Remotingclient> <--This needs to be the name of your client program
wellknown
type="RemotableType, RemotableType"
url="http://localhost:8989/RemotableType.rem"
/>
/Remotingclient>
/application>
/system.runtime.remoting>
/configuration>


Have fun

From http://www.developmentnow.com/g/38_2006_2_0_0_701411/MSDN-Net-Remoting-Sample-.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.