I updated the Telerik Reporting yesterday and now I cannot open reports in designer.
The error was
Object of type "Telerik.Reporting.Drawing.Unit" cannot be converted to type "Telerik.Reporting.Drawing.Unit"
UPDATE: Now I'm getting the same resx issue for "Telerik.Reporting.ObjectDataSourceParameterCollection"
I create a new blank Telerik report to compare against an old blank report we have and I tracked it down to the following item in the Resource File.
OLD - Stops designer from working
Version From Latest Update
Isn't the designer suppose to recognize this and auto convert the resx file for me.
All of our reports no longer work and I'll have to update everyone by hand.
I know this is just a designer used property, but are there any other changes that will break reports in production because it can no longer read the old resource file.
I've only been using the Telerik Reporting tools for the past 3 months and I like them allot, but there always seems to be a hick-up when an update comes out. I guess I'm going to have to put my IDE in a VM so that I can roll these back.
Were do we post bugs.. The public issue tracker only has "Suggest New" which I assume is for feature requests. I'll also post under "My Account - Support Ticks"
The error was
Object of type "Telerik.Reporting.Drawing.Unit" cannot be converted to type "Telerik.Reporting.Drawing.Unit"
UPDATE: Now I'm getting the same resx issue for "Telerik.Reporting.ObjectDataSourceParameterCollection"
I create a new blank Telerik report to compare against an old blank report we have and I tracked it down to the following item in the Resource File.
OLD - Stops designer from working
<
assembly
alias
=
"Telerik.Reporting"
name
=
"Telerik.Reporting, Version=6.2.13.110, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
/>
<
data
name
=
"$this.SnapGridSize"
type
=
"Telerik.Reporting.Drawing.Unit, Telerik.Reporting"
>
<
value
>0.1in</
value
>
</
data
>
Version From Latest Update
<
metadata
name
=
"$this.SnapGridSize"
type
=
"Telerik.Reporting.Drawing.Unit, Telerik.Reporting, Version=7.0.13.220, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
>
<
value
>0.1in</
value
>
</
metadata
>
Isn't the designer suppose to recognize this and auto convert the resx file for me.
All of our reports no longer work and I'll have to update everyone by hand.
I know this is just a designer used property, but are there any other changes that will break reports in production because it can no longer read the old resource file.
I've only been using the Telerik Reporting tools for the past 3 months and I like them allot, but there always seems to be a hick-up when an update comes out. I guess I'm going to have to put my IDE in a VM so that I can roll these back.
Were do we post bugs.. The public issue tracker only has "Suggest New" which I assume is for feature requests. I'll also post under "My Account - Support Ticks"