Windows error 0x00003B06, 15110

Detailed Error Information

MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE[1]

MessageA resource does not have default or neutral value.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80073B06.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code15110 (0x3b06)

Questions

17votes
5answers

Save and Retrieve of an UIImage on CoreData

In my app, I am trying to save and retrieval of an image in core data. I am able to save an image successfully after convention of UIimage into NSData, But when I am trying to get an image as NSData it shows output as given below, case 1: When [...] read more
iphone
objective-c
core-data
uiimage
save
0votes
2answers

crash report and rejected by Apple

https://stackoverflow.com/editing-help I have developed one app for my customer. I tested it on devices(ipad/ipod touch) with ios 4.2, 4.3.2 3.1.3 under ios deployment target 3.0, 3.1.3, 4.2 Every case worked well, I sent my customer the source code project. They compiled on their mac and submitted to app store. But [...] read more
iphone

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