mirek wrote:
> Unhandled Exception: System.Runtime.Remoting.RemotingException: Cannot 
> cast from client type 'sender.Test, sender, Version=1.0.2593.26378, 
                                                       ===============

> Culture=neutral, PublicKeyToken=null' to server type 'remoting.Test'
> 
> (the exception sounds simillar in windows:
> 
> Unhandled Exception: System.Runtime.Remoting.RemotingException: Cannot 
> load type
>  sender.Test, ConsoleApplication2, Version=1.0.2592.32086, 
                                      =======================

Did you notice the different version of the assemblies?
To avoid that remove the wildcard from the AssemblyVersionAttribute.

And no, that's not related to timers and/or threading at all.

Robert

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

Reply via email to