Hi,
I am using ArcGIS Runtime SDK for .Net to develop a WPF App which is trying to demonstrate how to perform geoprocessing tasks using Local Server by duplicating the code from ArcGISRuntime.WPF.Viewer and making necessary changes in the code.
After debugging I get a exception message "geoprocessing service failed to start."
I have installed all the necessary references and SDKs and nuget packages as well.
I am attaching the XAML and C# code files as well.
Please let me know what am I not doing right to get the app started.
Thank you,
Manish
Hi,
Can you try the following?
- Open the deployment file (`ArcGISLocalServer_100.3.AGSDeployment`)
- Set the Pro package to false (`<Package id="Pro" name="ArcGIS Pro Compatible Server" enabled="false">`)
- And/or set the ArcMap package to false (`<Package id="ArcMap" name="ArcMap Compatible Server" enabled="false">`)
Setting the deployment to false will ensure the LocalServices API uses the Local Server SDK installation location where all Local Server files are located.
For more information see Create a Local Server deployment—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers
Cheers
Mike