Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Fix ArgumentOutOfRangeException #127

Closed
Hofknecht opened this issue Jul 28, 2020 · 1 comment
Closed

[BUG] Fix ArgumentOutOfRangeException #127

Hofknecht opened this issue Jul 28, 2020 · 1 comment
Assignees
Milestone

Comments

@Hofknecht
Copy link
Owner

Thank you community for reporting this bug
Reported by
Peter S

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at System.Collections.ArrayList.get_Item(Int32 index) at System.Windows.Forms.DataGridViewRowCollection.SharedRow(Int32 rowIndex) at System.Windows.Forms.DataGridViewRowCollection.get_Item(Int32 index) at SystemTrayMenu.Handler.WaitToLoadMenu.SetData(DataGridView dgv, Int32 rowIndex) in d:\a\1\s\Business\WaitToLoadMenu.cs:line 190 at SystemTrayMenu.Handler.WaitToLoadMenu.ClickOpensInstantly(DataGridView dgv, Int32 rowIndex) in d:\a\1\s\Business\WaitToLoadMenu.cs:line 102 at SystemTrayMenu.Business.Menus.Dgv_MouseDown(Object sender, MouseEventArgs e) in d:\a\1\s\Business\Menus.cs:line 703 at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e) at System.Windows.Forms.DataGridView.OnMouseDown(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseDown(Message

@Hofknecht Hofknecht added this to the 1.1 milestone Jul 28, 2020
@Hofknecht Hofknecht changed the title [BUG] Fix rare ArgumentOutOfRangeException [BUG] Fix ArgumentOutOfRangeException Jul 28, 2020
@Hofknecht
Copy link
Owner Author

fixed with version 1.0.12

@Hofknecht Hofknecht self-assigned this Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant