<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:' 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 '/r:' "RabbitMQ.Client.dll" Send.cs<br>
<br>
<br>Regards,<br>
Demi</font></font>