2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Visual Studio】ビルド時に発生するエラーの解消法

Last updated at Posted at 2020-07-17

コードを開いた際にいきなり、下記のエラーが発生。
それに対して対して調べて出てくる内容は一通り検証。
その結果1つだけ解消できた内容があったので書き残しておく。

エラー:CS0006 メタデータ ファイル:参照ファイルのパス/参照ファイル名.dllが見つかりませんでした。
エラー:LC.exe コード-1を伴って終了しました。

1.Visual Studioを閉じる。
2.対象プロジェクトのbinフォルダとobjフォルダを削除
3.対象プロジェクトのPropertiesフォルダにあるlicenses.licxをテキストエディタで開き、内容をすべて削除(ファイル自体は残しておく)
4.Visual Studioを開いて下記の内容の順に実行
 ・ビルトメニューから「ソリューションのクリーン」
 ・ビルドメニューから「ソリューションのリビルド」

参考サイト:https://kb.jp.infragistics.com/?p=955

-作業環境-
OS:Windows10 64bit
IDE:Visual Studio 2015

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?