|
POST
|
Joe, What versions of VS, Xamarin, Forms, etc are you using? (can you share the details from Visual Studio > Help > About > Copy Info). Cheers Mike
... View more
03-02-2020
12:06 PM
|
0
|
1
|
1085
|
|
POST
|
You may also need to take that step (it was in the second link i provided above). Let us know if that resolves the issue you are seeing. Cheers Mike
... View more
02-20-2020
01:58 PM
|
1
|
1
|
3342
|
|
POST
|
Hi, Unless you're testing two different environments/workflows it seems unlikely that the capabilities would explain the difference between your dev machine and the deployment machine. It may be worthwhile taking a look at the `Enterprise Cloud Single Sign On` capability (App capability declarations - UWP applications | Microsoft Docs 😞 The enterpriseCloudSSO capability allows apps to use single sign on with Azure Active Director (AAD) resources inside a hosted web view control. We have found with UWP that some authentication workflows don't support `WebAuthenticationBroker` and may require a custom `IOAuthAuthorizeHandler` similar to the concept implemented here for WPF: arcgis-runtime-samples-dotnet/OAuth.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · GitHub. Regards Mike
... View more
02-20-2020
01:23 PM
|
1
|
3
|
3342
|
|
POST
|
Keith, What version of the API are you using? Cheers Mike
... View more
02-19-2020
01:20 PM
|
0
|
0
|
1786
|
|
POST
|
Hi, What app capabilities do you have enabled? See App capability declarations - UWP applications | Microsoft Docs particularly `Homes and work networks` (privateNetworkClientServer). You may also need to refer to Web authentication broker - UWP applications | Microsoft Docs and the section regarding `EnablePrivateNetwork`. Cheers Mike
... View more
02-19-2020
12:09 PM
|
1
|
5
|
3342
|
|
POST
|
...And if you would like to know actual travel distance/time then I suggest taking a look at the following samples: - Find closest facility to an incident (interactive) | ArcGIS for Developers - Find service area | ArcGIS for Developers Cheers Mike
... View more
02-18-2020
12:45 PM
|
0
|
0
|
1487
|
|
BLOG
|
The Runtime .NET team is excited to announce the release of ArcGIS Runtime SDK for .NET 100.7. This release includes significant new features, enhancements to existing features, performance improvements, and bug fixes. You can read about the changes common to all ArcGIS Runtime SDKs here, but for you, our .NET community, there are several items we would like to highlight… Support for WPF with .NET Core 3.1 .NET Core marks a significant step for the WPF UI framework for desktop apps by liberating it from the system-wide .NET Framework and bringing much greater deployment flexibility and a roadmap for the future. Your desktop apps can now target .NET Core 3.1 with the WPF API included with ArcGIS Runtime SDK for .NET. At the 100.7 release WPF with .NET Core is supported for production use after being in preview status at 100.6. To develop with WPF for .NET Core 3.1 you will need Visual Studio 2019 16.4 or later. ArcGIS Runtime SDK for .NET available from Visual Studio Marketplace You can now find, install, and update ArcGIS Runtime SDK for .NET directly in your Visual Studio environment. Starting with the 100.7 release, the ArcGIS Runtime SDK for .NET VS extension is available from Visual Studio Marketplace as well as from ArcGIS for Developers. You get the same set of Project Templates regardless of the install you choose. If you work in an offline or intermittently connected environment, download the SDK from ArcGIS for Developers since it includes the ArcGIS Runtime NuGet packages for local installation. Otherwise, these packages will be referenced from Nuget.org. Performance Improvements A combination of internal research projects and your direct feedback resulted in the identification of optimization opportunities across several common API workflows: Adding new features to a feature table is faster and allocates less memory. Creating new graphics and setting their geometries and attributes is faster and allocates less memory. Improved SpatialReference handling when working with multiple geometries. Enhancements In response to your feedback during the 100.6 and 100.7 release cycles, we were able to make additional improvements in other areas of the SDK: WPF SketchEditor Freehand DrawingMode has a higher density of vertices, resulting in significantly smoother lines. Certificate Credential workflows are now supported on UWP. A new OAuthTokenCredential.RefreshTokenExchangeInterval property enables you to set the interval on which OAuth Refresh Tokens are exchanged (up to a maximum of 90 days). Compass can now return heading information for LocationDisplay for .NET Framework and .NET Core on Windows 8.1 and later. System Requirements Changes and Deprecation Notices With each release of ArcGIS Runtime we announce future plans to deprecate support for specific platforms and we may enact some deprecation notices announced at previous releases. Here are some notable announcements and changes at the 100.7 release: Changes Development with Xamarin.Android, Xamarin.iOS, and Xamarin.Forms (for Android and iOS) now requires a minimum of Visual Studio 2019 16.3. When building an app that uses the WPF NuGet package but not building for AnyCPU (i.e. prefer 32-bit or x86/x64), the native DLLs were previously copied to the arcgisruntime100.x/clientXX folders. With 100.7.0, they are now placed in the same folder as the executable. Windows 10 version 1703 is no longer supported. With the 100.7 release, the minimum Windows 10 version is 1709. Deprecations Support for iOS 11 is deprecated. A minimum of iOS 12 will be required at the next release. Support for Android API level 19 (Android 4.4, KitKat) is deprecated. A minimum of API level 21 (Android 5.0, Lollipop) will be required at the next release. Support for Windows 10 version 1709 is deprecated. In accordance with the Windows 10 End of service for Enterprise and Education editions, a minimum of Windows 10 version 1803 will be required at the next release. Support for Windows 7 SP1 is deprecated. A minimum of Windows 10 version 1803 will be required at the next release for the development and deployment of apps on Windows. Toolkit Throughout the 100.5, 100.6, and 100.7 release cycles we have been working on a brand new iteration of the Legend control included with the Toolkit and as that work continues to make great progress we hope to be in a position to release the Toolkit 100.7 soon... Open Source Example Apps We are also excited to announce significant updates to the .NET open source app 'Data Collection’: Data Collection app is now available for UWP Data Collection for WPF is enhanced with support for attachments See the ArcGIS Developers site for more information. Thank you for your ongoing support and feedback. We hope you’ll find these updates valuable as you continue to build amazing technology for your users with ArcGIS Runtime. The ArcGIS Runtime .NET Dev Team
... View more
01-30-2020
11:22 AM
|
2
|
1
|
2084
|
|
POST
|
Hi, When packaging (or creating your model/script) you should specify that input parameter as a FeatureSet, which will match with the API type GeoprocessingFeatures Class. For a sample see: Analyze viewshed (geoprocessing) | ArcGIS for Developers Also see Author and publish a geoprocessing model—ArcGIS Runtime SDK for .NET | ArcGIS for Developers Regards Mike
... View more
01-23-2020
12:47 PM
|
0
|
0
|
1738
|
|
POST
|
Hi, Additional details on creating a Local Server deployment can be found in the Guide: Create a Local Server deployment—ArcGIS Runtime SDK for .NET | ArcGIS for Developers . Also review the table of supported GP tools: Local Server geoprocessing tools support—ArcGIS Runtime SDK for .NET | ArcGIS for Developers Cheers Mike
... View more
01-17-2020
11:11 AM
|
2
|
0
|
1985
|
|
POST
|
Hi, The error message `Unable to complete operation.` is the error received from from the service. It usually indicates that there is a problem with the parameters. You could try going to the REST endpoint for your server (e.g. NetworkAnalysis/SanDiego (NAServer)) and entering the same values to determine if it still fails. Then iterate on the values you're entering to determine what the issue might be. For example, what is the spatial reference of the stops and versus the spatial reference of the network? Since you mention Windows 7, note that our current 100.7 release is the last release that is certified for Windows 7. At the next release (100.8) the minimum requirement will be Windows 10 version 1803 (April 2018). Cheers Mike
... View more
01-17-2020
09:28 AM
|
0
|
1
|
3438
|
|
POST
|
Hi, What would you like to do with the polygons? Take a look at the following samples: - arcgis-runtime-samples-dotnet/FeatureCollectionLayerFromQuery.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · G… - arcgis-runtime-samples-dotnet/FeatureLayerQuery.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · GitHub The special whereclause to return all features is: "1=1". Cheers Mike
... View more
01-15-2020
04:22 PM
|
0
|
0
|
1374
|
|
POST
|
Massimo, Please can you retest with 100.7? Thanks Mike
... View more
01-09-2020
10:42 AM
|
0
|
1
|
1665
|
|
POST
|
Use of the local server to load raster data is in most cases a legacy approach and is now superseded by the direct API approach. Does the raster data display correctly in ArcGIS Pro?
... View more
01-09-2020
08:21 AM
|
0
|
1
|
2275
|
|
BLOG
|
Hi, We're working on some significant improvements to the Legend control for the next update to the Toolkit. Until then you can continue to use the current v100.4 release or optionally you can build from the source code. Regards Mike
... View more
01-08-2020
05:37 PM
|
0
|
0
|
3611
|
|
POST
|
Hi, To add raster data to the map/scene we recommend using the direct API capability rather than via the Local Server component. For more information see the doc/sample: Raster Class. Regards Mike
... View more
01-08-2020
12:12 PM
|
0
|
3
|
2275
|
| 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 |
07-02-2026
06:07 AM
|