Hi.

I belive this error is because the dll you have is built against a full .net 
framework, and MonoTouch is a reduced set of it, so this class may not exist or 
may be in other namespace.

As I see, in the rabbitmq page you have the source code for this dll, so you 
can try to download the code, import it in a MonoTouch project and  adapt it to 
MonoTouch.

Cheers.

Enviado desde mi iPad

El 17/01/2013, a las 07:44, uniguyit <zhujun.c...@gmail.com> escribió:

> I am a MonoTouch developer, i am writting a project for sending RabbitMQ
> message to a server, i have a .NET Project ( Using VS 2010) to Call RabbitMQ
> .NET Client DLL File to send RabbitMQ message is correct, but When i
> reference this .NET Client DLL File(RabbitMQ.Client.dll) to MonoTouch iOS
> Project, and call sending message method, it throws this error message:
> 
> could not load type 'System.configuration.ConfigurationSettings' from
> assembly 'RabbitMQ.Client'
> 
> Help!
> 
> 
> 
> 
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/MonoTouch-Call-RabbitMQ-NET-DLL-File-throw-Could-not-load-type-error-tp4657960.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to