[Mono-list] can't pick up dll's or namespaces from .dll or .cs files

Jb Evain jb at nurv.fr
Wed Jul 1 13:34:20 EDT 2009


Hey,

On 6/30/09, Elise Langham <i-ellang at microsoft.com> wrote:
 >  Is there a command line option when compiling or something i need to do to
>  explicitly add a reference?

Yes, you need to specify the references like:

gmcs -r:MyAssembly.dll code.cs

-- 
Jb Evain  <jb at nurv.fr>


More information about the Mono-list mailing list