<font><font size="2">When I try to compile a sample C# program in command line I get the error: <br>
<br>
CS2005: Missing file specification for `/r:&#39; option<br>
<br>
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:<br>
<br>
csc &#39;/r:&#39; &quot;RabbitMQ.Client.dll&quot;� Send.cs<br>
<br>
<br>Regards,<br>
Demi</font></font>