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] DataError Event DataGridView #186

Closed
Dtrieb opened this issue Jun 6, 2021 · 2 comments
Closed

[BUG] DataError Event DataGridView #186

Dtrieb opened this issue Jun 6, 2021 · 2 comments
Assignees
Milestone

Comments

@Dtrieb
Copy link

Dtrieb commented Jun 6, 2021

Look Screenshot

  • OS: [Microsoft Windows 10]:
  • STMVersion [1.0.17.52]
    SystemTrayMenu_2021-06-06_14-19-50
@Hofknecht
Copy link
Owner

thank you for reporting, i also regonized it and suppressed it by

Revision: e10620f
Author: Markus Hofknecht [email protected]
Date: 03.06.2021 15:00:53
Message:
[Feature] Custom Scrollbar (#183), version 1.0.17.58


Modified: Business/Menus.cs
Modified: Properties/AssemblyInfo.cs
Modified: UserInterface/CustomScrollbar/CustomScrollbar.cs
Modified: UserInterface/Menu.Designer.cs

      dgv.DataError += Dgv_DataError;
         void Dgv_DataError(object sender, DataGridViewDataErrorEventArgs e)
         {
             // WARN Dgv_DataError occured System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Icon'
             // => Rare times occured (e.g. when focused and close other application => closed and activated at same time)
             Log.Warn("Dgv_DataError occured", e.Exception);
         }

will be in next release

@Hofknecht Hofknecht self-assigned this Jun 6, 2021
@Hofknecht Hofknecht added this to the 1.1 milestone Jun 6, 2021
@Hofknecht
Copy link
Owner

try version 1.0.17.63

@Hofknecht Hofknecht changed the title [BUG] Sometimes error on right click on the Icon in SysTray [BUG] DataError Event DataGridView Jun 6, 2021
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

2 participants