Windows error 0x80010109, -2147417847

Detailed Error Information

RPC_E_RETRY[1]

MessageThe object invoked chose not to process the call now. Try again later.
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 Code265 (0x0109)

Questions

3votes
1answer

Ignoring web browser certificate errors in a webbrowser

I'm trying to Ignore web browser certificate errors in a webbrowser which appear in the web browser like below. enter image description here [https://i.stack.imgur.com/tmwcD.gif] I'm trying to use this solution (see below code also) but it didn't worked for me, the certificate error dialog box still is displayed. My guess [...] read more
c#
winforms
ssl
browser
webbrowser-control
1vote
2answers

Adding System.Windows.Forms.WebBrowser to System.Windows.Controls.StackPanel cannot convert to System.Windows.UIElement

I need to add WebBrowser control to dynamically generated Window in WPF application. Basically when agent clicks on the link I need to open the webbrowser window that has close (X) button disabled (or hidden) on some pages and not on others. Reason is they get redirected to 3rd party [...] read more
c#
wpf
winforms
webbrowser-control
uielement

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