Windows error 0x00002AF9, 11001

Detailed Error Information

HRESULT analysis[1]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code11001 (0x2af9)

Questions

2votes
1answer

c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"

I am trying to find out why my chart is not showing up in my WPF WebBrowser. When I load my html file, I have the following error: enter image description here [https://i.stack.imgur.com/DpTpR.png] I think that IE might be blocking Highchart(Javascript from external Source) in the WPF WebBrowser because when [...] read more
javascript
c#
wpf
highcharts
webbrowser-control
1vote
2answers

Azure Cosmos db performance issues and how to improve

I am trying to improve my azure cosmos db performance.I have try DocumentDB performance issues. this ideas include direct/tcp. but direct/tcp not supported. I got the following error.How to solve this error: "title": "Internal Server Error", "detail": "Service is currently unavailable.\r\nActivityId: dd45cae0-e0b9-4c5c-9039-1f6839e81471, \r\nRequestStartTime: 2019-09-19T06:33:34.7404290Z, RequestEndTime: 2019-09-19T06:34:07.2860329Z, Number of regions attempted: [...] read more
azure-cosmosdb
1vote
1answer

C# vs PowerShell. How to get detailed exception info?

I'm using some external library though COM interface. I have generic class for that. Database.Connector connector = new Database.Connector(); string connectString = "srvr=nonexisthost;database=test;"; // bogus connect string try { var database = connector.Connect(connectString); } catch (COMException ex) { Console.WriteLine(ex.Message); } Trying to build a error proof logic I intentionally provoke [...] read more
c#
powershell
exception-handling
comexception

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0