Windows error 0x80040213, -2147220973

Detailed Error Information

IMAPI_E_DEVICE_NOTPRESENT[1]

Declared inimapierror.h

MPEG2_E_STREAM_STOPPED[2]

Declared inMpeg2Error.h

HRESULT analysis[3]

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

Questions

1vote
1answer

Transport errors due to class location? (SMTP)

ASP.NET 2.0 internal (intranet) web app using Integrated Auth + Impersonation. Developed on dev server (where classes reside) and published to production intranet server. Please bear with me, I'm not a .NET developer! Due to Exchange server move & upgrade an old app with mail features broke. I found the [...] read more
.net
asp.net
class
smtp
0votes
1answer

Why does my custom interface always return impossible 0x80040213/VFW_E_NO_CLOCK?

I have a transform filter which exposes a custom interface says IMyInit. This interface used to be configured some basic setup setting before streaming. DECLARE_INTERFACE_(IMyInit, IUnknown) { STDMETHOD HRESULT SetPath(const wchar_t* wcsPath) PURE; STDMETHOD HRESULT SetMode(UINT uMode) PURE; }; Client code like: CComPtr<IBaseFilter> pMyFilter; HRESULT hr = CoCreateInstance(CLSID_MYFILTER, IID_MYFILTER, ..., [...] read more
c++
casting
runtime-error
directshow
0votes
0answers

asp.NET sending mail not by localhost

I have problem with code of contact form for server using asp.NET 1.1, unfortunately upgrade of .NET is not possible. This code worked perfectly up to today. There was some change with the server and I have no idea what happened. My only guess is that I don't have permission [...] read more
c#
asp.net
.net
.net-1.1
0votes
1answer

The transport failed to connect to the server - CDO.Message - VB.NET

I have a VB.net Application running on the server which will be sending emails close to 200 everyday. Following is my coding: Dim objNewMail = CreateObject("CDO.Message") objNewMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 objNewMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "localhost" objNewMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 objNewMail.Configuration.Fields.Update() objNewMail.From = mailFrom objNewMail.To = mailTO objNewMail.CC = mailCC objNewMail.bcc = mailBCC objNewMail.Subject = [...] read more
vb.net
smtp
cdo.message

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. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  4. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0