XamlC error XFC0000: Cannot resolve type "PrimsApplication" #2319
Unanswered
ClayAchahui
asked this question in
Xamarin.Forms
Replies: 1 comment
-
If there are no references to Prism.DryIoc.Forms or Prism.Unity.Forms, XAMLC may not see the assembly which means it won't pick up the namespace and won't be able to properly link the aliased PrismApplication in XAML to the generated base type. If you get this error you simply adding the PrismApplication base class in Code can help resolve such an error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How i can fix that...? I searched but nothing, people said "clear obj and bin folders" i tried it. Help...
Xamarin forms 5.0.0.1905
Beta Was this translation helpful? Give feedback.
All reactions