yment.targets(753,5): error : Copying file ..\Web\Chart\test\implement\compile.jpg to .\Source\Chart\test,implement,compile.jpg failed. Could not find a part of the path '..\Web\Chart\test\implement\compile.jpg'. [D:\workspace\src\Web_deploy \Web_deploy.wdproj]
It appears that the new task introduced in the RTW CopyPipelineFiles is not able to properly handle file name containing (,). It replaces it with forward slashes (\) and causes file not found error. Can anyone provide a workaround that doesn't involve
renaming the file or downgrade to older WDP?
BlueFoxReg
0 Points
1 Post
Visual Studio 2010 Web Deployment Project fails to build when a file has a comma ( , ) character
Nov 15, 2012 04:10 PM|LINK
When using older version of the WDP (10.0.30319.4) and everything builds fine. With the latest RTW (10.0.30319.5), our build fails on the following
C:\Program Files (x86)\MSBuild\Microsoft\WebDeployment\v10.0\Microsoft.WebDeplo
yment.targets(753,5): error : Copying file ..\Web\Chart\test\implement\compile.jpg to .\Source\Chart\test,implement,compile.jpg failed. Could
not find a part of the path '..\Web\Chart\test\implement\compile.jpg'. [D:\workspace\src\Web_deploy
\Web_deploy.wdproj]
It appears that the new task introduced in the RTW CopyPipelineFiles is not able to properly handle file name containing (,). It replaces it with forward slashes (\) and causes file not found error. Can anyone provide a workaround that doesn't involve renaming the file or downgrade to older WDP?