To All,
Development Environment: Win7, MSVS 2010, C#
I recently updated to 2012.1 and am currently getting the following error when opening a form with charts in the forms designer.
Object of type 'Nevron.Chart.Winform.NState' cannot be converted to type 'Nevron.Chart.Winform.NState'.
Here is an example of the code in the designer from a form that has 32 charts on it that is causing the issue:
this.Wave_6.State = ((Nevron.Chart.WinForm.NState)(resources.GetObject("Wave_6.State")));
If I remove all the NState lines from the designer code for a form, I can open the form with the forms designer but I haven't gotten far enough along to see if all runs ok.
Any help would be appreciated.
TIA,
Lou