[Mono-list] mono and .net remoting again
Robert Jordan
robertj at gmx.net
Tue Feb 6 10:01:53 EST 2007
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
More information about the Mono-list
mailing list