Windows error 0x80010005, -2147418107

Detailed Error Information

RPC_E_CANTCALLOUT_INEXTERNALCALL[1]

MessageIt is illegal to call out while inside message filter.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode1 (0x001)
NameFACILITY_RPC[2][1]
DescriptionThe source of the error code is an RPC subsystem.[2][1]
Error Code5 (0x0005)

Questions

2votes
1answer

SSIS Data Flow Task - It is illegal to call out while inside message filter. (Exception from HRESULT: 0x8001005...)

I'm trying to learn SSIS and I keep running into crashing issues with Visual Studio 2017. Basically learning the easy concepts of importing Excel into a database and every now and again I'll run into this error. Basically what will happen is that one of the step symbols will have [...] read more
sql
sql-server
visual-studio
ssis
visual-studio-2017
1vote
0answers

Visual studio add-in does not work with multiple VS instances open

I'm working on a Visual Studio add-in that displays a stage in a (windows form) window. Creating a new special project (related to the add-in) makes a new project with all the necessary .dlls for the user to interact with the stage in their own code. In the stage, actors [...] read more
c#
visual-studio-2010
visual-studio-addins
0votes
2answers

WM_PAINT and non finished COM calls (ATL OOP Server "Deadlock")

We have developed an STA ATL COM OOP Server and all works fine, almost. We are facing a problem: As the COM client internally gets the result of any COM call through a windows message the WM_PAINT message (or any other message i guess) can be processed while waiting for [...] read more
c++
atl
out-of-process
wm-paint
imessagefilter

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