Object reference not sent to an instance of an object.

Asked By 40 points N/A Posted on -
qa-featured

 

Dear Readers,

I am facing the following ‘RED X’ error in OpenSpan Studio. I am here to seek a solution to this problem.

Please help. It has been in OS 4.5.385 release.

Object reference not sent to an instance of an object.

SHARE
Answered By 0 points N/A #197528

Object reference not sent to an instance of an object.

qa-featured

Hello,

It is possible that this error occurs when using DataGridView. Updating the datagrid from multiple threads will cause Red X to send an error. DataGridView is not a thread-safe. Besides, this is a Microsoft.Net control and needs C# compiler to build it. The build is necessary in order to override the event of method paint(). After you build .Net class, use OpenSpan Studio Toolbox to replace the DataGridView controls. Check the example provided in RedX.txt file.
 
I hope this is useful.
 
 

Related Questions