- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
使用 TeamCity 6.5.1
NUnit 版本 2.5.10
Win2008 x64
项目使用 .NET 4.0
尝试执行内置 TeamCity NUnit 测试运行程序时,我收到以下错误:
NUnit error running tests in 'E:\TeamCity\LocalBuildAgent\BuildAgent\work\698a8f459eac8cd9\MyProject\bin\Release\MyProject.Tests.dll' assebmly
System.BadImageFormatException: Could not load file or assembly 'E:\TeamCity\LocalBuildAgent\BuildAgent\work\698a8f459eac8cd9\MyProject\MyProject.Tests\bin\Release\MyProject.Tests.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
最佳答案
我的筹码和你的差不多……所以,我要在这里暗中试一试。
如果您进入在 Team City 中为运行 NUnit 指定的构建步骤并找到 .NET 运行时部分并确保平台设置为“自动(MSIL)”,最重要的是检查以确保 版本设置为 v4.0 .
在尝试针对 2.0 框架设置为 4.0 项目运行单元测试时,我看到了您的确切错误。
如果不是这样,我建议检查目录权限以及我认为团队城市运行的系统或网络服务帐户(除非另有说明)可以访问您的 tests.dll 所在的目录。
关于.net-4.0 - teamcity NUnitLauncher .net 4,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6497147/
使用 TeamCity 6.5.1 NUnit 版本 2.5.10 Win2008 x64 项目使用 .NET 4.0 尝试执行内置 TeamCity NUnit 测试运行程序时,我收到以下错误: N
运行 TeamCity 构建代理以使用最新构建的 mono 在 Ubuntu 14.04 LTC 上运行 NUnit 测试似乎有一些我一生都无法解决的依赖性问题。我遵循了以下安装步骤 Mono Ins
我是一名优秀的程序员,十分优秀!