A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
sorry, made a mistake - I consider it closed!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
code on GitHub: https://github.com/edikaufmann/RandoJson
In 'DetailsPage.xaml' I get below error .....
..... Binding: Property "Name" not found on "RandoPro.ViewModel.RandoDetailsViewModel"
PS: 'Name': is properly defined in my Models: RandoPro.cs ; and correctly found in 'MainPage.xaml'!
? How do I tell 'DetailsPage.xaml' where my Model 'RandoPro.cs' with 'Name' etc. is?
Some where I must have a mix up/typo ! ... or an age based blackout!
thank you for your time and help, ed
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
sorry, made a mistake - I consider it closed!