Could not location Channels.Tcp namespace

R

Raj

I am running VS2008 SP1 with .NET 3.5 SP1 on Windows XP Professional SP3

I am writing .Net remoting application but could not find the namespace Tcp
under System.Runtime.Remoting.Channels

Any help/workaround would be appreciated

Thank you

Regards
Raj
 
A

Alberto Poblacion

Raj said:
I am running VS2008 SP1 with .NET 3.5 SP1 on Windows XP Professional SP3

I am writing .Net remoting application but could not find the namespace
Tcp
under System.Runtime.Remoting.Channels

You need to add a Referece in yur project to
System.Runtime.Remoting.DLL.
 
A

Alberto Poblacion

Raj said:
I have already done that! Still cannot find it!!

I have just tried it out in a new, empty project.
In the new project, I typed "using System.Runtime.Remoting.Channels."
and intellisense did not offer anything after the last dot. I then went into
the project references and added System.Runtime.Remoting.dll. Then back to
the source code, retyped the last dot after Channels, and voila! Tcp now
appears.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top