i am quite new on c#, wpf and xaml etc then i may not be able to use the right terms to ask the right question=) i am trying to add my own namespace to my xaml file in order to use my own class easily-i guess the reason is this- i wrote that command in window tag for this: xmlns:myns="clr-namespace:LibNameSpace" where my window tag also starts with < Window x:Class="LibNameSpace.MainWindow"... definition and i want to use the LibNameSpace:Class1 class, and was hoping just to write myns:Class1 for this. and this command causes that error:
"Undefined CLR namespace. The 'clr-namespace' URI refers to a namespace 'LibNameSpace' that is not included in the assembly."
how can i fix this? thanks for helping=)