Everything was working fine and suddenly it crashed, now whenever I load the software I get this error :
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: Version string portion was too short or too long.
at System.Version..ctor(String version)
at MultiMiner.Win.MainForm.ThisVersionGreater(String thisVersion, String thatVersion)
at MultiMiner.Win.MainForm.CheckForMinerUpdates(MinerBackend minerBackend)
at MultiMiner.Win.MainForm.CheckForUpdates()
at MultiMiner.Win.MainForm.MainForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)