[Mono-bugs] [Bug 666333] New: Deserialization fails due to namespace mismatch

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jan 21 19:09:43 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=666333

https://bugzilla.novell.com/show_bug.cgi?id=666333#c0


           Summary: Deserialization fails due to namespace mismatch
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: WCF
        AssignedTo: atsushi at ximian.com
        ReportedBy: rkvinge at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


This is using Moonlight, I haven't been able to create a standalone test case
(I'll attach my attempt anyway).

The site is: http://www.eurosportplayer.com/tv_prd12.shtml

Loading the site with MOON_TRACE=E:all will show a NullReferenceException -
this is the ultimate result of the deserialization failure.

I've tracked it down to a namescope issue - at one point when deserializing the
types namescopes don't match for a type's members, and they're not found. I
attach a patch that "fixes" this issue by not comparing namescopes when looking
for members.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list