构建失败没有错误

时间:2014-10-27 19:49:58

标签: .net vb.net visual-studio-2013 frameworks

我正在使用VS2013,我正在构建Framework 4.5.2。 我没有使用任何特殊或自定义的DLL /程序集引用。

当我构建项目时,我没有收到任何错误,但构建失败。

我只收到警告

"Conflict between processor architecture of project "MSIL" which is being generated and the processor architecture of the reference "System.Data", "AMD64". (...)

当我使用Framework 4.5构建项目时,它可以完美运行。

我正在为AnyCPU编译,我使用的是64位系统。

有没有人知道这里可能出现什么问题?

谢谢!

ps:当我使用开发人员cmd构建时,我收到错误

"Error BC30560: Extension attribute is not distinct in System.Runtime.CompilerServices

1 个答案:

答案 0 :(得分:0)

我重新安装了Framework 4.5.2开发人员包,错误立即消失了。 不知道为什么我必须再次这样做,但它对我有用。