[Mono-bugs] [Bug 82053][Wis] New - Calling RemotingConfiguration.RegisterWellKnownServiceType multiple times causes exception on mono
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 9 15:26:29 EDT 2007
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 joncham at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82053
--- shadow/82053 2007-07-09 15:26:28.000000000 -0400
+++ shadow/82053.tmp.1226 2007-07-09 15:26:29.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 82053
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: joncham at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Calling RemotingConfiguration.RegisterWellKnownServiceType multiple times causes exception on mono
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Running the attached code produces exception on mono, runs fine on .Net.
+
+Steps to reproduce the problem:
+1. Run attached code
+2.
+3.
+
+Actual Results:
+Unhandled Exception: System.Runtime.Remoting.RemotingException: Uri already
+in use: http://localhost:8000.
+
+Expected Results:
+Hello World
+
+How often does this happen?
+Every time.
+
+Additional Information:
More information about the mono-bugs
mailing list