<p>Hi Demi, they are not the official tutorials but I'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, "Demiss Zike" <<a href="mailto:habtdemis@gmail.com">habtdemis@gmail.com</a>> wrote:<br type="attribution">> 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>> <br>> Regards,<br>> Demi<br>
</div>