Property "xy" not found in 'ViewModel'

Eduard Kaufmann 231 Reputation points
2025-02-21T08:37:07.37+00:00

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

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,025 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Eduard Kaufmann 231 Reputation points
    2025-02-23T07:38:31.3966667+00:00

    sorry, made a mistake - I consider it closed!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.