You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2022. It is now read-only.
I'm getting an error when base.OnInitialized(e); in the MultiSelectTreeViewItem.OnInitialized() method executes:
MS.Internal.Xaml.Parser.GenericTypeNameParser.TypeNameParserException occurred HResult=0x80131500 Message=Prefix 'Controls' does not map to a namespace. Source=System.Xaml StackTrace: at MS.Internal.Xaml.Parser.GenericTypeNameParser.Callout_FoundName(String prefix, String name)
I thought this might be related to MultiSelectTreeView using the System.Windows.Controls namespace, so I tried changing its namespace to UnclassifiedSoftware.Controls. After that change the demo app again runs without error, but I still get the Prefix 'Controls' does not map to a namespace when I run my application. Any suggestions to overcome this?