Windows error 0x8009001D, -2146893795

Detailed Error Information

NTE_PROVIDER_DLL_FAIL[1]

MessageProvider DLL failed to initialize correctly.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code29 (0x001d)

Questions

6votes
7answers

Could not load file or assembly Antlr3.Runtime.dll

We were using TeamCity for our Build server, .Net Framework 4 and ASP.NET MVC2 and NHibernate Our build server recently went offline thanks to Amazon EC2 issue recently. We are setting a new build server up. However, even though nothing changed recently in our codebase, Teamcity gives following error. ResGen [...] read more
asp.net
nhibernate
teamcity
4votes
0answers

Windows Kernel Driver Code Signing and SHA256

I am trying to sign a windows kernel driver with a SHA-256 certificate. I've been back and forth with MS support with no change in status. I've tried SignTool.exe from both the 32- and 64- bit directories of 3 different WDKs (7600, 8.0, 8.1). My private key lives in a [...] read more
windows
code-signing
drivers
driver-signing

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