I have a report designed while using the Demo version of the reporting software. Upon purchasing/upgrading to the latest Telerik reporting, the report is no longer viewable in the VB.NET design mode.
The screen is filled with over 200 errors like: 'Object of type 'Telerik.Reporting.Drawing.Unit' cannot be converted to type 'Telerik.Reporting.Drawing.Unit'. ' All errors are linked to the designer code. The program functions correctly, when running, and the 'errors' all show as only warnings when building the solution. The reference in the project is Telerik.Reporting v3.2.9.1211.
The errors all point to a line like the following:
Is there any way to salvage the report, so that I can modify it using the designer?
The screen is filled with over 200 errors like: 'Object of type 'Telerik.Reporting.Drawing.Unit' cannot be converted to type 'Telerik.Reporting.Drawing.Unit'. ' All errors are linked to the designer code. The program functions correctly, when running, and the 'errors' all show as only warnings when building the solution. The reference in the project is Telerik.Reporting v3.2.9.1211.
The errors all point to a line like the following:
Me.pnlShortTerm.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(7.9998421669006348, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(1.3999999761581421, Telerik.Reporting.Drawing.UnitType.Inch)) |
Is there any way to salvage the report, so that I can modify it using the designer?