Windows error 0x8004020E, -2147220978

Detailed Error Information

IMAPI_E_GENERIC[1]

Declared inimapierror.h

MPEG2_E_INVALID_SG_OBJECT_KIND[2]

Declared inMpeg2Error.h

EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT[3]

MessageCannot modify or delete an object that was added using the COM+ Admin SDK
Declared inwinerror.h

HRESULT analysis[4]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[4][3]
DescriptionThe source of the error code is COM/OLE Interface management.[4][3]
Error Code526 (0x020e)

Questions

1vote
0answers

Unity windows phone game crashes on scene load

I have a scene which has around 10 prefabs being intantiated at start. When I switch from the previous scene to this one the game crashes. I have no idea why. I tried debugging mode in Visual Studio, but it was no help. This is the output log. WARNING: Async [...] read more
unity3d
windows-phone
1vote
0answers

Storyboard moving Image animation crashed app

I am developing app for Windows phone-8 and using pivot control I want to move background Image of pivot control using story board and loading data in Longlistselector with in pivot control.app crashes after 5-6 iteration and shows up me error____The program '[2012] TaskHost.exe' has exited with code -2147220978 (0x8004020e). [...] read more
windows-phone-8
1vote
2answers

Exit Code - 2147220978 (0x8004020e)

I am trying to make a text reader, but I found that when scrolling a large document, at some point whenever the texture memory reaches around 15000 the app just exits with code -2147220978 (0x8004020e). What does it mean? Is there any work around? I really need to be able [...] read more
c#
visual-studio
windows-phone-8
0votes
0answers

Windows Phone 8 application terminates on back navigation

I have created WP8 application there are three pages when I navigate to the third page and then come back to Home page application just terminates with No error, The debugger stills runs in Visual Studio only Output windows shows following log: Can anyone tell me what is happening. 'TaskHost.exe' [...] read more
c#
windows-phone-7
windows-phone-8
windows-phone-8-emulator
0votes
0answers

Best way to bind listbox to localdb results on wp8

I have a WP8 app where i have some items in the local db. I have two entities (for the purposes of this question) - folders and files. I want to display these in a listbox with a custom datatemplate. I select items from the localdb, create an observablecollection of [...] read more
c#
windows-phone-8
listbox

Comments

Leave a comment

(plain text only)

Sources

  1. imapierror.h from Windows SDK 10.0.14393.0
  2. Mpeg2Error.h from Windows SDK 10.0.14393.0
  3. winerror.h from Windows SDK 10.0.14393.0
  4. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0