Error adding Report object from toolbox to form
Bosko
Belgrade, Serbia
Hi,
I installed version 1.4.27, and I am getting error "Object reference not set to an instance of an object" when I try to add Report object from toolbox to form. I am using VS C# 2008 Express.
Exception is thrown at FastReport.VDesign.ReportCodeDomSerializer.Serialize(IDesignerSerializationManager manager, Object value)....
When I add Report object in code (not in designer), everything is working fine, I didn't noticed any problems later, only in VS in desing mode as I described.
Is there something I have missed with this version?
Thanks in advanced, Bosko.
I installed version 1.4.27, and I am getting error "Object reference not set to an instance of an object" when I try to add Report object from toolbox to form. I am using VS C# 2008 Express.
Exception is thrown at FastReport.VDesign.ReportCodeDomSerializer.Serialize(IDesignerSerializationManager manager, Object value)....
When I add Report object in code (not in designer), everything is working fine, I didn't noticed any problems later, only in VS in desing mode as I described.
Is there something I have missed with this version?
Thanks in advanced, Bosko.
Comments
Do you have full stack trace?
I have attached a screenshot of the exception.
I did what you said, and now everything is working as well.
I have installed MS Chart Control first, uninstalled previous version and then installed new version of FastReport.
That solved the problem, everything is fine now.
Thank you!