Hi Experts:
I am trying to write a SL program that starts multiple threads, and create a map in each thread. However, I got an "Invalid cross-thread access" error when the program is trying to initialize the maps in the threads.
I want to ask, does the Map class support multithreading? Or I must use it in the main thread of the SL application?
Thank you.