[Mono-bugs] [Bug 82193][Nor] Changed - [2.0] Global.asax <object> with scope="session" not being instantiated
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 26 12:18:50 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=82193
--- shadow/82193 2007-07-26 09:35:36.000000000 -0400
+++ shadow/82193.tmp.15800 2007-07-26 12:18:50.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 82193
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: ---
@@ -49,6 +49,18 @@
at System.Web.UI.Control.LoadRecursive () [0x00000]
at System.Web.UI.Page.InternalProcessRequest () [0x00000]
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context)
[0x00000]
This works with xsp, but not with xsp2.
+
+------- Additional Comments From juraj at hotfeet.ch 2007-07-26 12:18 -------
+Session.StaticObjects seems to be null as following page results in a NRE:
+
+<script runat='server'>
+void Page_Load(object o, EventArgs e) {
+ Session.StaticObjects.ToString();
+ //Basket.ToString();
+}
+</script>
+
+
More information about the mono-bugs
mailing list