I\'m developing an application which is to be deployed with ClickOnce. After downgrading from .NET 4.5 to .NET 4.0 and replacing repairing bad references, now I have problem
Posted message by Microsoft on Visual Studio support thread says that:
This will be fixed in the next update to Visual Studio 2013. Till then you will have to use the workaround of adding the assemblies as a link.
so, I found the next resolution (issue 8):
This occurs because ClickOnce fails to deploy certain required assemblies. As a workaround, do the following:
In my case, enough to add only one library System.Net.Http.