我在用這個工具來自 Solar Winds產生 v9 Netflow 事件。
它一直有效,直到幾天前作業系統更新為止。現在,它啟動了,但是當我產生事件時,它每次都會崩潰。我嘗試以管理員和普通特權用戶身份運行它。原因可能是 .NET 更新。
我也嘗試過使用進程監控工具,但我沒有看到明顯的根本原因。儘管我對使用這些工具缺乏經驗。
Windows 事件檢視器顯示此異常:
Application: NetFlowGenerator.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
at SolarWinds.NetFlowGenerator.WPFGui.Content.GeneratorSettings.CreateGeneratorSettings(SolarWinds.NetFlowGenerator.WPFGui.Content.Data.Configuration)
at SolarWinds.NetFlowGenerator.WPFGui.Content.Data.Tab.<OnRun>b__39_0()
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()