Daniel Cazzulino's Blog : XAML Assembly/Namespace mapping

XAML Assembly/Namespace mapping

DonXML comments on a really ugly feature of XAML: processing instructions for namespace/assembly mapping?!?!?!? Well, I'm proposing another (more xml-friendly?) approach:

<my:FancyControl xmlns:my="MyAssemblyName#MyNamespaceForFancyControl">

This way, the namespace is sort of a fragment identifier inside the assembly, which makes more sense, doesn't it?

posted on Tuesday, November 04, 2003 5:40 PM by kzu

# re: XAML Assembly/Namespace mapping @ Saturday, April 01, 2006 8:52 PM

I am trying to access a resouece file(a dll assembly) can you help me with the syntax or code sample please.

Thanks in advance

srini