Windows error 0x80073B1F, -2147009761

Detailed Error Information

MRM_MAP_NOT_FOUND[1]

MessageResourceMap Not Found.
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 Code15135 (0x3b1f)

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

Questions

6votes
1answer

Reading an XML resource file in a Javascript WinRT app

I'm trying to set up a config file for some app-specific items (such as API keys) for my WinRT experiment. So far I added a "config.xml" file to the root of my project, marked it as a resource in the properties... and then I'm stuck. Every example I can find [...] read more
javascript
windows-8
windows-runtime
embedded-resource
0votes
0answers

How to Localize UWP DirectX C++?

I have latest Visual C++ 17 (15.9.4), and started with the UWP directX C++ Template (without XAML). When i run that, it works. It shows a multi colored spinning cube, in a window, or fullscreen if i fullscreen it, and also shows the FPS number at the botom right of [...] read more
c++
uwp
directx
-3votes
1answer

Review failed in Windows Store for my appx package

I have sent a new version of my app to Windows app store for review. This time the review has failed at this step: --> App manifest resources tests With this (strange) message: -->E rror Found: The app resources validation test detected the following errors: The "resources.pri" file must contain [...] read more
c#
windows
uwp
desktop-bridge

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