Windows error 0x00000236, 566

Detailed Error Information

THREAD_NOT_IN_PROCESS[1]

MessageAn attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
Declared inwinerror.h

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

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 Code566 (0x0236)

Questions

3votes
1answer

MissingManifestResourceException when running tests after building with MSBuild (.mresource has path in manifest)

I am having a problem with embedded resources for a C# project on a build server using MSBuild on the command line. The project works just fine when building and running tests in Visual Studio, but when running MSBuild from the command line I get the following problems when running [...] read more
c#
visual-studio-2010
msbuild
embedded-resource
il
1vote
3answers

Eclipse IDE shuts down frequently

I've been trying to use the Eclipse 22.3.0-887826 SDK bundle to learn about android develeopment, however the IDE shuts down frequently. This happens a lot but mostly when cut/copy/paste are being used. I've also tried the Eclipse 22.0.4-741630 version also, but still have the same issue. I've also tried to [...] read more
java
android
eclipse
ide

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