Windows error 0x8007013D, -2147024579

Detailed Error Information

MR_MID_NOT_FOUND[1]

MessageThe system cannot find message text for message number 0x%1 in the message file for %2.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code317 (0x013d)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000013d.

Questions

4votes
1answer

Cannot connect to Remote Desktop with Windows Hello PIN

When I try to connect to an intranet machine, it only works if I specify domain credentials. When I use Windows Hello pin, it fails with this message: An authentication error has occurred (Code: 0x8007013d) Remote computer: theremotecomputername Additional information: * Client is running Win10 enterprise. I can use the [...] read more
windows
active-directory
domain
remote-desktop
windows-server-2016
3votes
1answer

Visual studio installer doesn't start correctly

I just had to change my HDD. So I installed a version of Windows 10 Education on my computer, and now I'm trying to install Visual studio 2017 community/enterprise ( tried both ). After running the installer which was downloaded from the official website it doesn't start the installation, I [...] read more
visual-studio
visual-studio-2017
3votes
0answers

Visual Studio 2015 Web Install Proxy settings

I had download web installer vs_enterprise_ENU.exe , but it start and closed immediately In logs I see [0C40:03A0][2015-12-10T01:39:02]e000: Error 0x80190197: Failed to download http://go.microsoft.com/fwlink/?LinkId=615437&clcid=0x409; will try 2 more times. [0C40:03A0][2015-12-10T01:39:02]e000: Error 0x80190197: Failed to download http://go.microsoft.com/fwlink/?LinkId=615437&clcid=0x409; will try 1 more times. [0C40:03A0][2015-12-10T01:39:02]e000: Error 0x8007013d: Failed to format error message. [0C40:03A0][2015-12-10T01:39:02]i000: [...] read more
visual-studio-2015
1vote
0answers

Using Microsoft Office DLLs registration free?

I'm working on a C# application that needs to be able to connect to an MS Access database and use some of the database objects stored there. Since some of the people who later on might have to make some minor changes in the Access related code are mainly familiar [...] read more
c#
dll
interop
office-interop
registration-free-com
0votes
1answer

MIME MAPI IConverterSession COMException on Activator.CreateInstance

I have been trying to use IConverterSession to convert from EML to MSG (MIME to MAPI), but I keep stumbling on COM errors. I use a C# MAPIMethods class to wrap IConverterSession (like the one found here : Save Mail in MIME format (*.eml) in Outlook Add-In). First, I had [...] read more
c#
outlook
mapi

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