Hi all
I got a tricky error with this Code
<Grid x:Name="LayoutRoot"> <igTileView:XamWebTileView Margin="8"> <igTileView:TilePane Margin="0"> <igChart:XamWebChart></igChart:XamWebChart> </igTileView:TilePane> </igTileView:XamWebTileView> </Grid>
As soon I name the Chart Control to whatever a Name I got a Exception in Blend !
<Grid x:Name="LayoutRoot"> <igTileView:XamWebTileView Margin="8"> <igTileView:TilePane Margin="0"> <igChart:XamWebChart x:Name="test"></igChart:XamWebChart> </igTileView:TilePane> </igTileView:XamWebTileView> </Grid>
The Blend Exception :
ArgumentException: Value does not fall within the expected range.
StackTrace:
at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
at System.Windows.UIElement.UpdateLayout()
Looks for me like a Blend Bug ?
Any Idea what's to do ?I need the TilePane/Chart Combination for my Project !
Thanks for your Help
Peter
Hi Peter,This sounds like an issue with Blend and it happens randomly.I can continue to edit this page in Blend if I close the page and open it again.Regards,Marin