Windows error 0x800401FD, -2147220995

Detailed Error Information

CO_E_OBJNOTCONNECTED[1]

MessageObject is not connected to server
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 Code509 (0x01fd)

Questions

3votes
1answer

OneNote 2013 Add-in won't load. How to debug?

I'm following the excellent tutorial by Malte Ahrens on how to create a OneNote add-in. Initially I followed it step by step, making a few changes (just renaming the class, and using my own name and GUID in the assembly) info. As I'm using VS2012 and am not yet ready [...] read more
com
office-interop
onenote
3votes
0answers

Disconnected Context was detected c# clipboard

> Transition into COM context 0x27a7788 for this RuntimeCallableWrapper failed > with the following error: Object is not connected to server (Exception from > HRESULT: 0x800401FD (CO_E_OBJNOTCONNECTED)). This is typically because the COM > context 0x27a7788 where this RuntimeCallableWrapper was created has been > disconnected or it is busy doing [...] read more
c#
clipboard
2votes
1answer

CFileDialog delayed crashing

I have added an "Open file" dialog to my dialog-based MFC application. Now, exactly one minute(!) after an open file dialog is closed by pushing either Open or Cancel button my application crashes. While it crashes, the following things are happening in the output: 1) a bunch of Windows threads [...] read more
c++
windows
mfc
0votes
0answers

The COM standard marshaler was unable to fix a mismatch

On Windows 7 an application install works successfully. The install fails on windows 10 The COM standard marshaler was unable to fix a mismatch between the IID {618736E0-3C3D-11CF-810C-00AA00389B71} provided by the server and the IID {00020400-0000-0000-C000-000000000046} requested by the client, with handler CLSID {00000000-0000-0000-0000-000000000000}. The error code was 0x800401fd. I [...] read more
c#
com
com-interop
0votes
0answers

In C#, is there a way to re-establish a lost RPC connection to an embedded Excel Workbook in a Powerpoint Presentation?

I'm automating the updating of embedded Excel workbooks in a Powerpoint presentation. The workbooks show charts. I'm having a problem with freqent failures caused by "Object is not connected to server (Exception from HRESULT: 0x800401FD (CO_E_OBJNOTCONNECTED))" and "RPC Server not connected" errors. I'm using Visual Studio 2017 and C#, with [...] read more
c#
excel
com
powerpoint

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