Select to view content in your preferred language

page property for SOE in Arcgis Manager and ArcCataolg

2537
1
03-21-2012 01:57 AM
BI_IRIE_FABRICEIRIE
New Contributor
Hello,

I'm trying now to create a property page for my SOE in Arcgis Manager and ArcCatalog. In Manager, i use fiddler to listen server response. I download a sample on resource center (http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Sample_Spatial_Query_RE...) and test it.
The result is the same.

===> method LoadConfigurator has no imlementation.

Can you help me ?

Best regards,
Fabrice.
0 Kudos
1 Reply
SterlingQuinn
New Contributor
Fabrice-

I am wondering if you noticed or tried this step in the build instructions, which are found about halfway down in the link you referenced:

"1. In the Solution Explorer, right-click the SpatialQueryREST.Manager project, and click Build. If your project fails to build and you are running ArcGIS 10.0 Service Pack 1, you might need to add one more string argument, serviceTypeName, to LoadConfigurator in your Configurator.cs code file. For example, the C# implementation of the line of code defining LoadConfigurator looks like the following: public string LoadConfigurator(ESRI.ArcGIS.Server.IServerContext serverContext, . . ., string servicesEndPoint, string serviceName, string serviceTypeName)."

This applies to any service pack with 10.0.

Best wishes,
Sterling
0 Kudos