我正在尝试使用 Microsoft 的CLRProfiler来分析我相当大的应用程序,并且每当它尝试写入(或读取)日志文件时它就会崩溃。具有讽刺意味的是,确切的错误在MS 的“反馈”网站上被记录为不可重现,而且似乎从未得到修复。我得到了一个NullReferenceException
:
CLRProfiler.ReadNewLog.ReadFile(Int64 startFileOffset, Int64 endFileOffset, ReadLogResult readLogResult)
at CLRProfiler.MainForm.checkProcessTimer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
有没有人知道我该如何获得帮助,或者理想情况下让该死的东西正常运行?MSDN 上的哀求求助被忽略了……谢谢!