Set component in default namespace
If you want to use your own compenent you muste speicfy an xmlns:xxxx= » » in xaml and use like this <xxx:myComponent ….. if you want to set your compenent on global or specific namespace 1- create a project 2– place component in this project 3– add this line in assemblyinfo.cs of this project [assembly: XmlnsDefinition(« http://schemas.microsoft.com/winfx/2006/xaml/presentation », « UltimateCorp.Components »)] […]
