[Mono-list] Very Strange Error Message: Failed to register the IMContext

Robert Jordan robertj at gmx.net
Tue Jun 8 16:21:06 EDT 2010


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



More information about the Mono-list mailing list