Windows error 0x000000C7, 199

Detailed Error Information

AUTODATASEG_EXCEEDS_64k[1]

MessageThe operating system cannot run this application program.
Declared inwinerror.h

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

TIMER_OR_DPC_INVALID[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0xC7: TIMER_OR_DPC_INVALID.

HRESULT analysis[3]

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[3][1]
DescriptionThe default facility code.[3][1]
Error Code199 (0x00c7)

Questions

1vote
1answer

How to resolve failed assembly verification when installing assembly into SQL Server

I need to do SFTP from within a SQL Server context. I can do FTP with MS libraries, but they do not support SFTP. So I downloaded Rebex, and put together a sample project, and tried to install it into SQL Server as a CLR stored procedure. When doing this, [...] read more
c#
sql-server
clrstoredprocedure
rebex
0votes
1answer

Windows Phone App crashes after Launcher.LaunchFileAsync when downloaded from store

I have a strange problem, if I deploy my app through visual studio as debug or release version all is working well. But if I publish it to the store and download it from there the app crashes after Launcher.LaunchFileAsync or FileOpenPicker. When my app launches for example the default [...] read more
windows-phone
windows-phone-8.1
windows-phone-store

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0