Windows error 0x80071069, -2147020695

Detailed Error Information

WMI_INSTANCE_NOT_FOUND[1]

MessageThe instance name passed was not recognized as valid by a WMI data provider.
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 Code4201 (0x1069)

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

Questions

6votes
1answer

Merging of ETL files has failed (0x80071069) (Flags: 0x0000001f)

I am trying to profile my application using the built-in profiler in Visual Studio 2017: enter image description here [https://i.stack.imgur.com/Z3wFj.png] However when I close the application, this is what appears: Microsoft Visual Studio was unable to create a diagnostics report. Check Output window for errors. [https://i.stack.imgur.com/1dwYt.png] This is what I [...] read more
c++
visual-studio
visual-studio-2017

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