c# - Could not include namespace System.Threading.Tasks -
i unable include system.threading.tasks in project.
i using asp.net 2013 (4.5)
i getting next error -
the type or namespace name 'tasks' not exist in namespace 'system.threading' (are missing assembly reference?)
i had refered before questions , suggested in 4.0+ versions of asp.net work fine coudnt include in project.
help me thanks.
system.threading.tasks.task
in mscorlib
in .net4.5
. project not targeting, in project properties need alter target 4.5
.
c# asp.net multithreading
No comments:
Post a Comment