I am working on QuickBook Online integration with .Net application and I am facing this issue in my visual studio 2013 tried solutions given on stackoverflow like :
BuildTasks.Csc task could not be loaded from the assembly?
The "Microsoft.CodeAnalysis.BuildTasks.Csc" task could not be loaded
but dint find helpful so any other solution ??
issue I am facing is as follows :
"Error 1 The "Microsoft.CodeAnalysis.BuildTasks.Csc" task could not be loaded from the assembly C:\Users\prompt\Downloads\OAuth2-Dotnet_UsingSDK-master(1)\OAuth2-Dotnet_UsingSDK-master\OAuth2-Dotnet_UsingSDK\packages\Microsoft.Net.Compilers.2.3.1\build..\tools\Microsoft.Build.Tasks.CodeAnalysis.dll. Could not load file or assembly 'Microsoft.Build.Utilities.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. OAuth2-Dotnet_UsingSDK "