[Mono-dev] Bugs in Serialization

latency latency at gmx.de
Sun Aug 27 01:28:14 EDT 2006


Hi,

seems like when trying to deserialize your object, the runtime tried to load 
an assembly (most likely because the serialized type was unknown for the 
runtime) and failed. Can you tell if the assembly of the serialized object 
was already loaded or not?

If you don't know how to do this see: 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemappdomainclassgetassembliestopic.asp

Kind Regards,
Valentin.

On Sunday 27 August 2006 04:30, admin rex wrote:
> I am using the VMware from Mono project. And when try to
> deserialize an object over a network stream. It gives
> System.IO.FilenotfoundException: SRC, Version=1.0.2063.23042
> ...
> (wrapper managed-to-native) System.AppDomain:LoadAssembly
>
> Does this related to the PrivateBinPath bug reported earilier?
> Any solution now?
>
>
> Rex



More information about the Mono-devel-list mailing list