[Mono-dev] Error compiling code at runtime

Rolf Bjarne Kvinge rolflists at ya.com
Fri Jul 27 05:18:44 EDT 2007



> -----Original Message-----
> From: mono-devel-list-bounces at lists.ximian.com [mailto:mono-devel-list-
> bounces at lists.ximian.com] On Behalf Of Ori
> Sent: viernes, 27 de julio de 2007 10:57
> To: mono-devel-list at lists.ximian.com
> Subject: [Mono-dev] Error compiling code at runtime
> 
> 
> Hello,
> 
> I'm using the CSharpCodeProvider class to compile an assembly and
> create an
> class instance at runtime. On windows my code runs (both on .net and on
> Mono) when I use Mono on Linux I get the following error:
> cannot find metadata file `system.dll'
> 

This is a case-sensitive issue, you probably wrote 'system.dll' somewhere,
and it should be 'System.dll'

Rolf

> I think it is related to Path or configuration but I could find the
> answer.
> Any help would be appreciated.
> 
> 
> Thanks,
> Ori
> --
> View this message in context: http://www.nabble.com/Error-compiling-
> code-at-runtime-tf4155781.html#a11823910
> Sent from the Mono - Dev mailing list archive at Nabble.com.
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.476 / Virus Database: 269.10.22/921 - Release Date:
> 26/07/2007 23:16





More information about the Mono-devel-list mailing list