<p>Hi Demi, they are not the official tutorials but I&#39;ve rewritten the ones you find on rabbitmq website in C#, you can find them here: <a href="http://code.google.com/p/mexexp/source/browse/#svn%2Ftrunk%2FRabbitMQ">http://code.google.com/p/mexexp/source/browse/#svn%2Ftrunk%2FRabbitMQ</a></p>

<div class="gmail_quote">On Jun 29, 2011 4:03 AM, &quot;Demiss Zike&quot; &lt;<a href="mailto:habtdemis@gmail.com">habtdemis@gmail.com</a>&gt; wrote:<br type="attribution">&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>&gt; <br>&gt; <br>&gt; Regards,<br>&gt; Demi<br>
</div>