[Mono-bugs] [Bug 422491] Remoting: Passing ObjRef from Windows to Mono throws " Object type System.Int64 cannot be converted to target type: System.Int32"
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Sep 5 07:45:04 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=422491
User robertj at gmx.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=422491#c13
--- Comment #13 from Robert Jordan <robertj at gmx.net> 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.
More information about the mono-bugs
mailing list