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

前端 未结 19 1528
走了就别回头了
走了就别回头了 2020-12-07 18:21

I have recently installed the new Azure development tools for Visual Studio 2010 service pack 1. Every time that I try to publish an existing website (using file system depl

19条回答
  •  日久生厌
    2020-12-07 19:00

    I have the same issue in VS2013, the solution I found was by creating a new empty web application project can copying the following lines from it into my old website project: At the top:

    
      
    
    
        10.0
        $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
      
      
      
      
    

提交回复
热议问题