2011.3.1111 - Object reference not set to an instance of an object

Stimulsoft Reports.WEB discussion
Post Reply
feridun
Posts: 6
Joined: Sun Nov 07, 2010 12:19 pm

2011.3.1111 - Object reference not set to an instance of an object

Post by feridun »

i download the prerelease 2011.3.1111

it gives an error when i try to run my working report



Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
Stimulsoft.Report.Web.StiParametersToolButton..ctor(StiWebViewer viewer, Boolean isAjax) +90
Stimulsoft.Report.Web.StiToolBar.AddParametersButton() +80
Stimulsoft.Report.Web.StiToolBar.CreateChildControls() +2709
Stimulsoft.Report.Web.StiToolBar.UpdateControls() +31
Stimulsoft.Report.Web.StiToolBar..ctor(StiWebViewer viewer) +174
Stimulsoft.Report.Web.StiWebViewer.CreateChildControls() +386
System.Web.UI.Control.EnsureChildControls() +102
Stimulsoft.Report.Web.StiWebViewer.OnLoad(EventArgs e) +121
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

2011.3.1111 - Object reference not set to an instance of an object

Post by Alex K. »

Hello,

Please send us a sample project which reproduces the issue for analysis.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

2011.3.1111 - Object reference not set to an instance of an object

Post by HighAley »

Hello.
feridun wrote:i download the prerelease 2011.3.1111

it gives an error when i try to run my working report



Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
Stimulsoft.Report.Web.StiParametersToolButton..ctor(StiWebViewer viewer, Boolean isAjax) +90
Stimulsoft.Report.Web.StiToolBar.AddParametersButton() +80
Stimulsoft.Report.Web.StiToolBar.CreateChildControls() +2709
Stimulsoft.Report.Web.StiToolBar.UpdateControls() +31
Stimulsoft.Report.Web.StiToolBar..ctor(StiWebViewer viewer) +174
Stimulsoft.Report.Web.StiWebViewer.CreateChildControls() +386
System.Web.UI.Control.EnsureChildControls() +102
Stimulsoft.Report.Web.StiWebViewer.OnLoad(EventArgs e) +121
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
Please, send us your report template with sample data and describe how to reproduce your problem.

Thank you.
hunter
Posts: 20
Joined: Thu Sep 08, 2011 7:13 pm
Location: Sydney, AUS

2011.3.1111 - Object reference not set to an instance of an object

Post by hunter »

I +1 this issue. Source attached:
[NullReferenceException: Object reference not set to an instance of an object.]
Stimulsoft.Report.Web.StiParametersToolButton..ctor(StiWebViewer viewer, Boolean isAjax) +22
Stimulsoft.Report.Web.StiToolBar.AddParametersButton() +45
Stimulsoft.Report.Web.StiToolBar.CreateChildControls() +1442
Stimulsoft.Report.Web.StiToolBar..ctor(StiWebViewer viewer) +141
Stimulsoft.Report.Web.StiWebViewer.CreateChildControls() +206
System.Web.UI.Control.EnsureChildControls() +87
System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +23
System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +327
System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +327
System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +327
System.Web.UI.Page.FindControl(String id) +38
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +629
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1743
Attachments
1447.ObjectError-code.vb.txt
(26.4 KiB) Downloaded 328 times
1446.ObjectError-code.xml
(234.91 KiB) Downloaded 298 times
hunter
Posts: 20
Joined: Thu Sep 08, 2011 7:13 pm
Location: Sydney, AUS

2011.3.1111 - Object reference not set to an instance of an object

Post by hunter »

I have a much smaller report for your reference. Note this only happens in the web viewer. The preview in the designer works ok.
I had to roll back to .1106 to keep testing.
Attachments
1449.ObjectError-code.xml
(11.24 KiB) Downloaded 517 times
1448.ObjectError-code.vb.txt
(40.61 KiB) Downloaded 303 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

2011.3.1111 - Object reference not set to an instance of an object

Post by HighAley »

Hello.
hunter wrote:I have a much smaller report for your reference. Note this only happens in the web viewer. The preview in the designer works ok.
I had to roll back to .1106 to keep testing.
This bug is in the our last prerelease build. Please, use previous version for a while.
The fix will be available in our release on December 1.

Thank you.
Post Reply