在构建服务器失败,构建可移植类库项目类库、服务器、项目

由网友(独挽清风)分享简介:我最近增加了一些自定义的可移植类库项目,是建立在构建服务器的应用程序。构建工作正常,但在那之后它停止工作,让我看到以下消息:I've recently added some custom Portable Class Library projects to an application that is built i...

我最近增加了一些自定义的可移植类库项目,是建立在构建服务器的应用程序。构建工作正常,但在那之后它停止工作,让我看到以下消息:

I've recently added some custom Portable Class Library projects to an application that is built in an build server. The build was working fine, but after that it stopped working and shows me the following messages:

C: WINDOWS Microsoft.NET Framework64 v4.0.30319 Microsoft.Common.targets(983,   5):警告MSB3644:参考组件的框架   .NETPortable,版本= V4.0,外形= Profile136没有找到。

C:WindowsMicrosoft.NETFramework64v4.0.30319Microsoft.Common.targets(983, 5): warning MSB3644: The reference assemblies for framework ".NETPortable,Version=v4.0,Profile=Profile136" were not found.

C: WINDOWS Microsoft.NET Framework64 v4.0.30319 Microsoft.Common.targets(1578,   5):警告MSB3270:有处理器之间的不匹配   该项目的建筑正在兴建MSIL和处理器   参考架构   C: WINDOWS Microsoft.NET Framework64 v4.0.30319 mscorlib.dll中,   AMD64。

C:WindowsMicrosoft.NETFramework64v4.0.30319Microsoft.Common.targets(1578, 5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:WindowsMicrosoft.NETFramework64v4.0.30319mscorlib.dll", "AMD64".

错误CS0234:类型或命名空间名称'LINQ的'不中存在   命名空间'系统'(是否缺少程序集引用?)

error CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)

在构建服务器规格:

的Windows Server 2008 R2标准 的TeamCity 8.0.4 在.NET 4.5 便携式类库工具(作为建议的
阅读全文

相关推荐

最新文章