The target “MSDeployPublish” does not exist in the project

前端 未结 12 1624
夕颜
夕颜 2020-12-15 19:48

I know there have been other references to this issue. But I didn\'t upgrade from one version of VS to another. I am currently using VS 2013. The project builds fine, and ha

12条回答
  •  借酒劲吻你
    2020-12-15 20:26

    Adding the lines below to my .csproj file seems to solve the same error for me:

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

    As part of trying to resolve the issue, I've also installed the MSBuild.Microsoft.VisualStudio.Web.targets Nuget Package. But I'm still not sure it was necessary in order to resolve the issue.

提交回复
热议问题