I'm using Microsoft Visual Studio express for windows phone, when i use TASK in my app, i get the above mentioned error, even System.Threading.Tasks is also not found. What could be my problem??
Right click on Task, choose Resolve > System.Threading.Tasks.Task
You need to target at least .NET Framework 4 in your project. You can change this under project properties.
Also, changing the target will not add the reference for the library, so you have to do this manually after changing the target framework.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With