1
Answer

Object remoting

Photo of Algirdas

Algirdas

19y
1.7k
1
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 (as Microsoft claims it’s necessary to do it if intstalling Web Development feature)

Answers (1)

0
Photo of Niels_H
NA 5 0 19y
Hi ! I had the same problem untill I found out that those namespaces are not included in the mscorlib package, that VS2003 uses. Instead, add a new reference to your c:\windows\microsoft.net\framework\vXXX\\system.runtime.remoting.dll which contains the tcp and http channels. If in doubt, check the refferences in your object browser. In the bottom of the screen you can see the exact package that ay given reference is contained in. Regards