Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同一のアイテムが重複している csproj はアクションを 2 回実行しますか?
<Compile Include="Dashboard\Default.aspx.designer.cs"> <Compile Include="Dashboard\Default.aspx.designer.cs">
通常、そのようなエラーがスローされます
error MSB3105: The item "Default.aspx.designer.cs" was specified more than once in the "Sources" parameter
本当に再確認する必要がある場合は、フルビルドの後に別のインクリメンタルビルドを実行してエラーを探します。次回は出力がかなり小さくなるためです。