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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
