ThinkGeo.com    |     Documentation    |     Premium Support

Cross-thread operation not valid: control '' accessed from a thread other than the thread it was created on

Dear sir,



I have a problem regard of cross thread please give me a solution .

Please find the attachment.



Regards



Harish Upadhyay

New_Microsoft_Word_Document.docx (133 KB)

Hi Harish,



In general, the exception always happens when we try to modify the other controls or main thread UI from a background thread. I hope the below solutions would help:



msdn.microsoft.com/en-us/lib…s.85).aspx

Cross-thread operation not valid: Control accessed from a thread other than the thread it was created on.



As the desktop edition inherits from base control, so we can follow those guide to implement cross-thread operation.

If still have any questions, please feel free to let us know.



Thanks,

Troy

Hi Harish, 
  
 Seems like the problem is caused by trying to access/change the property of the UI controls in a customized thread, would you please check if you defined any thread in your application and try to access the UI properties? also can you let me know what’s the version you are using? seems like there is a warning message in your “Error List”. It’s better that you can give us a demo to reproduce the problem. 
  
 Thanks, 
 Johnny

Dear Sir,



Thanks.



Regards



Harish Upadhyay


Harish, 
  
 You are welcome. 
 If any other questions, please feel free to let us know. 
  
 Thanks, 
 Troy