Hi, everybody. I have a complex solution (developed under Windows, deployed under GNU\Linux) with a number of unit-testing projects, using NUnit 2.9.3.
Here's a reference from project: <Reference Include="nunit.framework, Version=2.9.3.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\..\..\Program Files\NUnit 2.9.3\bin\net-4.0\nunit.framework.dll</HintPath> </Reference> I downloaded and built NUnit 2.9.3 from <http://launchpad.net/nunit-3.0/trunk/2.9.3/+download/NUnit-2.9.3-src.zip> source: $ xbuild solutions/MonoDevelop/NUnit.Framework.sln /p:Configuration=Release and installed into GAC: $ gacutil /i solutions/MonoDevelop/bin/Release/nunit.framework.dll $ gacutil /l nunit.framework The following assemblies are installed into the GAC: nunit.framework, Version=2.9.3.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77 Number of items = 1 and deleted local mono nunit installation: $ rm /usr/lib/mono/2.0/nunit* $ rm /usr/lib/mono/4.0/nunit* but when I try to build my solution: $ xbuild MySolution.sln | grep error : error CS0006: Metadata file `/usr/lib/mono/2.0/nunit.framework.dll' could not be found What do I wrong? Thanks in advance, Alex.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
