|
POST
|
Hi, A couple of questions: Are the ECW raster datasets included in the map package (.mpkx) or referenced (i.e. maintained external to the map package)? What version of ArcGIS Pro was used to create the map packages? Thanks
... View more
06-22-2022
04:32 PM
|
0
|
3
|
2958
|
|
POST
|
You'll need to recompile and retest. I also recommend checking the memory usage while the app is running, since your app is 32-bit you could be near the memory limit (approx. 1-1.2GB). We've often found that to be the cause of issue when the call stack ends in CoreGeoView.Pulse.
... View more
06-22-2022
04:13 PM
|
0
|
0
|
2098
|
|
POST
|
Do you have a repro app or code that demonstrates the issue?
... View more
06-22-2022
04:09 PM
|
0
|
0
|
898
|
|
POST
|
The difference between debug and release could be related to a difference in your project configuration - for example the HTTP Handler you've selected might be different between debug/release. Here's an example project from our samples: https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/main/src/Android/Xamarin.Android/ArcGISRuntime.Xamarin.Samples.Android.csproj.
... View more
06-22-2022
03:54 PM
|
0
|
2
|
3677
|
|
POST
|
Do the KML Datasets / KML Layers have a load error? Are there any GeoView LayerViewState errors or warnings?
... View more
06-20-2022
03:57 PM
|
0
|
0
|
1130
|
|
BLOG
|
Comments on this blog have been closed. If you have any questions or experience any issues please post these on the question board for ArcGIS Runtime SDK for .NET.
... View more
06-20-2022
11:15 AM
|
0
|
0
|
3136
|
|
POST
|
I'll investigate this change and post an update as soon as I have more information.
... View more
06-09-2022
09:08 AM
|
0
|
5
|
3010
|
|
POST
|
"Ensure "Microsoft Visual C++ 2015-2019 Redistributable" is installed." is our best guess at what went wrong during initialization - often this is the cause of this specific issue. Can you share more information about: What application framework/platform you're targeting? Your application bin/output folder structure? The list of VC++ redist dlls you have copied to the bin/output folder?
... View more
06-06-2022
09:19 AM
|
0
|
1
|
2471
|
|
POST
|
LayerViewStateChanged reports status/warnings/errors once the layer is added to the view (it doesn't change the behavior of loading the layer, which is unrelated to the view). For reference see https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LayerViewStatus.html
... View more
06-03-2022
11:12 AM
|
0
|
0
|
1438
|
|
POST
|
When you say there are no error messages, I see that you await the LoadAsync (and hopefully you have a try/catch around that too), but are you also handling the SceneView.LayerViewStateChanged event? For reference see https://developers.arcgis.com/net/api-reference/api/netwin/wpf/Esri.ArcGISRuntime.UI.Controls.GeoView.LayerViewStateChanged.html
... View more
06-03-2022
08:33 AM
|
0
|
3
|
1443
|
|
BLOG
|
The current plan for .NET MAUI support with ArcGIS Runtime SDK for .NET will include support for Android, iOS, and Windows in the first release. The ArcGIS Runtime Local Server component will be supported on Windows-only and there are no plans to support Local Server on Android or iOS at any time in the future. This means you could use Local Server in your .NET MAUI projects, but any code using Local Services would be Windows-specific.
... View more
06-01-2022
03:38 PM
|
0
|
0
|
3303
|
|
POST
|
ArcGIS Runtime doesn't share the same Plugin Datasource model as ArcGIS Engine but supports many data/layer types and provides layers/overlays that can be used to render other content (GraphicsOverlay and FeatureCollectionTable). Can you share any more information about the data format you need to support?
... View more
05-27-2022
12:50 PM
|
0
|
0
|
700
|
|
BLOG
|
The 100.14 release of ArcGIS Runtime SDK for .NET includes significant new features, enhancements to existing features, performance improvements, bug fixes, and an updated preview of the roadmap for 2022. You can read about the highlights common to all ArcGIS Runtime SDKs in the shared ArcGIS Runtime blog post and additional details in the 100.14 Release Notes. For our .NET community here are a few more highlights... Preview 2 of support for .NET MAUI & .NET 6 on Android and iOS Preview 2 is based on the latest ArcGIS Runtime 100.14 release and the latest .NET MAUI RC2 release. Working with .NET MAUI requires Visual Studio 2022 Preview (Version 17.2 or higher). Streamlined Visual Studio Extension experience The Visual Studio extensions available with ArcGIS Runtime SDK for .NET have been streamlined to clarify their purpose and remove the duplication of Project Templates. Extension ArcGIS Runtime SDK for .NET Project Templates provides application project templates for Android, iOS, and Windows that reference the appropriate NuGet packages for each platform and use a Model-View-ViewModel (MVVM) design pattern. This extension, available for Visual Studio on Windows, can be installed within Visual Studio from the online Visual Studio Marketplace using the Manage Extensions dialog. Alternatively download from your ArcGIS developer dashboard for installation offline. Extension ArcGIS Runtime SDK for .NET contains a subset of the NuGet packages that are published on NuGet.org and will configure a local NuGet package source in your user profile that you can reference if you are developing in an environment with limited online access. This extension, available for Visual Studio on Windows, can be downloaded from your ArcGIS developer dashboard. Default Authentication UI A new DefaultChallengeHandler can be configured to automatically handle prompting the user for credentials with platform-specific user interface for certain authentication types on Android, iOS, and Windows. Enable the default challenge handler by calling: AuthenticationManager.Current.ChallengeHandler = new DefaultChallengeHandler(); When enabled, the DefaultChallengeHandler supports the following authentication types: Android (Xamarin): ArcGIS Token, HTTP Basic, IWA (requires custom handler), and Proxy. iOS (Xamarin): ArcGIS Token, HTTP Basic, IWA (requires NSUrlSessionHandler), and Proxy. UWP: ArcGIS Token, Certificate (certificate must be installed on machine), HTTP Basic, and IWA. WPF and WinUI (.NET Framework / .NET 6): ArcGIS Token, Certificate, HTTP Basic, IWA, and Proxy. Support for HTTP/2 ArcGIS Runtime SDK for .NET now supports HTTP/2 when requesting tiles from layers including ArcGISTiledLayer, ArcGISTiledElevationSource, WmtsLayer, and Web Tiled Layer and using .NET 6 on Windows 10 or higher, .NET 6 for Android (preview), and .NET 6 for iOS (preview)). SDK Each release of Runtime also includes significant updates to the ArcGIS Developer guide doc, API Reference doc, Toolkit, and Samples. ArcGIS Runtime Local Server ArcGIS Runtime Local Server 100.14 includes support for geoprocessing and map packages created with ArcGIS Pro 2.9.x. We thank you for your ongoing support and feedback and hope you will find these updates valuable as you continue to use ArcGIS Runtime to build amazing applications for your users. The ArcGIS Runtime .NET team
... View more
05-23-2022
10:32 AM
|
0
|
0
|
1510
|
|
POST
|
@LittleRookie A couple of additional options to help resolve this: Share the native call stack you get from following the steps in this help topic If you can't share the data here, but can share directly then feel free to email me [email protected] Contact Esri Support Thanks
... View more
05-16-2022
11:48 AM
|
0
|
0
|
2203
|
|
POST
|
This issue has been reproduced and it is under investigation. Thanks
... View more
04-30-2022
06:58 AM
|
0
|
0
|
3304
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2026 05:04 AM | |
| 1 | 02-20-2024 07:02 AM | |
| 1 | 01-19-2026 06:44 AM | |
| 1 | 12-10-2025 07:16 AM | |
| 1 | 11-21-2025 08:12 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|