Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Publisher display name with special charackters

Kevin_W_4
Beginner
812 Views

Hello,

we have a problem to build a project for windows. We have the special charackter "&" (et) in our company name. Building the Android version is no problem, but the Windows 10 UAP failed with the following error:

CordovaApp.Windows10 : CordovaApp.Windows10._GetProjectArchitecture : arm -> 
...\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(2360,5): error APPX0002: Task 'ExtractStoreAssociationInformation' failed. An error occurred while parsing EntityName. Line 4, position 33. 

If we remove the "&" in the author and publisher display name fields the building ends with success, but verififying in the windows store failed, because the company name and the publisher display name are not the same.

Has anyone a suggestion? Is this a bug in XDK?

0 Kudos
4 Replies
Diego_Calp
Valued Contributor I
812 Views

Hello,

Did you try escaping the & char? For example using & or \& 

Regards

Diego

0 Kudos
Kevin_W_4
Beginner
812 Views

Thanks for your fast response.

Sure, I tried to use & ,& , \& . The same result.

 

0 Kudos
Jerroyd_M_Intel
Employee
812 Views

Hi Kevin,

This is indeed a bug with the Intel XDK build system! I will engineer and apply a fix, and reply with the issue has been resolved. You won't need to update the Intel XDK, as the fix is being made on our build servers.

--Jerroyd

UPDATE: The build system has been patched. You should be good to go!

0 Kudos
Kevin_W_4
Beginner
812 Views

Works! Thanks so much for fast and nice support!

Have a good day.

0 Kudos
Reply