|
POST
|
Thanks for pointing out this error in our doc. The correct minimum is 17.12. I'll make sure that gets fixed.
... View more
Monday
|
0
|
0
|
14
|
|
POST
|
The JSON symbols exported directly from Pro are not compatible with the native maps sdk. Instead you need to go through the publish process for mobile data, or create a mobile style file. That process will convert the character markers to vectors, so you won't rely on a font that isn't available on the system you're deploying to.
... View more
Monday
|
1
|
1
|
34
|
|
POST
|
Did you set the API Key? You either need to sign into ArcGIS Online first, or set an API key to access the new basemap services. See https://developers.arcgis.com/net/security-and-authentication/tutorials/implement-api-key-authentication/
... View more
Monday
|
0
|
0
|
17
|
|
POST
|
Have you taken a look at the toolkit's measure tool? https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/v.next/src/Toolkit/Toolkit.UI.Controls/MeasureToolbar/MeasureToolbar.cs
... View more
2 weeks ago
|
0
|
1
|
84
|
|
POST
|
Thae Native Maps SDK is a different SDK built from the ground up, so you'll find that APIs are different and located in other namespaces, and since it isn't COM you'll find much less use of interfaces, and more use of concrete classes. Some tasks might also be accomplished in a different way. You'll find the geometry related classes in the `Esri.ArcGISRuntime.Geometry` namespace.
... View more
2 weeks ago
|
1
|
2
|
190
|
|
POST
|
You can find the doc for the equivalent SpatialReference class here: https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Geometry.SpatialReference.html
... View more
3 weeks ago
|
1
|
0
|
246
|
|
POST
|
When you say they don't load, what load errors do you see? (observe the errors coming from LoadAsync, or just look in the debug output window where load errors should also be written)
... View more
3 weeks ago
|
0
|
2
|
129
|
|
POST
|
You're missing the nuget package that contains the MapView. You will need to add one of the following nuget packages (depending on the UI framework you use): Esri.ArcGISRuntime.Wpf Esri.ArcGISRuntime.WinUI Esri.ArcGISRuntime.Maui Esri.ArcGISRuntime.UWP
... View more
4 weeks ago
|
0
|
0
|
197
|
|
POST
|
If you put a try/catch around the SetLicense call, will you get a better exception in the catch? I've seen some issues with Microsoft not always handling un-caught exceptions that well
... View more
a month ago
|
0
|
1
|
111
|
|
POST
|
Are you building for AnyCPU? Could you try explicitly building for x64 and turn off "Prefer 32-bit"? This changes the deployment of native libraries slightly which might improve the assembly loading.
... View more
a month ago
|
0
|
0
|
193
|
|
POST
|
Can you share the specific exception type, message and callstack?
... View more
a month ago
|
0
|
0
|
117
|
|
POST
|
Are you experiencing any nuget restore errors? Wrt target framework, it needs to be either net8.0-windows10.0.19041, net9.0-ios18.0, net9.0-android35.0 or net9.0-maccatalyst18.0 or newer. Especially note .NET 9 if you are targeting .NET MAUI, since Microsoft no longer supports .NET 8 on MAUI, .NET 9 has been required since 200.7 for those targets.
... View more
a month ago
|
0
|
1
|
264
|
|
POST
|
The API Key is only needed to access arcgis online services (like for example the default basemap styles). If you don't use these, you don't need an API key. You will need a license key though, but a free lite-license is available which might or might not be enough for your scenario. See License and deployment | ArcGIS Maps SDK for .NET | Esri Developer for more info on that
... View more
a month ago
|
1
|
1
|
202
|
|
POST
|
Are you able to try with 200.8 and see if that makes a difference? (even if you aren't able to permanently move to it, if there's a version it started working might help us narrow the issue down). A lot has changed in utility network support since 200.3
... View more
a month ago
|
0
|
6
|
283
|
|
POST
|
The back button should only show if you drill into sub-features like related features or utility network associations. If that's not the case, please log a bug in the toolkit repo.
... View more
10-21-2025
12:58 PM
|
1
|
0
|
246
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Monday | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | a month ago | |
| 1 | 10-21-2025 12:58 PM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|