Great! Thanks, it compiled now. But I am encountered with the following error: <br><br>Regards,<br>Demi<br><br><div class="gmail_quote">On Wed, Jun 29, 2011 at 3:24 AM, Emile Joubert <span dir="ltr"><<a href="mailto:emile@rabbitmq.com">emile@rabbitmq.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Demiss,<br>
<br>
Op 29/06/11 03:02, het Demiss Zike geskryf:<br>
<div><div></div><div class="h5">> When I try to compile a sample C# program in command line I get the error:<br>
><br>
> CS2005: Missing file specification for `/r:' option<br>
><br>
> Any ideas on how it happens? I have successfully installed the RabbitMQ<br>
> server, the RabbitMQ .NET/C# AMQP client library and copied the<br>
> RabbitMQ.Client.dll into my working folder and this is how I tried to<br>
> compile Send.cs:<br>
><br>
> csc '/r:' "RabbitMQ.Client.dll" Send.cs<br>
<br>
</div></div>This works for me:<br>
<div class="im"><br>
csc /r:RabbitMQ.Client.dll Send.cs<br>
<br>
</div>You need to make sure that RabbitMQ.Client.dll can be found by the<br>
linker by installing in the GAC or at least temporarily placing it in<br>
the same folder as the source.<br>
<font color="#888888"><br>
<br>
-Emile<br>
</font></blockquote></div><br>