Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat's the best way to upgrade the msbuild components on a build server for a VS2010 web application?
    primarykey
    data
    text
    <p>I have run into a disparity between the developers desktop machines, which are running Visual Studio 2010 SP1, and the build server, which appears to be based around the msbuild components from VS2010 RTM.</p> <p>The web deployment fails due to a problem with the *.deploy.cmd script that is generated, and is explained by this SO question: <a href="https://stackoverflow.com/questions/6595086/msdeploy-v2-doesnt-work-with-vs2010s-packages">msdeploy v2 doesn't work with vs2010's packages</a>. The approved answer (edit the batch file) is unworkable (it's auto generated) and the latter one suggests it's fixed by TFS 2010 SP1, but we're using a different CI server and VCS.</p> <p>Our build machine appears to have been set up by following the instructions in this SO question: <a href="https://stackoverflow.com/questions/3980909/microsoft-webapplication-targets-was-not-found-on-the-build-server-whats-your">Microsoft.WebApplication.targets was not found, on the build server. What's your solution?</a>. This suggests installing the Platform SDK and Visual Studio Shell.</p> <p>It looks to me as if the files "Microsoft.Web.Publishing.*" in the following folder:-</p> <p>%ProgramFiles(x86)%\MSBuild\Microsoft\VisualStudio\v10.0\Web</p> <p>is what needs updating, but I don't know what the best way to do this is? I don't want to just blindly copy a bunch of files from a developers desktop, if there is a formal package available. Will VS2010 SP1 do the trick without installing a load of other stuff in the process? Are these files even part of SP1 or is there another package I need to install instead?</p> <p>The <a href="https://stackoverflow.com/questions/3980909/microsoft-webapplication-targets-was-not-found-on-the-build-server-whats-your">original question</a> suggests to me that this is not a Microsoft sanctioned set-up which is why the answers seem to revolve around just copying assemblies manually.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload