Merge of Loc PRI file failed calling makepri.exe: '0x80073B08'
1> multilingual app toolkit build started.
1> merge of loc pri file failed calling makepri.exe: '0x80073b08'
1> multilingual app toolkit build completed errors.
i can't seem able find information on , tried add localization support described here:
http://channel9.msdn.com/posts/build-multi-language-apps-using-the-multilingual-app-toolkit
this error code indicates (localized) resource add attempted, source resource not in pri file. 3 conditions discovered can cause condition resources.
-
a duplicate resource exists in resjson file.
javascript example:
"cancel" : "cancel"
"cancel" : "cancel" <-- duplicate resource -
a resource id conflicts different resource same base path information.
javascript example:
"about" : "about title"
"about/okbtn" : "ok". <-- resource path same previous resource's idxaml example:
mybutton : "button without property"
mybutton.content : "hallo welt" <-- becomes "mybutton/content", conflicts "mybutton" id -
a resource id contains same name resource file.
common example:
filename: resources.resjson
"dialog/resources/title" : "welcome"
please these conflicts know cause error message. see error on preview version. please ensure running released version of toolkit - v1.0.1114.0.
Archived Forums T-U > Tools for Windows Store apps (archived)
Comments
Post a Comment