[Mono-dev] Bugs in Serialization

Robert Jordan robertj at gmx.net
Sun Aug 27 10:11:46 EDT 2006


Hi,

Check whether the assembly "SRC, Version=1.0.2063.23042"
has the same version on both sides.

Robert

admin rex wrote:
> Valentin,
> 
> The serialized object is within the same module of the calling code.
> They are under the same namespace. So the assembly should be load when the
> application
> runs.
> 
> Thx
> 
> Antony
> 
> 
> 
> On 8/27/06, latency <latency at gmx.de> wrote:
>>
>> 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
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list