[rabbitmq-discuss] Error while compiling Send.cs from hello world tutorial

Demiss Zike habtdemis at gmail.com
Wed Jun 29 14:53:20 BST 2011


Great! Thanks, it compiled now. But I am encountered with the following
error:



Regards,
Demi

On Wed, Jun 29, 2011 at 3:24 AM, Emile Joubert <emile at rabbitmq.com> wrote:

> Hi Demiss,
>
> Op 29/06/11 03:02, het Demiss Zike geskryf:
> > When I try to compile a sample C# program in command line I get the
> error:
> >
> > CS2005: Missing file specification for `/r:' option
> >
> > Any ideas on how it happens? I have successfully installed the RabbitMQ
> > server, the RabbitMQ .NET/C# AMQP client library and copied the
> > RabbitMQ.Client.dll into my working folder and this is how I tried to
> > compile Send.cs:
> >
> > csc '/r:' "RabbitMQ.Client.dll"  Send.cs
>
> This works for me:
>
> csc /r:RabbitMQ.Client.dll  Send.cs
>
> You need to make sure that RabbitMQ.Client.dll can be found by the
> linker by installing in the GAC or at least temporarily placing it in
> the same folder as the source.
>
>
> -Emile
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110629/5e1efc05/attachment-0001.htm>


More information about the rabbitmq-discuss mailing list