Geoprocessing service failed to start ??

3894
24
Jump to solution
10-06-2018 10:06 PM
ManishShrivastav
New Contributor III

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

0 Kudos
24 Replies
ManishShrivastav
New Contributor III

Please find the exception that I am getting below. Hope this helps!

0 Kudos
Sharan_saiGudibanda_Nagesh
New Contributor

Hi,

I have downloaded the file and running the LocalServerTest with 100.5 version but i was unable to start, The status change event gives the output starting but not started, Due to this process get failed

Pls do provide the required resources.

0 Kudos
ManishShrivastav
New Contributor III

Can you try the following?

 

- Open the deployment file (`ArcGISLocalServer_100.5.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">`). This might solve the problem.

0 Kudos
Sharan_saiGudibanda_Nagesh
New Contributor

I have made false every package in that file, but issue was not resolved. Is there any other way, or if you have any example that has succeded

Get Outlook for Android<https://aka.ms/ghei36>

0 Kudos
Sharan_saiGudibanda_Nagesh
New Contributor

Any Help Regarding above problem, I have tried all the cases above

0 Kudos