VS2015 packaging hint list references files that are not part of the payload "Xx.dll" workaround

Source: Internet
Author: User

Because you are making live tiles for your app, you need to reference the runtime components. After the production, ready to pack and upload the store, but in the packaging of the compilation, there is a strange problem, vs always packaging failed, hint: The manifest refers to a file that is not part of the load "Xx.dll". Click the error and not jump to the wrong place. It's strange. After a long time did not understand how, finally, the total online search, keep searching, finally found a Chen Rensong teacher's article: http://www.songsong.org/post/2015/09/30/81.html

Same as the problem I encountered.

The solution is as follows:

Open the project folder with Notepad, locate the file with the suffix: csproj, and open it. Where you find ItemGroup, add the following group below, in turn. where xx represents the wrong name of your project file. You can save it.

< ItemGroup >    < AppxSystemBinary Include = "xx.dll"  /> </ ItemGroup > Welcome to the students who love UWP development dabigatran: 193148992, learn to communicate together. --it Chase Dream Garden

VS2015 packaging hint list references files that are not part of the payload "Xx.dll" workaround

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.