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">&lt;<a href="mailto:emile@rabbitmq.com">emile@rabbitmq.com</a>&gt;</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">&gt; When I try to compile a sample C# program in command line I get the error:<br>
&gt;<br>
&gt; CS2005: Missing file specification for `/r:&#39; option<br>
&gt;<br>
&gt; Any ideas on how it happens? I have successfully installed the RabbitMQ<br>
&gt; server, the RabbitMQ .NET/C# AMQP client library and copied the<br>
&gt; RabbitMQ.Client.dll into my working folder and this is how I tried to<br>
&gt; compile Send.cs:<br>
&gt;<br>
&gt; csc &#39;/r:&#39; &quot;RabbitMQ.Client.dll&quot; �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>