Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
Failure after upgrade
posted

I've updated my project from 8.3 release to 11.1. I did not introduce any changes to the code but the application stopped working.

it hangs on the following line:
itemGrid.DataSource = value

itemGrid is UltraGrid, value is List<MyClass>

itemGrid.InvokeRequired is false

by hangs I mean that application is not responding and taking whole CPU - as if ultraGrid is in some kind of infinite loop

any idea how to track the bug?