P Phiban Member Joined Jul 11, 2006 Messages 22 Programming Experience Beginner Jul 11, 2006 #1 Hi all, I'm hoping you maybe able to help me with this. I'm looking for a RMI equivalent for vb.net. Any help would be great thanks Phil
Hi all, I'm hoping you maybe able to help me with this. I'm looking for a RMI equivalent for vb.net. Any help would be great thanks Phil
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,873 Location Norway Programming Experience 10+ Jul 11, 2006 #2 Not directly, but it fits in the IPC category where there are many options, some listed here http://www.vbdotnetforums.com/showpost.php?p=33769&postcount=5 Most common is using socket programming, web services or remoting. Upvote 0 Downvote
Not directly, but it fits in the IPC category where there are many options, some listed here http://www.vbdotnetforums.com/showpost.php?p=33769&postcount=5 Most common is using socket programming, web services or remoting.
cjard Well-known member Joined Apr 25, 2006 Messages 7,081 Programming Experience 10+ Jul 12, 2006 #3 I thought .net Remoting was the logical equivalent of Remote Method Invocation? Upvote 0 Downvote