I am using this tool from Solar Winds to generate v9 Netflow events.
It was working until an OS update a few days ago. Now, it starts, but when I generate events it crashes every time. I have tried running it as Administrator and my regular privileged user. The cause might be a .NET update.
I have also tried using the processmonitoring tools, but I am not seeing an obvious root cause. Though I am pretty inexperienced using those tools.
Windows events viewer shows this exception:
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()