[MonoDevelop] Error building from SVN: Cannot find assembly `System.Runtime.Remoting' [Fixed, but now getting NUnit error]

Sanford Armstrong sanfordarmstrong at gmail.com
Sun Feb 4 15:22:13 EST 2007


On 2/4/07, Sanford Armstrong <sanfordarmstrong at gmail.com> wrote:
> According to gacutil, this is the only S.R.R. assembly I have:
>
> System.Runtime.Remoting, Version=1.0.5000.0, Culture=neutral,
> PublicKeyToken=b77a5c561934e089
>
> Does anyone else have problems compiling with Mono 1.1.17.1 on Ubuntu 6.10?

System.Runtime.Remoting problem solved.  On Ubuntu 6.10, it is
necessary to install the following packages (I believe):

libmono-system-runtime2.0-cil (contains System.Runtime.Remoting)
liblog4net1.2-cil
libmono-cecil0.4-cil
libmono-npgsql2.0-cil
libmono-bytefx0.7.6.2-cil
libmono-oracle2.0-cil

I'm not entirely sure why autogen.sh didn't notice I was missing
necessary packages, though.

Also, I had to disable nunit (and therefore monoextensions) support.
I was receiving the following compilation error:

./Services/NUnitAssemblyTestSuite.cs(416,16): error CS0535:
`MonoDevelop.NUnit.NUnitAssemblyTestSuite.TestNameFilter' does not
implement interface member `NUnit.Core.IFilter.Exclude'
/usr/lib/cli/nunit-2.2.6/nunit.core.dll: `NUnit.Core.IFilter.Exclude',
name of symbol related to previous error

Any clues on this one would also be appreciated, since I like NUnit
support.  But at least I have MD running now.  :-)

Thanks for the great tool; very excited to try out new features in MD!

Sandy


More information about the Monodevelop-list mailing list