您的位置:首页 > 其它

Could not load file or assembly 'ESRI.ArcGIS.SOESupport, Version=10.1.0.0, Culture=neutral, PublicKe

2013-10-22 17:30 951 查看



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

Article ID:40401
Bug Id:[NIM078073 SOE templates (both REST and SOAP) in Visual Studio 2010 fail to be compiled, if ArcGIS Server 10.1 is not installed.]
Software:ArcGIS for Server 10.1
Platforms:Windows Server 2003, Vista, Server 2008, Windows 7

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).

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

-show me-



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

-show me-



In the Visual Studio Command Prompt, type the following command:

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


-show me-



Reopen the SOE project in Visual Studio 2010.
Go to Build > Clean Solution > Build Solution. The solution builds successfully.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐