Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.net Remoting - any good VB resources?

Status
Not open for further replies.

Custom24

Programmer
Nov 27, 2001
591
GB
Hi
I'm trying to get some of the simple .net remoting examples on the net up and running, but I have two problems

1. Most of them are in C#
2. (More seriously) - most of them are console apps compiled from the command line - I can't get them running within VS.net - they all fail at the line

RemotingConfiguration.RegisterWellKnownServiceType(Type.GetType("Class1"), "SayHello", WellKnownObjectMode.SingleCall)

and I can't figure out why

Has anyone seen any VB VS.net examples on their travels
Thanks
Mark [openup]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top