Windows error 0x800C0014, -2146697196

Detailed Error Information

INET_E_REDIRECT_FAILED[1]

MessageA redirection problem occurred.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode12 (0x00c)
NameFACILITY_INTERNET[2][1]
DescriptionThe source of the error code is Wininet related.[2][1]
Error Code20 (0x0014)

Questions

7votes
1answer

Unable to post to a new action method via .Ajax right after a successful XMLHttpRequest in IE 10

I am adding a new feature in my app which lets users to complete a process in steps. Step1 select dropdown value hit next button and step 2 (ajax request loads and renders a partial view, rendering a tree view) hit next button step 3 (upload a file via XMLHttpRequest) [...] read more
jquery
asp.net
ajax
asp.net-mvc-3
xmlhttprequest-level2
1vote
1answer

flash cant shown in webBrowser

I add MIME filter to my WebBrowser Control by IInternetSession.RegisterMimeFilter。 The MIME type is "text/html"。 The filter have a bug that the flash cant shown in some site such as "http://cn.yahoo.com/". I tryed add "" before the tag,noneffective。 I return data directly but falsh still invisible。 I set the IE [...] read more
winforms
internet-explorer-8
c#-2.0

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