[Mono-dev] Bugs in Serialization

admin rex rexadm at gmail.com
Sun Aug 27 08:44:09 EDT 2006


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060827/036e31b2/attachment.html 


More information about the Mono-devel-list mailing list