You must Sign In to post a response.
  • Category: .NET

    TFS build is faling with vs 2015 with error message namespace missing

    Hi,

    TFS Build failing with vs 2015 version.Working fine with vs 2013 version.

    Below error message with vs 2015 in TFS 2015.I am using visual studio build task.With vs 2013 build is working fine.

    .Error CS0234: The type or namespace name 'Tasks' does not exist in the namespace 'System.Threading'
  • #769432
    Hi
    Change the target framework to 4.5 and use the name space System.Threading.Tasks;
    Go to NuGet package manager console and install. Ex: PM> Install-Package System.Threading.dll

    Sridhar Thota.
    Editor: DNS Forum.


  • Sign In to post your comments