问题 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?? 回答1: 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. 回答2: Right click on Task, choose Resolve > System