Hello how is evreryone doing?
I am in the last part of the development of my app, and I may need some help @FayWang-MSFT (Why the way thank you for all the help)
In the LoginPage.xaml, it cannot find my VM (View Model) and throws me the error "System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Windows.UI.Xaml.Markup.XamlParseException: The text associated with this error code could not be found.
Cannot create instance of type 'uwpEvernote.NotesVM' [Line: 14 Position: 21]
at Windows.UI.Xaml.Application.LoadComponent(Object component, Uri resourceLocator, ComponentResourceLocation componentResourceLocation)
at uwpEvernote.View.NotesPage.InitializeComponent()
at uwpEvernote.View"
is very difficult to program, when Visual Stuido act very stupid and cannot find you VM (Virtual Models)In the NotesPage.xaml.cs, I need to call the "OnActivated" method, to see if the userID is empty or not. The UserID is defined as a string in the App.cs, but I am confused where to check that.
I am copying my repository to see if you coud help me.please link text