This is a migrated thread and some comments may be shown as answers.

Upgrade problem to version 5.0.11.316

1 Answer 92 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ruhban
Top achievements
Rank 1
Ruhban asked on 12 Apr 2011, 01:43 PM
Hi,

I've just upgrade my telerik WPF reporting solution from 4.2.10.1221 to version 5.0.11.316 , when I try to generate a report the new dll's return an error, "Object reference not set to an instance of an object.".  But the same thing is working fine with the Old dll's (i.e with 4.2.10).

Attached is the screen shot of the error screen. Also for your reference I created a sample project in which I used two different versions of reporting dll's ("4.2.10.1221" and "5.0.11.316"). Please download that sample application from the below link.
http://www.filedropper.com/reportdemo



Thank you

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 13 Apr 2011, 04:02 PM
Hi Vishal,

Thank you for bringing this to our attention. We have verified the problem, logged it in our bug tracking system and would address the issue for subsequent version of the product.
For the time being, you can assign an empty instance of the report class to the Report property when you do not have an actual report selected e.g.:

ReportViewer1.Report = new Telerik.Reporting.Report();

Your Telerik points have been updated as a token of gratitude for pointing this problem out.

Kind regards,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Ruhban
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or