Building windows store app from unity

Hey everyone

Struggling building my app in visual studio when i build the app i get this error code??

Error 1 Cannot convert type ‘Windows.UI.Xaml.UIElement’ to ‘Frame’ via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion, or null type conversion

I have tried debugging it myself but just makes more errors is this a known bug with deployment and i guess what is the fix, please

Merry Christmas Everyone :slight_smile:

There’s probably a class name conflict in your project, check if there’s class named ‘Frame’ in your project, if there is - try renaming it.

Yes that worked thank you so much!! :slight_smile:

Had a script called Frame lol oops

Cheers