ArcGIS .Net GP tools debug

3341
2
Jump to solution
08-05-2015 03:05 AM
Enguerranddes_Vaux
New Contributor III

I'm developping a GP Tools with .Net arcObject SDK.

I would like to debug my GP tool but i'havent' figured how.

I'have try to enable background processing in Geoprocessing Options and attach process to my Visual Studio but the GP tools vrash with the ERROR 000820: The parameters need repair.

If i desable the background processing i'can't debug anymore.

How proper debug GP tools develop in .Net arcobject ?

0 Kudos
1 Solution

Accepted Solutions
YuanLiu
Occasional Contributor

Hi, here's documentation about how to debug function tools in background processing http://resources.arcgis.com/en/help/arcobjects-net/conceptualHelp/#/How_to_debug_a_function_tool_run...  Hope it helps.

However I would suggest to double check if all your tool parameters are properly set according to the error message. Besides, what is the .NET runtime version you are targeting? Did you try to target it to .NET 3.5?

View solution in original post

2 Replies
YuanLiu
Occasional Contributor

Hi, here's documentation about how to debug function tools in background processing http://resources.arcgis.com/en/help/arcobjects-net/conceptualHelp/#/How_to_debug_a_function_tool_run...  Hope it helps.

However I would suggest to double check if all your tool parameters are properly set according to the error message. Besides, what is the .NET runtime version you are targeting? Did you try to target it to .NET 3.5?

Enguerranddes_Vaux
New Contributor III

My tool parameters was not properly set !

thx

0 Kudos