Ask a questionAsk a question
 

AnswerMapping an DIA error code into a human friendly string

Answers

  • Tuesday, July 14, 2009 4:34 AMRick ByersMSFT, OwnerUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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 ;-).

    Rick
  • Tuesday, July 14, 2009 2:37 PMochsenmeier marc Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi Rick,

    As a matter of fact, mining is what I'have done.
    In my own wrapper, I keep a private map of some of these...

    Bests

    Marc Ochsenmeier

All Replies

  • Tuesday, June 30, 2009 2:01 PMVipul Patel - CLRMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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.
  • Tuesday, June 30, 2009 7:05 PMochsenmeier marc Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    thanks for the link.

    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?

    Thanks in advance for any help.

    Bests,
    Marc Ochsenmeier
    www.breakpoints.de
  • Tuesday, July 14, 2009 4:34 AMRick ByersMSFT, OwnerUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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 ;-).

    Rick
  • Tuesday, July 14, 2009 2:37 PMochsenmeier marc Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi Rick,

    As a matter of fact, mining is what I'have done.
    In my own wrapper, I keep a private map of some of these...

    Bests

    Marc Ochsenmeier