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