我尝试过使用Exception Reporter以及其他方法,例如https://stackoverflow.com/a/338030/342740,但无论我使用什么,Windows 崩溃错误/JIT 总是出现而不是我自己的崩溃报告。
一个简单的例子是使用 nCalc 从 try and catch 块中评估失败的表达式。
string formula = "10,1 * 231,2";
Expression exp = new Expression(formula);
exp.Evaluate();
基本上我不知道它为什么会失败以及我能做些什么来解决它。
我正在使用的测试 VM 是安装了 .Net4 的 Windows XP SP3,没有 Visual Studio 或其他任何东西都是干净的 WINXPSP3 安装。
示例图片: