Binding error

Eduardo Gomez 3,416 Reputation points
2019-12-26T17:49:22.76+00:00

Hello.

This app was working fine, it was populating the font, and the numbers coming from my View Model, but for some reason it broke, I notice that Visual Studio sometimes acts stupid (especially on UWP development)

could somebody help me resolve this issue *anonymous user*

https://pastebin.com/PDPwzVf0

for some reason, it can't find my VM.

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. xequence 6 Reputation points
    2019-12-26T20:38:12.73+00:00

    In the constructor of your NotesPage you must set this.dataContext = "something";

    0 comments No comments