Problem:  Unable to access hyperlinks in ArcGIS Viewer for Silverlight application pop-up

相关信息
Article ID: 42975
Bug Id: N/A
Software:
ArcGIS API for Microsoft Silverlight/WPF 1.0, 1.1, 1.2, 2.0, 2.1
ArcGIS for Server 10.1, 10.2, 10.2.1, 10.2.2
Platforms: N/A

问题描述
Unable to access Universal Naming Convention (UNC) path hyperlinks in pop-ups in the ArcGIS Viewer for Silverlight.

原因
Pop-ups in a Silverlight application display a feature’s attributes and they can be configured to display when users hover over a feature (on-hover mode) or when the feature on the map is clicked (on-click mode).

Hyperlinks only work in ArcGIS Viewer for Silverlight if they are presented as URLs. A UNC path does not work as a hyperlink in a Silverlight application pop-up.


Hyperlinks are available in pop-ups if the URL exists as a field value in a feature layer.
已邀请:

易智瑞技术支持

赞同来自:

解决方案
Create a URL by adding data to the LocalDrive:\inetpub\wwwroot folder in Internet Information Services (IIS). This is so users can use their server as a hosting machine for the data. Alternatively, the user can store images on an image hosting web site.


  1. In IIS, open the LocalDrive:\inetpub\wwwroot folder.
  2. Copy and paste the data (for example, images) from the shared folder into the inetpub\wwwroot folder.
  3. Access the images from a web browser.
  4. Copy and paste the URL into the feature class attribute table and republish the service.


其它相关参考
  1. ArcGIS Resources: Pop-ups
  2. ArcGIS Resources: What is the ArcGIS Viewer for Silverlight


创建及修改时间
Created: 8/14/2014

Last Modified: 8/28/2014
原文链接
http://support.esri.com/en/kno ... 42975

要回复问题请先登录注册