On Monday 27 June 2005 00:53, Robert Jordan wrote:
> John,
>
> > [EMAIL PROTECTED]:~/Projects/ChatClient> mcs
> > ChatClient.cs /r:System.Runtime.Remoting.dll
> > ChatClient.cs(73) error CS0246: Cannot find type
> > 'RemotelyDelegatableObject' Compilation failed: 1 error(s), 0 warnings
> > [EMAIL PROTECTED]:~/Projects/ChatClient>
> >
> > Has the RemotelyDelegatableObject exist in mono?
>
> No, because it doesn't exist in MSFT .NET.

Crap you're right!

Thanks!

>
> > I need it for my remoting app.
> >
> > Here's an explaination of what it does:
> >
> > http://www.thecodeproject.com/csharp/delegateremotable.asp
>
> RemotelyDelegatableObject is part of another assembly
> in that project. You probably have to reference that assembly,
> something like that:
>
> mcs .... -r:Foo.dll
>
> Rob
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to