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=78882 --- shadow/78882 2007-01-17 16:16:21.000000000 -0500 +++ shadow/78882.tmp.26175 2007-01-18 10:18:02.000000000 -0500 @@ -10,13 +10,12 @@ Component: remoting AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: V2_0 URL: -Cc: Summary: Remoting/generics support missing. BugsThisDependsOn: 80383[FIXED] Description of Problem: When a client tries to invoke a remote method using .NET remoting, the client crashes. Running the same executable from Microsoft .NET works like @@ -390,6 +389,12 @@ ================================================================= Got a SIGABRT while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. ================================================================= + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-18 10:18 ------- +That's an assembly identity issue. I overlooked it because +Mono's remoting tests are all implemented in the same assembly, +while this test case employs a shared assembly. I'm on this. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
