Exception occurs when setting CursorTool.Active in Silverlig
Posted: Tue Jun 22, 2010 10:04 pm
I am encountering an access violation when I try to set the Active member of the CursorTool object to true.
Is this a known problem or am I doing something wrong? I am porting a working WPF charting application over to Silverlight.
I am using Visual Studio 2010 with the latest .NET charting tools.
Thanks,
Kent
private CursorTool ChartTool1 = new CursorTool();
ChartTool1.Active = false;
Is this a known problem or am I doing something wrong? I am porting a working WPF charting application over to Silverlight.
I am using Visual Studio 2010 with the latest .NET charting tools.
Thanks,
Kent
private CursorTool ChartTool1 = new CursorTool();
ChartTool1.Active = false;