Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
Enumerator is not valid because the collection changed.
posted

I am embedding a 2D Line Chart, XamChart in a user control, which builds fine, but when I embed that control in another - the parent control and all subsequent parent controls fail in Expression Blend with a 'The enumerator is not valid because the collection changed.' error.

I'm using code directly copied from the feature browser, with relative links fixed, and am assigning datapoints in the C# code behind.

If I build the project from Visual Studio, the project will run and the chart works correctly. But I can not edit any of the parent controls in Expression blend.

I found only one post that touched on this issue:

http://forums.infragistics.com/forums/p/24390/100889.aspx#100889

..and no resolution was ever posted.

Has this issue been looked into? Are there any resolutions?