[解決済み] Visual Studio 2015 プロジェクトのビルドに失敗したが、エラーは発生しない
2022-05-13 11:11:19
質問
私のプロジェクトのビルドはすべて失敗しますが、何のエラーも表示されません。クリーニングと再構築を試しましたが、うまくいきませんでした。
MSBuild の出力の冗長性を '診断' に変更し、問題を特定するのに役立つと期待しましたが、今は行き詰っています。出力は次のようなものです。
1>Project 'ProjectMM.Data.Models' is not up to date. Input file 'C:\Projects\ProjectMM\ProjectMM.Data.Models\ProjectMM.Data.Models.csproj' is modified after output file 'C:\Projects\ProjectMM\ProjectMM.Data.Models\bin\Debug\ProjectMM.Data.Models.pdb'.
All packages are already installed and there is nothing to restore.
1>------ Build started: Project: ProjectMM.Data.Models, Configuration: Debug Any CPU ------
2>Project 'ProjectMM.Data' is not up to date. Input file 'C:\Projects\ProjectMM\ProjectMM.Data\ProjectMM.Data.csproj' is modified after output file 'C:\Projects\ProjectMM\ProjectMM.Data\bin\Debug\ProjectMM.Data.pdb'.
2>------ Build started: Project: ProjectMM.Data, Configuration: Debug Any CPU ------
3>Project 'ProjectMM' is not up to date. Input file 'c:\projects\projectmm\projectmm\app_start\bundleconfig.cs' is modified after output file 'C:\Projects\ProjectMM\ProjectMM\bin\ProjectMM.pdb'.
3>------ Build started: Project: ProjectMM, Configuration: Debug Any CPU ------
========== Build: 0 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========
どのように解決するのですか?
私も同じ問題が発生し、Visual Studio を終了して再度開くと解決しました。
また、ソリューションのクリーニングを試しましたが、同様にクリーニングは失敗しました。
これがうまくいかない他のシナリオがあるかもしれませんが、私の場合、再起動することで解決しました。
関連
-
[解決済み】「The breakpoint will not currently be hit」を改善するには?このドキュメントにはシンボルが読み込まれていません。" という警告はどうすれば改善されますか?
-
[解決済み】ERROR: ソースファイルを開けない " "
-
[解決済み] LINK : fatal error LNK1104: cannot open file 'D:\...MyProj.exe'.
-
[解決済み] Visual Studioはタブを4つのスペースに置き換えますか?
-
[解決済み] VS2013 の Developer Command Prompt はどこにありますか?
-
[解決済み] Visual Studioのデバッグ/ロードが非常に遅い
-
[解決済み] Visual Studioで、既存のディレクトリツリーをプロジェクトに追加するにはどうすればよいですか?
-
[解決済み】Visual Studioでコードを自動フォーマットする方法とは?
-
[解決済み】ソリューションエクスプローラーで、開いているタブからファイルを自動選択する。
-
[解決済み] Visual Studioでビルド時間を表示する?
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
[解決済み】COMコンポーネントの呼び出しからエラーHRESULT E_FAILが返された VS2012 デバッグ時
-
[解決済み] Visual Studioで不整合な行末を正規化するとはどういう意味ですか?
-
[解決済み] Windows 10でVisual Studio 2015をインストールする際、"A Setup Package is either missing or damaged "エラーが発生する。
-
[解決済み] Visual Studio for xamarinで「XamlCTask」タスクが予期せず失敗する。
-
[解決済み] Visual StudioでGitを使う【終了しました
-
[解決済み】コンソールアプリのMainメソッドにasync修飾子を指定できない。
-
[解決済み】Visual Studio IDEで空白文字の表示をオフにする方法
-
[解決済み】"project" nuget configuration is invalid エラーの取得 [重複]。
-
[解決済み】Visual Studioでファイル名を検索する方法は?
-
[解決済み】Visual Studioのnormalize inconsistent line endingsの意味は何ですか?