I was trying changing targeted .NET framework from 4.5 to 3.5 and got some of messages like below:
1.The type or namespace name 'Tasks' does not exist in the namespace 'System.Threading' (are you missing an assembly reference?)
my code used -> using System.Threading.Tasks;
2.The primary reference "Microsoft.CSharp", which is a framework assembly, could not be resolved in the currently targeted framework. ".NETFramework,Version=v3.5". To resolve this problem, either remove the reference "Microsoft.CSharp" or retarget your application to a framework version which contains "Microsoft.CSharp".
Any solution??
thanks..
1.The type or namespace name 'Tasks' does not exist in the namespace 'System.Threading' (are you missing an assembly reference?)
my code used -> using System.Threading.Tasks;
2.The primary reference "Microsoft.CSharp", which is a framework assembly, could not be resolved in the currently targeted framework. ".NETFramework,Version=v3.5". To resolve this problem, either remove the reference "Microsoft.CSharp" or retarget your application to a framework version which contains "Microsoft.CSharp".
Any solution??
thanks..
I'm Okie Eko Wardoyo Owner of http://ift.tt/1iNDXrr
No comments:
Post a Comment