COBRA INTERNAL ERROR / ArgumentException / An item with the
Posted: Fri Dec 26, 2008 9:17 am
I get internal error when compiling dll with many dependencies (nhibernate, activerecord, windsor...)
the compiler arguments look like that:
some projectlibs are cobra assemblies
This is after having progressively added needed dependencies to the build script, I also got FileNotFoundException when dependency order doesn't suit cobra well (when same order is working with csc).
Anyone encounter theses issues with large solution?
anyway to diagnostic how cobra parse references?
- Code: Select all
error: COBRA INTERNAL ERROR / ArgumentException / An item with the same key has already been added.
the compiler arguments look like that:
- Code: Select all
-t:lib
-color
-d
-out:%PROJECT%\build\net-3.5\debug\bdabd.BusinessLogic.Billing.Implementation.dll
-ref:%PROJECT%\build\net-3.5\debug\castleproject\bin\Castle.Core.dll
-ref:%PROJECT%\build\net-3.5\debug\nhibernate\bin\Iesi.Collections.dll
-ref:%PROJECT%\build\net-3.5\debug\nhibernate\bin\NHibernate.dll
-ref:%PROJECT%\build\net-3.5\debug\smoothdev\bin\smoothdev.Data.Entities.dll
-ref:%PROJECT%\build\net-3.5\debug\smoothdev\bin\smoothdev.FluentSignature.dll
-ref:%PROJECT%\build\net-3.5\debug\projectlib1.dll
-ref:%PROJECT%\build\net-3.5\debug\projectlib2.dll
-ref:%PROJECT%\build\net-3.5\debug\projectlib3.dll
-ref:%PROJECT%\build\net-3.5\debug\projectlib4.dll
-ref:%PROJECT%\build\net-3.5\debug\projectlib5.dll
%PROJECT%\...\source.cobra
some projectlibs are cobra assemblies
This is after having progressively added needed dependencies to the build script, I also got FileNotFoundException when dependency order doesn't suit cobra well (when same order is working with csc).
Anyone encounter theses issues with large solution?
anyway to diagnostic how cobra parse references?