Reputation: 1023
I get the following error when I attempt to publish my project:
Error 1 Copying file System.Net.Http.Formatting.dll to obj\Release\Package\PackageTmp\System.Net.Http.Formatting.dll failed. Could not find file 'System.Net.Http.Formatting.dll'. 0 0 Applications
A few points to consider.
Any ideas on where to look?
(Update - I've also tried deleting and recreating my publish profile without success)
Upvotes: 1
Views: 1271
Reputation: 1023
In my csproj file I had two spurious entries:
Content Include="System.Net.Http.Formatting.dll"
Content Include="System.Net.Http.Formatting.xml"
Deleting these entries fixed the problem with the publish. How or why these existed is a mystery of the sea.
Upvotes: 3