Windows error 0x00003700, 14080

Detailed Error Information

SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME[1]

MessageThe supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
Declared inwinerror.h

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

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 Code14080 (0x3700)

Questions

1vote
1answer

GDB does not load symbols from libraries

I try to debug some native code on Android with GBD. The code wasn't created by me and is not in an Android project, so I can't use the ndk-gdb tool. I use gdbserver on the android machine and connect to it from my mac with the normal GDB program. [...] read more
c
android-ndk
gdb
gdbserver
0votes
0answers

RecursionError: maximum recursion depth exceeded in comparison Fatal Python error: Cannot recover from stack overflow

I wanna to do a chat application when the user typing a URL or mail text will become hyperlink google.com / abc123@gmail.com similar like Whatsapp and Facebook Messenger. But now my code can't type anything will get the error: > RecursionError: maximum recursion depth exceeded in comparison Fatal Python > [...] read more
python
regex
python-3.x
0votes
1answer

App crashing with alert view

I'm new to Objective C and I have a question. I created an alert view and got a text field inside of it so when the user tries to put in a name he/she can have the label named what he/she entered for the file name. When the user clicks [...] read more
objective-c
crash

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