Object remoting

G

Guest

Hy,

I want to use object remoting in my project, but faced some problems. I
can’t find System.Runtime.Remoting.Channels.Tcp and
System.Runtime.Remoting.Channels.Http namespaces. I guess I haven’t installed
some features in my MS Visual Studio 2003 and I think those are Server
Components/Web development. Am I right? If yes, maybe someone knows how I can
avoid installing IIS and FrontPage Server Extensions (these two are required
if trying to install Web Development feature)

Thanks for help
 
J

Jon Shemitz

I want to use object remoting in my project, but faced some problems. I
can’t find System.Runtime.Remoting.Channels.Tcp and
System.Runtime.Remoting.Channels.Http namespaces. I guess I haven’t installed
some features in my MS Visual Studio 2003 and I think those are Server
Components/Web development. Am I right? If yes, maybe someone knows how I can
avoid installing IIS and FrontPage Server Extensions (these two are required
if trying to install Web Development feature)

Add a reference to the System.Runtime.Remoting dll.
 

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