[Mono-devel-list] System.Runtime.Remoting.Channels.Http can not befound

Lluis Sanchez lluis at ximian.com
Wed Sep 3 10:55:46 EDT 2003


Hi!

> Hi all,
>
> I was playing with Remoting and I needed that class for one of the
> examples. The message msc returned was :
>
> CalcServer.cs(4) error CS0246: The namespace
> `System.Runtime.Remoting.Channels.Http' can not be found (missing
> assembly reference?)
>
> This made me look to the Class Library and I noticed is not there.
> Any word on the status of this class?

This class is implemented in the System.Runtime.Remoting.dll assembly. Don't
forget to reference it when compiling yor app
(add -r:System.Runtime.Remoting.dll compiler option).

>
> Env:
> Mono JIT compiler version 0.25, (C) 2002, 2003 Ximian, Inc.
>
>
> Thanks,
> Cezar
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list