4
4

1 回答 1

1

The problem is most likely caused by discrepancies between System.dll on machine where you try to decode WER log and machine where the exception has happened. Grab System.dll from the machine where the exception has happened and use that one.

For instance on my computer this token (06002919) leads to Timer constructor :)

.class /*0200054C*/ abstract auto ansi nested assembly beforefieldinit Timer
...
{
  ...
  .method /*06002919*/ assembly hidebysig specialname rtspecialname 
        instance void  .ctor(int32 durationMilliseconds) cil managed
  {
    ...
    IL_0018:  ret
  } // end of method Timer::.ctor
}
于 2015-12-28T12:51:54.507 回答