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

John Bailo jabailo at texeme.com
Sun Jun 26 21:42:37 EDT 2005


When I compile my console app:

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?

I need it for my remoting app.

Here's an explaination of what it does:

http://www.thecodeproject.com/csharp/delegateremotable.asp




More information about the Mono-devel-list mailing list