[Mono-bugs] [Bug 58634][Nor] Changed - MONO BETA 1 Bug in Context.GetConfig()
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 19 May 2004 03:30:09 -0400 (EDT)
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 davidandrewtaylor@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58634
--- shadow/58634 2004-05-18 12:15:42.000000000 -0400
+++ shadow/58634.tmp.2085 2004-05-19 03:30:09.000000000 -0400
@@ -11,12 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: davidandrewtaylor@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: MONO BETA 1 Bug in Context.GetConfig()
+BugsThisDependsOn: 58686
Description of Problem:
When calling Request.Context.GetConfig(), MONO is returning a different
type than MS.NET. I noticed this problem when using a 3rd party control
that was trying to read something out of the web configuration file.
This utility tried to cast the returned object to an IDictionary, which