BUG

ArcGIS 10.1 SOE templates (both REST and SOAP) cannot be compiled in Visual Studio 2010

Last Published: April 25, 2020

Description

When compiling a REST or SOAP SOE template from Visual Studio 2010 on a machine where ArcObjects SDK 10.1 is installed but ArcGIS Server is not installed, the following error is returned:

"Could not load file or assembly 'ESRI.ArcGIS.SOESupport, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86' or one of its dependencies. The system cannot find the file specified."

Cause

This issue happens because the ESRI.ArcGIS.SOESupport assembly is not registered in the Global Assembly Cache (GAC).

Workaround

This issue can be resolved by manually registering the ESRI.ArcGIS.SOESupport assembly in the GAC using the Global Assembly Cache Tool (Gacutil.exe).

  1. Ensure the 'ESRI.ArcGIS.SOESupport.dll' file exists in the <ArcGIS DeveloperKit install location>\bin directory.

    [O-Image]
  2. Go to Start > All Programs > Microsoft Visual Studio 2010 > Visual Studio Tools.
  3. Right-click Visual Studio Command Prompt (2010) and select Run as administrator.

    [O-Image]
  4. In the Visual Studio Command Prompt, type the following command:

    gacutil /i "<ArcGIS DeveloperKit install location>\bin\ESRI.ArcGIS.SOESupport.dll"


    [O-Image]
  5. Reopen the SOE project in Visual Studio 2010.
  6. Go to Build > Clean Solution > Build Solution. The solution builds successfully.

Article ID:000011602

Software:
  • ArcGIS Server

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic