Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-21 Thread Timothy Bish
On Thu, 2010-01-21 at 08:58 -0800, oskareto wrote: > Ok, i've changed this code line, but the result is the same. I'll be continue > trying. > > Thanks for your help Tim!! > I created a small project and used your classes without making any changes to them and I am able to send and receive messa

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-21 Thread oskareto
Ok, i've changed this code line, but the result is the same. I'll be continue trying. Thanks for your help Tim!! Timothy Bish wrote: > > On Thu, 2010-01-21 at 08:38 -0800, oskareto wrote: >> Nothing. I've changed the selector to null, and when I send the message, >> i'm >> sure that the subsc

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-21 Thread Timothy Bish
On Thu, 2010-01-21 at 08:38 -0800, oskareto wrote: > Nothing. I've changed the selector to null, and when I send the message, i'm > sure that the subscriptor is already registreres. I don't know what's > happends! OnMessage event is never thrown... > > Not sure what could be going wrong without

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-21 Thread oskareto
Nothing. I've changed the selector to null, and when I send the message, i'm sure that the subscriptor is already registreres. I don't know what's happends! OnMessage event is never thrown... Timothy Bish wrote: > > On Thu, 2010-01-21 at 08:17 -0800, oskareto wrote: >> I have upload my code fi

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-21 Thread Timothy Bish
On Thu, 2010-01-21 at 08:17 -0800, oskareto wrote: > I have upload my code files. > > I have to connect to a topic that is already working, this is the reason for > trying with the topics and not with a queue. > > Thanks!! You might want to set the selector to null for now in order to ensure you

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-21 Thread oskareto
I have upload my code files. I have to connect to a topic that is already working, this is the reason for trying with the topics and not with a queue. Thanks!! Timothy Bish wrote: > > On Thu, 2010-01-21 at 03:25 -0800, oskareto wrote: >> Yes, my code makes: connection.Start(); . The code i h

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-21 Thread Timothy Bish
On Thu, 2010-01-21 at 03:25 -0800, oskareto wrote: > Yes, my code makes: connection.Start(); . The code i have deployed is > http://remark.wordpress.com/articles/publish-subscribe-with-activemq-and-nms/ > . This is giving me a headache!!! > Any chance you can post your own version of the code?

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-21 Thread oskareto
Yes, my code makes: connection.Start(); . The code i have deployed is http://remark.wordpress.com/articles/publish-subscribe-with-activemq-and-nms/ . This is giving me a headache!!! Timothy Bish wrote: > > On Thu, 2010-01-21 at 02:57 -0800, oskareto wrote: >> I don't know very well what's happe

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-21 Thread Timothy Bish
On Thu, 2010-01-21 at 02:57 -0800, oskareto wrote: > I don't know very well what's happend. The BadImageFormatException is thrown > when I execute the application debugging from Visual Studio. If I execute > it from the .exe of the bin folder, it works perfectly. But there's another > problem: wit

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-21 Thread oskareto
I don't know very well what's happend. The BadImageFormatException is thrown when I execute the application debugging from Visual Studio. If I execute it from the .exe of the bin folder, it works perfectly. But there's another problem: with the same code I said you (producer and subscriber in the

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-18 Thread Timothy Bish
On Thu, 2010-01-14 at 07:48 -0800, oskareto wrote: > > > Timothy Bish wrote: > > > > On Thu, 2010-01-14 at 04:28 -0800, oskareto wrote: > >> Hello! First, sorry for my English. > >> > >> I'm deploying this example application > >> http://remark.wordpress.com/articles/publish-subscribe-with-act

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-14 Thread oskareto
Timothy Bish wrote: > > On Thu, 2010-01-14 at 04:28 -0800, oskareto wrote: >> Hello! First, sorry for my English. >> >> I'm deploying this example application >> http://remark.wordpress.com/articles/publish-subscribe-with-activemq-and-nms/ >> . When I've created all the project and i've downl

Re: BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-14 Thread Timothy Bish
On Thu, 2010-01-14 at 04:28 -0800, oskareto wrote: > Hello! First, sorry for my English. > > I'm deploying this example application > http://remark.wordpress.com/articles/publish-subscribe-with-activemq-and-nms/ > . When I've created all the project and i've downloaded the requiered dll's > (Apac

BadImageFormatException with Apache.NMS.ActiveMQ‏

2010-01-14 Thread oskareto
Hello! First, sorry for my English. I'm deploying this example application http://remark.wordpress.com/articles/publish-subscribe-with-activemq-and-nms/ . When I've created all the project and i've downloaded the requiered dll's (Apache.NMS 1.2.0 and Apache.NMS.ActiveMQ), and I execute the appli