DrunkenJess
07-29-2005, 11:44 AM
Hiyo!
I'm trying to follow Microsoft's nice simple tutorial for creating a remote server in VB.Net: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q300951&ID=kb;en-us;Q300951&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
I'm trying to follow Microsoft's nice simple tutorial for creating a remote server in VB.Net: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q300951&ID=kb;en-us;Q300951&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