[Mono-bugs] [Bug 76866][Wis] Changed - Null Reference exception on Page.GetPostBackEventReference

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 30 17:45:54 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 gonzalo at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76866

--- shadow/76866	2005-11-30 17:27:49.000000000 -0500
+++ shadow/76866.tmp.24762	2005-11-30 17:45:54.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 76866
 Product: Mono: Class Libraries
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: rogerio.araujo at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -49,6 +49,28 @@
 
 
 ------- Additional Comments From rogerio.araujo at gmail.com  2005-11-30 17:27 -------
 Created an attachment (id=16143)
 freewebcontrols.tar.gz, sources
 
+
+------- Additional Comments From gonzalo at ximian.com  2005-11-30 17:45 -------
+I get the same error running under MS runtime:
+-----------------------------
+[NullReferenceException: Object reference not set to an instance of an
+object.]
+   FreeWebControls.FWCToolBarButton.Render(HtmlTextWriter writer) in
+c:\freewebcontrols\FreeWebControls\FWCToolBarButton.cs:111
+   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
+   FreeWebControls.FWCToolBar.Render(HtmlTextWriter writer) in
+c:\freewebcontrols\FreeWebControls\FWCToolBar.cs:79
+   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
+   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
+   System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter
+writer) +44
+   System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +262
+   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
+   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
+   System.Web.UI.Control.Render(HtmlTextWriter writer) +7
+   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
+   System.Web.UI.Page.ProcessRequestMain() +1926
+-------------


More information about the mono-bugs mailing list