Skip to content
This repository was archived by the owner on May 7, 2022. It is now read-only.
This repository was archived by the owner on May 7, 2022. It is now read-only.

Getting a 'Prefix 'Controls' does not map to a namespace' error #42

Description

@AnotherKiwi

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions