[Mono-bugs] [Bug 31246][Nor] New - Remoting does not check that the type is either serializable or MarshalByRefObject
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
26 Sep 2002 02:34:51 -0000
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=31246
--- shadow/31246 Wed Sep 25 22:34:51 2002
+++ shadow/31246.tmp.28122 Wed Sep 25 22:34:51 2002
@@ -0,0 +1,30 @@
+Bug#: 31246
+Product: Mono/Runtime
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gonzalo@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Remoting does not check that the type is either serializable or MarshalByRefObject
+
+Steps to reproduce the problem:
+1. Use the same code as in bug #31245 but removing MarshalByRefObject from
+class A declaration.
+
+Actual Results:
+0
+
+Expected Results:
+Unhandled Exception: System.Runtime.Serialization.SerializationException:
+The type A in Assembly appdomaintest
+2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null is not marked as
+serializable.