When I go to build the project at that time I got the same error
Sometimes It's show same thing with XAML Error and When I opened any page then error show on every page like some library is missing but there is not ant library missing but why It's occur I did not understand .
[
Please help to find a solution.
CodePudding user response:
As I read about the solution of this question on StackOverflow Solution of it's like the same. I have multiple pages in my project and by mistake, some space was created between the namespace name and It's more difficult to find that page because the error did not show the location There were multiple pages But Lucky I found that page.
Real Page Name :- x:Class="Sample.UWP.ResidentBinder"
and reasion for occuring error is -- **x:Class="Sample.UWP. (space)ResidentBinder"

