ERROR: You may get a System.NullReferenceException when m_threadEnd is calledYou may receive a System.NullReferenceException when the data copying procedure finishes. This error is generated when the end of thread delegate is not set. You can avoid it by editing the assembly source code and replacing all invocations of m_threadEnd with the following code:
if(m_threadEnd != null)
m_threadEnd();
Support / Knowledge Base / Data Port Component / ERROR: You may get a System.NullReferenceException when m_threadEnd is called |
