[rabbitmq-discuss] Error while compiling Send.cs from hello world tutorial
Demiss Zike
habtdemis at gmail.com
Wed Jun 29 03:02:50 BST 2011
When I try to compile a sample C# program in command line I get the error:
CS2005: Missing file specification for `/r:' option
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:
csc '/r:' "RabbitMQ.Client.dll" Send.cs
Regards,
Demi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110628/3535e844/attachment.htm>
More information about the rabbitmq-discuss
mailing list