[MonoDevelop] Error building from SVN: Cannot find assembly `System.Runtime.Remoting'
Sanford Armstrong
sanfordarmstrong at gmail.com
Sun Feb 4 14:27:04 EST 2007
On 2/3/07, Sanford Armstrong <sanfordarmstrong at gmail.com> wrote:
> 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.
So I tried removing "-r:System.Runtime.Remoting" from the makefiles,
but that did not work. Apparently some members of S.R.R are in
mscorlib, and some aren't.
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?
Thanks,
Sandy
More information about the Monodevelop-list
mailing list