|
-
December 29th, 2002, 06:49 AM
#1
Problem with remoting and namespaces
Hi, I'm kinda new to .NET and C#. The current problem is I can't get this "Remote Hello" example working because of namespaces.
On the beginning of code I have:
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
And the problem is with tle last line - every time I try to compile it, I get an error stating:
The type or namespace name 'Tcp' does not exist in the class or namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)
Could any1 give me hint what's wrong? (is it something with .NET configuration? i've made full installation so nothing should be missing).
Thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|