Microsoft Developer Network > Forenhomepage > Building Development and Diagnostic Tools for .Net > Mapping an DIA error code into a human friendly string
Stellen Sie eine FrageStellen Sie eine Frage
 

BeantwortetMapping an DIA error code into a human friendly string

Antworten

  • Dienstag, 14. Juli 2009 04:34Rick ByersMSFT, BesitzerTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    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
  • Dienstag, 14. Juli 2009 14:37ochsenmeier marc TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    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

Alle Antworten