laptop and a wrench

不具合

Unable to build the Interactive SDK Samples(http://help.arcgis.com/en/webapi/silverlight/samples/start.htm) if the unzipped path has folders with spaces

最後に公開された状態: August 25, 2014 ArcGIS API for Silverlight
不具合 ID 番号 NIM060849
送信されましたSeptember 2, 2010
最終更新日June 5, 2024
適用対象ArcGIS API for Silverlight
見つかったバージョン2.0
プログラム言語All
オペレーティング システムWindows OS
オペレーティング システムのバージョンXP
修正されたバージョン2.0
ステータスFixed

参考情報

Download fixed

対処法

To resolve the issue(folders with spaces) , the POST-BUILD EVENT Command has to be modified as below. In other words, for "xcopy" command, %%I should be defined as "%%I"(double quotes are introduced)POST-BUILD EVENT Command (C# Solution)@echo ------ Copy xaml files to ArcSDKWeb -------cd "$(ProjectDir)"for /R "$(ProjectDir)" %%I in (*.xaml) do (xcopy "%%I" "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\" /C/I/R/Y)for /R "$(ProjectDir)" %%I in (*.xaml.cs) do (xcopy "%%I" "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\" /C/I/R/Y)for /R "$(SolutionDir)\VBNet\ArcGISSilverlightSDK\" %%I in (*.xaml.vb) do (xcopy "%%I" "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\" /C/I/R/Y)@echo ------ Delete xaml files copied from ArcSDK root folder -------for %%I in (*.xaml) do (del "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\%%~nI%%~xI")for %%I in (*.xaml.cs) do (del "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\%%~nI%%~xI")@echo ------ Rename xaml.cs to xaml.cs.txt files in ArcSDKWeb -------for /R "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\" %%I in (*.xaml.cs.txt) do (del "%%I")for /R "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\" %%I in (*.xaml.cs) do (rename "%%I" "%%~nI%%~xI.txt")for /R "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\" %%I in (*.xaml.vb.txt) do (del "%%I")for /R "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source" %%I in (*.xaml.vb) do (rename "%%I" "%%~nI%%~xI.txt")POST-BUILD EVENT Command (VB.NET Solution)@echo ------ Copy xaml files to ArcSDKWeb -------cd "$(ProjectDir)"for /R "$(ProjectDir)" %%I in (*.xaml) do (xcopy "%%I" "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\" /C/I/R/Y)for /R "$(ProjectDir)" %%I in (*.xaml.vb) do (xcopy "%%I" "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\" /C/I/R/Y)@echo ------ Delete xaml files copied from ArcSDK root folder -------for %%I in (*.xaml) do (del "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\%%~nI%%~xI")for %%I in (*.xaml.vb) do (del "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\%%~nI%%~xI")@echo ------ Rename xaml.vb to xaml.vb.txt files in ArcSDKWeb -------for /R "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\" %%I in (*.xaml.vb.txt) do (del "%%I")for /R "$(SolutionDir)\ArcGISSilverlightSDKWeb\Assets\Source\" %%I in (*.xaml.vb) do (rename "%%I" "%%~nI%%~xI.txt")

再現の手順

不具合 ID: NIM060849

ソフトウェア:

  • ArcGIS API for Silverlight

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動