SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
I’m using the latest version of the chart. when I run everything works fine, but when I open a XAML file with a chart the error window has:
The name “ZoomPanModifier” does not exist in the namespace “clr-namespace:Abt.Controls.SciChart;assembly=Abt.Controls.SciChart.Wpf”
And I get one of these for each control such as ZoomPanModifier, TextAnnotation, SeriesSelectionModifier etc…
How do I fix this issue?
We have discovered that this error is actually shown by Visual Studio when referencing a .NET4.0 assembly in a .NET4.0 Client Profiler application. Also, it can occur when referencing a .NET4.5 assembly in .NET4.0 application.
Please see The tag ‘SciChartSurface’ does not exist in XML namespace ‘http://schemas.abtsoftware.co.uk/scichart’ for further details.
Best regards,
Andrew
Hi there,
Please, try to replace the SciChart namespace definition in Xaml by
xmlns:SciChart=" http://schemas.abtsoftware.co.uk/scichart"
. Could you let us know if it helps?
Best regards,
Yuriy
Hey there,
Usually these kind of issues occur after updating SciChart. Because Visual Studio is so awesome, to truly clean-rebuild you will need to close all open instances of Visual Studio, delete all bin and obj directories in your solution, then re-open and rebuild. If the error still occurs after this, let us know!
Best regards,
Andrew
Please login first to submit.