Windows error 0x80073B08, -2147009784

Detailed Error Information

MRM_INVALID_FILE_TYPE[1]

MessageInvalid file type.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code15112 (0x3b08)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00003b08.

Questions

1vote
2answers

Failing to localize WIndows 8 App with Multilingual App Toolkit

I'm trying to localize my Windows 8 App with the Multilingual App Toolkit. And for that I tried to follow this explanation to the point: http://channel9.msdn.com/posts/Build-Multi-language-apps-using-the-Multilingual-App-Toolkit but it fails with the following Output: 1> Multilingual App Toolkit build started. 1> Merge of Loc PRI file failed calling makepri.exe: '0x80073B08' 1> [...] read more
localization
windows-8
windows-runtime

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0