Steve G
Steve G

Reputation: 1023

Publish Project Fails

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

Answers (1)

Steve G
Steve G

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

Related Questions