I haven't had time to look into the debugger for this, but I seem to be getting an InvalidOperationException on launch (occurred in EnvMan.exe [11132]) with the following message: "SplitterDistance must be between Panel1MinSize and Width - Panel2MinSize". Below is the stack trace:
at System.Windows.Forms.SplitContainer.set_SplitterDistance(Int32 value)
at EnvManager.EnvManager.LoadSettings()
at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at EnvMan.Program.Main()
Is there a known fix for this issue? Any thoughts or suggestions would be greatly appreciated, as I do love this tool.
Thanks,
Sean