I've just upgraded to Q3 2011 from Q2 2011..
After upgrade, every report that have picturebox in a table cell will return this error
FYI, this problem occurred only for reports containing picturebox in a table cell, whether or not the value is set. If its not in any table cell, it works fine.
After upgrade, every report that have picturebox in a table cell will return this error
The given key was not present in the dictionary.
[KeyNotFoundException: The given key was not present in the dictionary.]
System.Collections.Generic.Dictionary`2.get_Item(TKey key) +9627953
Telerik.Reporting.Processing.Imaging.ImageInfoCache.GetInfo(String key) +13
Telerik.Reporting.Processing.PictureBox.get_ImageInfo() +60
Telerik.Reporting.Paging.PictureBox.get_ImageInfo() +44
Telerik.Reporting.Paging.PictureBox.InitPageInfo(ElementPageInfo pageInfo, RectangleRF clip) +98
Telerik.Reporting.Paging.RenderingElementBase.AddToPageRecursive(RectangleRF parentClip, Double parentTop, Double parentLeft, Double parentReservedTop, Double parentReservedBottom, Double parentReservedLeft, Double parentReservedRight) +457
Telerik.Reporting.Paging.Table.RenderCell(ITableCell cell, RectangleRF clip, Double left, Double top, Double reservedLeft, Double reservedTop) +110
Telerik.Reporting.Paging.Table.RenderCell(ITableCell cell, RectangleRF clip, Double left, Double top, Double reservedLeft, Double reservedTop, List`1 renderedCellList) +141
Telerik.Reporting.Paging.Table.RenderCells(TableRegion region, RectangleRF clip, Double left, Double top, Double reservedLeft, Double reservedTop) +167
Telerik.Reporting.Paging.Table.AddChildrenToPage(RectangleRF clip) +470
If I delete the column with the picturebox in it, the reports works fine.FYI, this problem occurred only for reports containing picturebox in a table cell, whether or not the value is set. If its not in any table cell, it works fine.