Windows error 0x80073B0A, -2147009782

Detailed Error Information

MRM_INVALID_QUALIFIER_VALUE[1]

MessageInvalid qualifier value.
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 Code15114 (0x3b0a)

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

Questions

4votes
2answers

Build error in Windows Phone (Universal) app

I am trying to build a Windows Phone app. I am currently getting an error: Processing Resources with error: Invalid qualifier value. File: MakePri and Invalid qualifier: (null) File: MakePRI I was originally using the Multilingual App Toolkit, but I have since disabled it to no effect. When building with [...] read more
msbuild
windows-runtime
windows-phone
windows-store-apps
windows-phone-8.1
3votes
0answers

Windows 8.1 Store app MAKEPRI build errors for new project

I just wanted to start building apps for Windows Phone but after creating a new project for Windows Phone and hitting the F5 button to run it, I get these errors: 1>MakePri : error 0x80073b0a: Initializing Indexer 1>MakePRI : error 0xdef00042: Invalid qualifier: Scale Note this is a new project. [...] read more
windows-phone-8
visual-studio-2013
windows-phone
windows-store-apps
1vote
0answers

Error:Invalid qualifier: Scale

I am just getting started with Xamarin. I am using Visual studio 2015 and Xamarin Forms (Portable) template to create the projects. Once I create the projects and do a build, I get the following errors in the MakePRI file from the WinPhone project. what am I missing? Invalid qualifier: [...] read more
xamarin
visual-studio-2015
xamarin.forms
xamarin.winphone

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