Windows error 0x8004E004, -2147164156

Detailed Error Information

CONTEXT_E_NOCONTEXT[1]

MessageThere is no MTS object context
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code57348 (0xe004)

Questions

0votes
1answer

UNIT Test Fails, throws COMException "There is no MTS object context"

I have a unit test that contains several test cases. I set them up through the Test Project wizard. It is pretty standard procedure. When I choose to run one of the test, I got the following error > Test method et.Exec.ProductionBase.Test.etProcessQCItemExecTest.CreateTest > threw exception: System.Runtime.InteropServices.COMException: There is no MTS [...] read more
c#
unit-testing

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