When I try to open a .sln file i get the following error:
************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at VSImportPlugIn.ImportVSProject.ImportSolution(String filename)
at VSImportPlugIn.ImportVSProject.Run()
at ICSharpCode.Core.AddIns.Codons.MenuEventHandler.Execute(Object sender, EventArgs e)
at Crownwood.Magic.Menus.MenuCommand.OnClick(EventArgs e)
at Crownwood.Magic.Menus.MenuControl.OperateSubMenu(DrawCommand dc, Boolean selectFirst, Boolean trackRemove)
at Crownwood.Magic.Menus.MenuControl.OnWM_OPERATEMENU(Message& m)
at Crownwood.Magic.Menus.MenuControl.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to open a .sln file i get the following error:
************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at VSImportPlugIn.ImportVSProject.ImportSolution(String filename)
at VSImportPlugIn.ImportVSProject.Run()
at ICSharpCode.Core.AddIns.Codons.MenuEventHandler.Execute(Object sender, EventArgs e)
at Crownwood.Magic.Menus.MenuCommand.OnClick(EventArgs e)
at Crownwood.Magic.Menus.MenuControl.OperateSubMenu(DrawCommand dc, Boolean selectFirst, Boolean trackRemove)
at Crownwood.Magic.Menus.MenuControl.OnWM_OPERATEMENU(Message& m)
at Crownwood.Magic.Menus.MenuControl.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)