Remove Namespaces

Dear all,

I want to remove a namespace but it isn’t possible. As the following link states (Managing Namespaces) just a click on the Namespace and a hit on delete would be enough. It leads to nothing. I also added Namespace which I’m not using to make sure that this method doesn’t work.

Can you offer me any hint to solve that problem?

Thanks in advance.

Best,
Tino

Hi @Tino-Johannes_Luttge

I think I saw somewhere that you can manually delete them from the .xaml file when editing in any text editor (xaml files are simple to understand).

In this case, I would look for your namespace under:
<TextExpression.NamespacesForImplementation>
<sco:Collection x:TypeArguments="x:String">

4 Likes

Hello @loginerror ,

thank you for your help. It work’s.

Best,
Tino

1 Like