16
11

More than 5 years have passed since last update.

Visual Studioのビルドで、Web のマークを削除してくださいのエラーが出る

Posted at

ダウンロード、解凍したソリューションを開いてビルドすると、以下のエラーが出る。

(ファイル名)を処理できませんでした。インターネットまたは制限付きゾーン内にあるか、ファイルに Web のマークがあるためです。これらのファイルを処理するには、Web のマークを削除してください。
キャプチャ2.PNG

環境

  • OS:Windows10 64bit
  • IDE:Visual Studio Community 2019 v16.2.1
    .NET Framework v4.7.03056

対処方法

エクスプローラーから該当するソースファイルのプロパティを開く。『全般』タブの一番下『セキュリティ』欄の『許可する』にチェックを入れ、『OK』をクリックして閉じる。
キャプチャ.PNG
Visual Studioからソリューションを閉じて、開き直せばOK。

16
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
11