Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi There,
I'm developing a Resource for thingworx as an extension, from this resource I'm trying to access a property of a thing, this thing grant the read and write permissions in design and runtime for the System user, but I have this message when I'm trying to access the property saying:
Solved! Go to Solution.
now I know why I had this error, when I'm accessing the thing's property from inside a sub-thread, ı have this error, but if I access it from the main thread of the Resource it goes without errors. Same things I had before when I was trying to call AddDataTableEntry's service of a dataTable from inside a sub-thread, I didn't have an error but the row wasn't added. if anyone knows the reason behind this behavior please let us know also
now I know why I had this error, when I'm accessing the thing's property from inside a sub-thread, ı have this error, but if I access it from the main thread of the Resource it goes without errors. Same things I had before when I was trying to call AddDataTableEntry's service of a dataTable from inside a sub-thread, I didn't have an error but the row wasn't added. if anyone knows the reason behind this behavior please let us know also