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=77524 --- shadow/77524 2006-02-10 14:21:27.000000000 -0500 +++ shadow/77524.tmp.335 2006-02-10 14:21:27.000000000 -0500 @@ -0,0 +1,54 @@ +Bug#: 77524 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: interop +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: AsAny marshalling is not working correctly + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: AsAny marshalling of objects is not working. + + +Steps to reproduce the problem: +1. Run test case. + +Actual Results: +$ mono AsAnyTester.exe +i = 1 +j = 2 +k = 3 + +This application has requested the Runtime to terminate it in an unusual way. +Please contact the application's support team for more information. + + +Expected Results: + +$ ./AsAnyTester.exe +i = 1 +j = 2 +k = 3 +i = 1 +j = 2 +k = 3 + + + +How often does this happen? + +every time + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
