Aller au contenu principal

Extensions.ExtractFeatureMapOperation Error

Commentaires

1 commentaire

  • Drew Millen
    Hello,   The default "CharlotteArcGISOnline" site that ships with Geocortex Essentials contains "extensions", as well as the definition of a custom REST endpoint.  These serve as examples for implementing custom extensions and custom REST endpoints.  You can learn more about custom extensions and custom REST endpoints on the REST API section of the Geocortex Essentials Resource Center: http://resources.geocortex.com/essentials/apis/rest/   Navigate to the "Concepts" tab, then expand the topics on Custom Properties and Custom Extensions and Custom REST Endpoints .    From the stack trace below, it looks like the reference to an extension assembly is present, but the extension assembly itself is not.  The Extensions.ExtractFeatureMapOperation class belongs to the extensions assembly located in "Sites\CharlotteArcGISOnline\Extensions\Extensions.dll".  Can you verify that this DLL is present?   If not, you may want to restore the default sites from the "Sample Sites" directory which is ajacent to the Sites directory.   If you would prefer not to use the extensions, you can remove the reference to the Extensions.dll by modifying (or removing) the file "Sites\CharlotteArcGISOnline\RestResources.xml".  This file defines the extensions that are used to define custom REST endpoints, and it is where Geocortex Essentials looks to discover custom extension assemblies.   I hope this information helps!   Drew.

     

    0

Vous devez vous connecter pour laisser un commentaire.