I recently upgraded from VS2010 to VS2013 in our project.
When I try to start our web deployment, I get the following error:
"C: \ G \ ectc.proj" (expand target) (1) → "C: \ G \ Source \ Web \ Web.csproj (ResolveReferences; _CopyWebApplicatio n target) (14:18) → C: \ g \ Source \ Web \ Web.csproj: error MSB4057: target application "_CopyWeb" does not exist in the project.
It is strange if I check the code before updating and run the same build command, which:
msbuild ctc.proj / t: Deployment
It works fine, but doesn't work if I run this command based on VS 2013 code.
thanks
ctc.proj 2010 2013 , , 2013 , CopyWebApplication.
2013 :
msbuild ctc.proj /pp >2013.txt
2010 :
, , CopyWebApplications.
Source: https://habr.com/ru/post/1526974/More articles:Установите шаблон для блока, если есть блоки с тем же именем - magento"..." cannot implement an interface member because it is not public - c #How to break out of favorites in golang - goall moves go to sleep - impasse - concurrency.targets file for Package using only VS2013 - visual-studio-2013Weinre debugging tool does not work in chrome cordova (cca) Android app - androidHow to link different versions of the same library in g ++? - c ++The root prefix for attribute routing WebApi v2 - asp.net-web-apiHas jdk7u25 introduced a timezone error? - javaC ++ stream reference as a member of a class - c ++All Articles