bryonac
bryonac
> It looks like there is something else in your project whose namespace has `*.Client.Wpf.*`. Try `global::Wpf.Ui` or consider changing some names or `using`'s in your files. How do I...
In xaml: xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" Error CS0234: The type or namespace name 'Ui' does not exist in the namespace 'MyApp.App.Wpf' (are you missing an assembly reference?) If I remove x:Name the error...
> > In xaml: xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" Error CS0234: The type or namespace name 'Ui' does not exist in the namespace 'MyApp.App.Wpf' (are you missing an assembly reference?) If I remove x:Name...