Hi Marc, Sorry but I'm pretty sure that the descriptions for these HRESULTS are not stored anywhere. They're certainly not in a string table in msdia90.dll, and they're not part of the HRESULT string table for the .NET Framework in mscorrc.dll. So I guess the best you can do is mine MSDN ;-).
I dont recall there is but http://msdn.microsoft.com/en-us/library/hw66s39b.aspx mentions that this error means "Attempted to access a file with an obsolete format."This posting is provided "AS IS" with no warranties, and confers no rights.
Actually the question was not about the meaning of this special error id BUT, in general, is there an API which converts/maps DIA related error code into human readable form?
Hi Marc, Sorry but I'm pretty sure that the descriptions for these HRESULTS are not stored anywhere. They're certainly not in a string table in msdia90.dll, and they're not part of the HRESULT string table for the .NET Framework in mscorrc.dll. So I guess the best you can do is mine MSDN ;-).