This question is locked. New answers and comments are not allowed.
I just updated to you r latest build for Silverlight 4, and my app crashes now trying to define a style for a chart LegendItem:
{System.Windows.Markup.XamlParseException: Failed to create a 'System.Type' from the text 'chart:SeriesItemLabel'. [Line: 272 Position: 50]
at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers, Boolean expandTemplatesDuringParse)
at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers)
at System.Windows.Markup.XamlReader.Load(String xaml)
at Sitecore.Shell.MarketingAutomation.Designer.Classes.AppInitializer.InitializeTheme(String theme)}
how can i fix this please?
<Style x:Key="SeriesItemLabelStyle"
TargetType="chart:SeriesItemLabel">
{System.Windows.Markup.XamlParseException: Failed to create a 'System.Type' from the text 'chart:SeriesItemLabel'. [Line: 272 Position: 50]
at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers, Boolean expandTemplatesDuringParse)
at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers)
at System.Windows.Markup.XamlReader.Load(String xaml)
at Sitecore.Shell.MarketingAutomation.Designer.Classes.AppInitializer.InitializeTheme(String theme)}
how can i fix this please?