[Mono-bugs] [Bug 71291][Nor] Changed - AppDomainSetup failures.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Dec 8 11:44:51 EST 2005


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 sebastien at ximian.com.

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: sebastien at ximian.com                            
 ReportedBy: miguel at ximian.com               
@@ -47,6 +47,14 @@
 }
 
 ------- Additional Comments From sebastien at ximian.com  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 sebastien at ximian.com  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...


More information about the mono-bugs mailing list