[Mono-bugs] [Bug 39331][Wis] Changed - NullReference unwraping an object created in another domain

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 8 Mar 2003 16:22:08 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=39331

--- shadow/39331	Sat Mar  8 16:21:09 2003
+++ shadow/39331.tmp.24032	Sat Mar  8 16:22:08 2003
@@ -99,6 +99,10 @@
 
 if i run it like 'mono remoting.test.exe' it says:
 Unhandled Exception: System.NullReferenceException: A null value was
 found where an object instance was required
 
 however, if i do 'mono --share-code remoting-test.exe' it works.
+
+------- Additional Comments From gonzalo@ximian.com  2003-03-08 16:22 -------
+Notice that the error only happens on the second Unwrap call. Doing it
+only once works fine.