[Mono-devel-list] Re: Did mono implement the RemotelyDelegatableObject ?

John Bailo jabailo at texeme.com
Mon Jun 27 11:01:47 EDT 2005


On Monday 27 June 2005 00:53, Robert Jordan wrote:
> John,
>
> > jbailo at texeme:~/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
> > jbailo at texeme:~/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 at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list