使用Generic.Dictionary已经存在具有相同键的Mono元素的构建

时间:2014-06-21 22:24:42

标签: c# mono

我正在构建一个单声道应用程序,可以在视觉工作室中构建和运行任何问题。但是,代码库有点大(使用不同的程序集)。我不明白为什么mono输出以下2个错误?这显示在解决方案中的2个项目中(错误完全相同,除了MY_PROJECT是失败项目的名称)

/usr/lib/mono/4.5/Microsoft.Common.targets: Error: Tool exited with code: 1. Output: Mono License Compiler
Copyright (c) 2009 by RemObjects Software
Exception: System.ArgumentException: An element with the same key already exists in the dictionary.
  at System.Collections.Generic.Dictionary`2[System.String,System.Reflection.Assembly].Add (System.String key, System.Reflection.Assembly value) [0x00000] in <filename unknown>:0 
  at LC.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 
 (MY_PROJECT)

0 个答案:

没有答案