
07-29-2005, 11:44 AM
|
|
Newcomer
|
|
Join Date: Jul 2005
Posts: 2
|
|
Creating a remote server
|
Hiyo!
I'm trying to follow Microsoft's nice simple tutorial for creating a remote server in VB.Net: http://support.microsoft.com/default...300951&SD=MSDN
I'm using standard edition, and I'm wondering if this is the reason I'm getting the error. Basically, when I'm creating the actual application, I can not use the following object:
Imports System.Runtime.Remoting.Channels.Tcp
I can import the System.Runtime.Remoting.Channels, but the .Tcp object is not recognized. Do I have to have Visual Studio to use this? Or, what am I missing?
-Jess
|
|