I have an error that not let me see my designer.. but I have no error on a build and my program runs fine with no problem
I have tried to:
Do not use clr-namespace syntax, use "using", for example:
change "clr-namespace:your.namespace" to "using:your.namespace"