[Mono-list] The assembly mscorlib.dll was not found or could not be loaded

Robert Jordan robertj at gmx.net
Tue May 13 13:20:20 UTC 2014


On 13.05.2014 14:56, cocowalla wrote:
> I should have said I was using `--runtime=v4.0` when trying to run it.
>
> I tried the 2 difference versions you suggested, but get this for both:
>
> "System.IO.FileNotFoundException: Could not load file or assembly
> 'System.Core, Version=4.0.0.0, Culture=neutral,
> PublicKeyToken=b77a5c561934e089' or one of its dependencies.
> File name: 'System.Core, Version=4.0.0.0, Culture=neutral,
> PublicKeyToken=b77a5c561934e089'"


Does it exist? Try

	gacutil -l System.Core

and paste the output.

Robert




More information about the Mono-list mailing list