[MonoDevelop] Error building from SVN: Cannot find assembly `System.Runtime.Remoting'

Sanford Armstrong sanfordarmstrong at gmail.com
Sat Feb 3 16:24:30 EST 2007


Hey all,

I just got a fresh MD checkout from svn, but I had the following error
when running make:

Cannot find assembly `System.Runtime.Remoting'

I'm using Mono 1.1.17.1 on Ubuntu 6.10 (edgy).

I did some tests, and found that `gmcs -r:System.Runtime.Remoting ...`
always gives that error on my system.  The mcs compiler does not.

However, with both gmcs and mcs, I seem to be able to successfully use
System.Runtime.Remoting members without having to explicitly add
"-r:System.Runtime.Remoting" when compiling.

Any ideas about this?

Thanks,
Sandy


More information about the Monodevelop-list mailing list