On 08.06.2010 19:22, Jacek Rużyczka wrote:
> Hi folks,
>
> after some enormous success with my .net remoting-based app, I encounter a
> rather strange error message:
>
> Unknown message: ed 326
> Another command is pending...
> Failed to register the IMContext

These are not Mono related.

> This happens when my client (a Gtk# app) receives an event from the remote
> server indicating that its job has been done successfully.

Remoting is always calling your methods from another thread.
Are you arranging for this? You can't call UI methods directly
in this case.

Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to