Windows error 0x800719F3, -2147018253

Detailed Error Information

LOG_STATE_INVALID[1]

MessageLog service is not in the correct state to perform a requested action.
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 Code6643 (0x19f3)

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

Questions

0votes
1answer

Cannot write applicationHost.config

I am trying to deploy an application and I get the following exception > System.Runtime.InteropServices.COMException (0x800719F3): Filename: > \?\C:\Windows\system32\inetsrv\config\applicationHost.config Error: Cannot > write configuration file I have many applications already hosted on the same server and have never faced the same issue. I am unable to create AppPool manually as [...] read more
iis
config
applicationhost

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