https://bugzilla.novell.com/show_bug.cgi?id=422491
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=422491#c13 --- Comment #13 from Robert Jordan <[EMAIL PROTECTED]> 2008-09-05 05:45:04 MDT --- * Your dump between Vista & Mono: User-Agent: Mozilla/4.0+(compatible; MSIE 6.0; Windows 6.0.6001.65536; MS .NET Remoting; MS .NET CLR 2.0.50727.1434 ) .. <_ContextID xsi:type="xsd:long">1900272</_ContextID> -> _ContextID is sent as long. * My dump between XP & Mono on Linux amd64: User-Agent: Mozilla/4.0+(compatible; MSIE 6.0; Windows 5.1.2600.196608; MS .NET Remoting; MS .NET CLR 2.0.50727.3053 .. <_ContextID xsi:type="xsd:int">1412816</_ContextID> -> _ContextID is sent as an int. That's the reason why I was not able to reproduce it. -- 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
