workfllow error message from httpmyserverGeocortexEssentialsRESTsitesCharlotteArcGISOnlineworkflowsSearchForSchoolsWorkflowf=pj…
{"error" : { "code" : 500, "message" : "Cannot create unknown type '{clr-namespace:Geocortex.Workflow.Activities;assembly=Geocortex.Workflow}ArcGisClientToGeocortexGeometry'.", "details" : [ "Cannot create unknown type '{clr-namespace:Geocortex.Workflow.Activities;assembly=Geocortex.Workflow}ArcGisClientToGeocortexGeometry'." ] } } Iam getting this message from the charlottearcgisonline site. Can anyone help with this? it sounds like a permission or setup problem?Jeff
0
-
Hi Jeff, As of Essentials 3.3 the assembly that provides the Geocortex.Workflow.Activities has been changed from "Geocortex.Workflow" to "Geocortex.Workflow.Activities". This is so that we can upgrade one without upgrading the other. To fix your workflow file, open the XAML file up in a text editor and replace: xmlns:gwa="clr- namespace:Geocortex.Workflow.Activities;assembly=Geocortex.Workflow" With:
xmlns:gwa="clr- namespace:Geocortex.Workflow.Activities;assembly=Geocortex.Workflow.Activities" Are you seeing this error following an upgrade, or when moving the Workflow XAML files around in your organization? -Malcolm0
Please sign in to leave a comment.
Comments
1 comment