Why does the xap file of the vsts compilation Silverlight project fail to enter the clientbin folder of the web project?

Source: Internet
Author: User

To solve this problem, you can directly open the web project file XXX. csproj in a text editor, find the node silverlightapplicationlist, modify the value, and save it.

 

You can also refer:

Not including the xap file from the build, when it is a team build will indeed remove the error, but it is not a solution to the problem!
The question is: Why is the xap file not copied to the clientbin folder when running under teambuild.
The magic seems to happen in the webapplication project, because that one has a reference to the Silverlight application.
In my caseI had renamed the Silverlight project and the folder where it lived in .

So the solution is as follows:
Open vs, right-click the WEB Project and selectUnload Project , Next right-click the WEB Project again and selectEdit Xxx . Csproj .
Locate<Silverlightapplicationlist> Tag and edit the path and project name so they are correct again.
Save The file and Check-in The file into TFs.

Restart your build. 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.