[Mono-bugs] [Bug 82570][Wis] New - RemotingConfiguration.Configure(String, Boolean) is missing

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 24 08:59:13 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 skolima at gmail.com.

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

--- shadow/82570	2007-08-24 08:59:13.000000000 -0400
+++ shadow/82570.tmp.17533	2007-08-24 08:59:13.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 82570
+Product: Mono: Class Libraries
+Version: 1.0
+OS: All
+OS Details: Gentoo linux, mono 1.2.4 and svn-head
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: skolima at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Summary: RemotingConfiguration.Configure(String, Boolean) is missing
+
+CruiseControl.Net 1.3 is unable to run on mono. Prior to 1.3 it was
+compiled for .Net 1.1 and worked (more or less) on linux. Now it crashes
+with MissingMethod exception because of
+System.Runtime.Remoting.RemotingConfiguration.Configure(string, bool).
+
+I know that security is not fully implemented in Mono, but could
+RemotingConfiguration get a stub for Configure(string, bool) method that
+would accept 'false' (do not enable security - simply delegate to
+Configure(string)) and throw NotImplementedException on 'true'?
+
+I can cook a patch if needed.


More information about the mono-bugs mailing list