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=71291 --- shadow/71291 2005-12-08 10:44:51.000000000 -0500 +++ shadow/71291.tmp.12412 2005-12-08 11:44:51.000000000 -0500 @@ -1,12 +1,12 @@ Bug#: 71291 Product: Mono: Class Libraries Version: unspecified OS: unknown OS Details: -Status: NEW +Status: ASSIGNED Resolution: Severity: Unknown Priority: Normal Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -47,6 +47,14 @@ } ------- Additional Comments From [EMAIL PROTECTED] 2005-12-08 10:44 ------- All the AppDomainSetup failures (in 1.1 profile) are throwing NotSupportedException (in 2.0 profile) because the Uri checks are more strict. + +------- Additional Comments From [EMAIL PROTECTED] 2005-12-08 11:44 ------- +The exception in 2.0 looks to be coming from Path.GetFullPath. +Under 2.0 it will return NotSupportedException for path with *invalid* +":" and a ArgumentException for a path with a "?" inside. + +So, apart from where the exception are thrown (get not set) this looks +like "normal" path issues to fix... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
