Windows error 0x80073B0D, -2147009779

Detailed Error Information

MRM_RESOURCE_TYPE_MISMATCH[1]

MessageInvalid ResourceCandidate 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 Code15117 (0x3b0d)

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

Questions

1vote
1answer

Undocumented MakePri.exe

I am trying to app into the store. Since it's a WPF app I have to use makepri.exe. It keeps failing even though I am following the exact parameters given in the guide. The parameters I am giving it are: cd "C:\Users\XXX\Documents\Visual Studio 2017\Projects\MyCompany.MyApp\MyCompany.MyApp" "C:\Program Files (x86)\Windows Kits\10\bin\x86\makepri.exe" createconfig /o [...] read more
wpf
packaging

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