Why do I get the error "The target GatherAllFilesToPublish does not exist"?

Here what the issue is.When you install the Azure SDK bits it installs some VS Web Publish updates. One of these updates the file at C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets. Based on how our setup is defined if that file has an updated timestamp (for whatever reason) then when you install the new component the file does not get updated.

 

To resolve this you should be able to follow the steps below:

  • Rename the Microsoft.WebApplication.targets to Microsoft.WebApplication.targets.bak
  • Install/Repair using the exe at http://go.microsoft.com/fwlink/?LinkId=253458

 

posted @ 2012-06-30 14:09  微小  阅读(1055)  评论(0编辑  收藏  举报