【发布时间】:2012-01-23 11:45:09
【问题描述】:
项目在 visualstudio2010 中运行良好,但如果我尝试使用 TFS 构建运行构建,则会出现以下错误。
Z:\TFSBuilds\1\box\IT\Sources\IT\it.vbproj (2113): The "BuildTasks.IncrementBuildNumber" task could not be loaded from the assembly Z:\TFSBuilds\1\box\IT\Sources\IT\WinAssemblyInfo.dll. Could not load file or assembly 'file:///Z:\TFSBuilds\1\box\IT\Sources\IT\WinAssemblyInfo.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.
虽然其他项目正在建设中。知道缺少什么,我做错了什么。
【问题讨论】:
标签: .net visual-studio-2010 msbuild tfsbuild