Solarwinds Netflow Generator 因文件未找到而崩溃

Solarwinds Netflow Generator 因文件未找到而崩溃

我在用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()

相关内容