Hi,
I am using System.Windows.Markup.XamlReader , but the xaml that is being passed in makes reference to an assembly (local assembly). I am able to overcome this by specifying ";assembly=BWTest.WPF.XamlReaderPOC.Module" after the "clr-namespace:.." detail. However, I have noticed an XamlReaderSettings, which has a LocalAssembly property (which seems a neater way to use than appending on the ";assembly=....." after "clr-namespace:") which I can set to "BWTest.WPF.XamlReaderPOC.Module" XamlReaderSettings xrs = new XamlReaderSettings(); xrs.LocalAssembly = "BWTest.WPF.XamlReaderPOC.Module" The part I am missing is how (and where should I, if there is a way?), to link the XamlReaderSettings with the XamlReader? Thanks in advance. Cheers, Brian.
_______________________________________________ ozwpf mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf
