Alan K
Results
2
comments of
Alan K
I have the same problem. In a similar WPF app, the reference to a UserControl looks like this: xmlns:wpfControlLibrary="clr-namespace:WpfControlLibrary;assembly=WpfControlLibrary" However, in WinUI, it is done like this: xmlns:testLibrary="using:TestLibrary". Note that...
Here my test app in GitHub https://github.com/AlanKharebov/TestApp