You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the Microsoft.Toolkit.Uwp.UI.Controls reference to use ImageEx with the name 'coverDetail'. I'm having a problem, i.e failed to create an app package to the windows store with an error message: The name 'coverDetail' does not exist in the current context for the x64 package. If you only run the application and build package, there are no problems and can run smoothly
Code: coverDetail.Source = new BitmapImage(new Uri(kelas.Cover, UriKind.Absolute));
I use the Microsoft.Toolkit.Uwp.UI.Controls reference to use ImageEx with the name 'coverDetail'. I'm having a problem, i.e failed to create an app package to the windows store with an error message: The name 'coverDetail' does not exist in the current context for the x64 package. If you only run the application and build package, there are no problems and can run smoothly
Code:
coverDetail.Source = new BitmapImage(new Uri(kelas.Cover, UriKind.Absolute));