【问题标题】:Getting a Reflector error Assembly Not Found when installing CruiseControl.NET安装 CruiseControl.NET 时出现反射器错误 Assembly Not Found
【发布时间】:2009-08-18 12:41:57
【问题描述】:

我在 ccnet.exe.config 中看到一个条目

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  <dependentAssembly>
    <assemblyIdentity name="NetReflector" publicKeyToken="2f4dd8b32acbcd8e" culture="neutral" />
    <bindingRedirect oldVersion="1.0.0.120" newVersion="1.1.2009.1004" />
  </dependentAssembly>
</assemblyBinding>

当我第一次安装该服务时,我没有任何错误,但是在遵循本教程之后 link text

我在尝试运行服务或 CCValidator 时收到此错误。 无法加载文件或程序集“NetReflector,Version=1.1.2009.1004,Culture=neutral,PublicKeyToken=dbcd6104b72f39b2”或其依赖项之一。找到的程序集的清单定义与程序集引用不匹配。 (HRESULT 异常:0x80131040)

谁能指出我正确的方向?

谢谢, ~ck 在圣地亚哥

【问题讨论】:

    标签: configuration continuous-integration cruisecontrol.net


    【解决方案1】:

    cc.net 1.4.4 和 vsts 插件存在问题,我必须针对 netreflector 版本 1.1 从源代码编译插件。 不过这个问题已经解决了。只需安装最新版本的 cc.net 1.4.4.83(即 1.4.4 SP1)并使用 ccnet.vsts.plugin.dll 1.3.1。 我会使用备份 ccnet.config 然后在上面解压缩 Get the binary zip distribution

    【讨论】:

      猜你喜欢
      • 2018-04-17
      • 2015-11-22
      • 2019-06-09
      • 1970-01-01
      • 2021-09-21
      • 2016-10-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多