【发布时间】:2012-02-27 13:36:49
【问题描述】:
在装有 Windows XP 的机器上开发并正常运行的应用程序在装有 Windows Server 2008 的目标机器上存在严重问题。即,它无法正常启动,并提供以下信息:
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: neolant.asrm.rcpfreshner.service
Problem Signature 02: 1.0.7.0
Problem Signature 03: 4f4b66d2
Problem Signature 04: mscorlib
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4bf4c743
Problem Signature 07: e47
Problem Signature 08: 20e
Problem Signature 09: Exception
OS Version: 6.0.6002.2.2.0.272.7
Locale ID: 1049
我想从中提取所有可能的信息,这意味着我需要知道 mscorlib 中的哪个方法具有 e47 的 methoddef。
我如何检索这些信息?
【问题讨论】: