@Alias wrote:
Hello,
I wish to use System.Threading on my monogame project. I have it working on Windows and Android, but on Windows Store apps i'm getting stuck in dependencies.
Visual Studio Says:
The type or namespace name 'Thread' could not be found (are you missing a using directive or an assembly reference?)
If I try and add a reference to System.Threading. I get the following messagebox:
The type the compiler complains about is just Thread.
Does any knows how I can use Threading on windows store apps?
Thanks!
EDIT: It seems that Thread does not exist for store apps: will try this solution from stackoverflow: https://stackoverflow.com/questions/17064877/system-threading-thread-replacement-in-windows-store-apps
Posts: 1
Participants: 1