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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
