[Mono-bugs] [Bug 81697][Nor] Changed - Regression: "Standard" namespaces not imported in global.asax
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 19 12:20:22 EDT 2007
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 juraj at hotfeet.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=81697
--- shadow/81697 2007-06-19 12:17:05.000000000 -0400
+++ shadow/81697.tmp.12539 2007-06-19 12:20:22.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 81697
Product: Mono: Class Libraries
Version: 1.2
-OS:
+OS: unknown
OS Details: FC6
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: juraj at hotfeet.ch
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -39,6 +39,15 @@
------- Additional Comments From juraj at hotfeet.ch 2007-06-19 12:17 -------
Created an attachment (id=19432)
proposed patch
+
+------- Additional Comments From juraj at hotfeet.ch 2007-06-19 12:20 -------
+The attached patch fixed the bug by scanning all loaded assemblies for
+the requested type.
+
+It also fixes another bug: the TypeLoadException should _only_ be
+thrown if (throwOnMissing == true) and _all_ GetType() calls have failed.
+
+May I commit?
More information about the mono-bugs
mailing list