Select to view content in your preferred language

Are there complete video tutorials on ArcGIS .Net SDK?

1386
3
06-20-2021 12:50 PM
HaroldKrivell
Occasional Contributor

Good Afternoon,

I am having trouble with the C# SDK tutorials. As I follow the tutorials word for word. I am getting errors.

 

MyMapView in XAML is not being recognized by my .CS script.  

HaroldKrivell_0-1624218220593.png

 

In addition esri:MapView was not found in my assembly references

 

My XAML script references MyMapView in the following line.
<esri:MapView x:Name="MyMapView"/>

 

I am using this tutorial... https://www.youtube.com/watch?v=e4BVIYBZ2NA. C# tutorials seem to be scarce. Are there better tutorials out there for getting started with the ArcGIS Runtime for .Net?

Tags (2)
This video will walk you through creating your first map app using the ArcGIS Runtime SDK for .NET. Get the code: https://arcgisruntime.maps.arcgis.com/home/item.html?id=18a27b5a628a4d8eb9bebd455241471d) Additional resources: * Create custom basemap themes with the vector style editor - ...
0 Kudos
3 Replies
GKmieliauskas
Esri Regular Contributor

Hi,

You are in the wrong thread. You need to post your question here:

https://community.esri.com/t5/arcgis-runtime-sdks/ct-p/arcgis-runtime-sdks 

0 Kudos
DerekLaw
Esri Esteemed Contributor

Hi @HaroldKrivell

FYI, here are 2 videos from the Esri 2021 Developer Summit:

And the resource page on the Esri Developer's site,

https://developers.arcgis.com/net/ 

Hope this helps,

ThadTilton
Esri Contributor

Hi Harold!

While not a video, I think this tutorial can help get you started: https://developers.arcgis.com/net/maps-2d/tutorials/display-a-map/

If you have further questions, please post a question in the runtime thread: https://community.esri.com/t5/arcgis-runtime-sdks/ct-p/arcgis-runtime-sdks 

-Thad