« Return to Thread: can't pick up dll's or namespaces from .dll or .cs files

Re: can't pick up dll's or namespaces from .dll or .cs files

by Jb Evain-2 :: Rate this Message:

Reply to Author | View in Thread

Hey,

On 6/30/09, Elise Langham <i-ellang@...> 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@...>
_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

 « Return to Thread: can't pick up dll's or namespaces from .dll or .cs files