Question

I am responsible over managing our automated builds and recently we have moved two silverlight based web applications into the same solution. Now about half the time when we build through the build server the build fails randomly with one of the two xap files with the following error message.

Xap packaging failed. The process cannot access the file 'G:\Builds\2\Application Suite\Main\Binaries\silverlight app1.xap' because it is being used by another process.

The structure is as follows:

web app1 BUILDS silverlight app1

web app2 BUILDS silverlight app2

Can some one help me solve this issue it is causing me quite a headache?

Was it helpful?

Solution 2

It turns out that I had to change the tfs build settings for msbuild to build each of the projects one at a time.

Here are the steps to take:
Goto builds -> Edit Build Definition -> Process Tab -> Edit "MSBuild Multi-Proc" to False

Screen shot of TFS Build

Not the best solution as it slows the total build process down because the projects cannot build in parallel but it worked

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top