I published my tool to ArcGIS Server as a GPServer.
I have tried running the tool using await Geoprocessing.ExecuteToolAsync(), but doesnt not work. I would like to know the correct way to run my tool.
tks
My code:
string tool_path = @"C:\Data\Tools\agsfile.ags\Mytool/MyScript";
var gpResult = await Geoprocessing.ExecuteToolAsync(tool_path, null);
When I try use "OpenToolDialog", the message below occurs
Solved! Go to Solution.
The problem has been solved.
It is necessary to uncheck the option indicated in the image below when creating the connection.
The problem has been solved.
It is necessary to uncheck the option indicated in the image below when creating the connection.