I’m building a Windows Phone 8 app in which I’m using the Telerik Rad Controls for WP8. The app is localised to en-US, en-GB, da-DK, de-DE, fr-FR, es-ES & it-IT. When I run the Store Test Kit I get the following error;
[ERROR]: A file registered in the AppManifest.xaml is missing: fr-FR/Telerik.Windows.Controls.Input.resources.dll.
[ERROR]: A file registered in the AppManifest.xaml is missing: it-IT/Telerik.Windows.Controls.Input.resources.dll.
[ERROR]: A file registered in the AppManifest.xaml is missing: it-IT/Telerik.Windows.Controls.Primitives.resources.dll.
The file are present in the relative /Bin/Release folders but are not being included in the .xap file. I’ve cracked open the xap and the correct files are added for all other languages but the above 3 are definitely missing.
I’m using the latest build of RadControls (2012.3.1211 DEC. 11, 2012)
Does anyone have any idea what the problem may be?
Cheers
Si
It appears others are having similar problems but no solutions: App submission fails with 1016 related to Microsoft.Advertising.Mobile.resources.dll
As a work around the files can be added post-build and the xap then passes the Store Test Kit (and I assume will pass certification!).
I have 7zip installed so to fix my specific issue I used the following Post-build event command lines: