Windows error 0x8004020D, -2147220979

Detailed Error Information

IMAPI_E_USERABORT[1]

Declared inimapierror.h

MPEG2_E_MALFORMED_DSMCC_MESSAGE[2]

Declared inMpeg2Error.h

EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT[3]

MessageCannot modify or delete an object that was not 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 Code525 (0x020d)

Questions

1vote
0answers

Cannot modify or delete an object that was not added using the COM+ Admin SDK

I have a C# program that is using some COM objects available through a tool installed on the machine (Waters Empower 3). Initially when I made the calls I received errors about un-registred classes so I registered the dlls that I am using. Now I get the error below. System.Runtime.InteropServices.COMException [...] read more
c#
dll
com
windows-7-x64
0votes
1answer

Unable to create new virtual directory in SSRS report manager

Trying to change URLs from: http://blah/ReportServer to: http://blah/ReportServer/Foo Error: Microsoft.ReportingServices.WmiProvider.WMIProviderException: The virtual directory specified is not valid. Make sure the specified name is not too long and doesn't contain illegal characters. (example: ;) ---> System.Runtime.InteropServices.COMException (0x8004020D): Cannot modify or delete an object that was not added using the COM+ Admin [...] read more
reporting-services
report
virtual-directory
0votes
2answers

ASP.NET MVC Email Contact Form

I am creating a contact form for customers to type info in the form and submit an email to us. Also, my hosting package is under Go Daddy. I used the following code as a test and it worked. MailMessage oMail = new System.Web.Mail.MailMessage(); oMail.Subject = "Subject", oMail.Body oMail.From = [...] read more
asp.net-mvc
asp.net-mvc-2
asp.net-mail

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