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=82650 --- shadow/82650 2007-08-31 14:58:06.000000000 -0400 +++ shadow/82650.tmp.3646 2007-08-31 15:56:14.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 82650 Product: Mono: Runtime Version: 1.2 -OS: +OS: unknown OS Details: XP SP2 Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Wishlist Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -46,6 +46,13 @@ How often does this happen? Every time Additional Information: Using IPCE-r6 instead is successful + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-31 15:56 ------- +This happens because we have a class called System.DateTimeOffset in +our 2.0 mscorlib, which is a net 3.5 type, this causes IronPython to +think it is running on net 3.5 (orcas), and it tries to load some types +which are not in net 2.0 leading to the exception. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
