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

Robert Jordan robertj at gmx.net
Mon Jun 27 03:53:21 EDT 2005


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.

> 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




More information about the Mono-devel-list mailing list