[Mono-devel-list] Importing classes in MonoDevelop

Eric Scott scottclansman at cwazy.co.uk
Fri Dec 10 15:57:00 EST 2004


Yo.  I've been tinkering with some C# PostgreSQL access code (Newbie to 
C# here).  I can make a .cs file and compile fine with MCS when I do 
"mcs [filename] -r System.Data.dll -r Npqsql.dll".  But in MonoDevelop 
when I hit run, it gives an error relating the two imported classes, as 
if MonoDevelop just runs a plain "mcs [filename]" without the -r 
options.  What do I do in MonoDevelop to get it to plop in the two 
external classes? 
        Thanx,
             ES



More information about the Mono-devel-list mailing list