BuildTasks.csc 未在 Visual Studio 2015 中加载

本文关键字:2015 加载 Studio Visual csc 未在 BuildTasks | 更新日期: 2023-09-27 18:36:28

这个问题已经发布了几次,但答案对我没有任何作用,这是我在编译中得到的:

Severity    Code    Description Project File    Line    Suppression State
Error       The "Microsoft.CodeAnalysis.BuildTasks.Csc" task could not be loaded from the assembly C:'Program Files (x86)'MSBuild'14.0'bin'Microsoft.Build.Tasks.CodeAnalysis.dll. Could not load file or assembly 'file:///C:'Program Files (x86)'MSBuild'14.0'bin'Microsoft.Build.Tasks.CodeAnalysis.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> 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.

以前有效,现在当我打开它时,我收到此错误。

我没有像某些用户建议的那样使用存储库,我还重新启动并清理了解决方案,从解决方案文件夹中删除 nuget 包也无所事事。

这里有什么问题?

BuildTasks.csc 未在 Visual Studio 2015 中加载

嗨,

您的问题是您的解决方案中缺少对"Microsoft.CodeAnalysis.BuildTasks.Csc"文件的引用。如果您有项目的备份,请尝试从以前的备份中获取文件,以便再次创建程序可执行文件。