Trying to learn how to develop c# for ArcGIS.
Just getting started with creating a project, I get this error:
"I keep getting this error: The name "MapViewModel" does not exist in the namespace"
Full context of the error:
Severity Code Description Project File Line Suppression State
Error The name "MapViewModel" does not exist in the namespace "clr-namespace:ArcGISApp3". ArcGISApp3
Is there a version change that removed MapViewModel from the namespace?
Paul
Hi,
ArcGIS Runtime hasn't got `MapViewModel` part of it at any point. This is part of the MVVM structure and while we recommend you to use it, using Runtime doesn't require it. From the implementation point of view, developers are responsible for building the ViewModel tier on their applications. Which documentation/guide you are using? I would expect to see mention on creating the ViewModel to your application being part of it.