Here is the list of files that I have in my output folder: Apache.NMS.ActiveMQ.dll Apache.NMS.dll Ionic.Zlib.dll NMSFactoryTest.exe (This is the name of project I created using your sample code.) NMSFactoryTest.exe.config (This only has a declaration to use .NET 4.0 runtime.)
That's all that's needed to run, but they all must be in the same folder together. On Tue, Apr 9, 2013 at 10:56 AM, JavyRocks <javy.ro...@gmail.com> wrote: > Hellow a lot thanks for the attetion and Help so far > > But It doesn't work > > summering up > > I'm Developing for .Net 4.0 > I have the ActiveMQ Broker version 5.8 running > > I've downloaded the latest version Apache.NMS.ActiveMQ-1.5.6-bin.zip but > this one doesn't come with the whole DLLs Just come with Apache.NMS and > Apache.NMS.Test > > So I changed to work with the Apache.NMS.ActiveMQ-1.5.5-bin.zip from this > Link http://activemq.apache.org/nms/apachenmsactivemq-v155.html > > this one in particular has for the FrameWork 4.0 > the folowing DLLs > > Lib > Ionic.Zlib.dll > Apache.NMS.dll > Apache.NMS.Test.dll > nunit.framework.dll > Build > Apache.NMS.ActiveMQ.dll > Apache.NMS.ActiveMQ.Test.dll > > Also I've included in my proyect the file > nmsprovider-activemq.config > Changed the property to copy always (To be included in the > output) > > Still get the error in the line > > IConnectionFactory factory = new NMSConnectionFactory(connecturi); > > > I've tried all the sugestions, > According to JGomes I put those DLLs in the project and change the property > to "copy if Newer" > Got the error > Changed to reference directly and also the error > > > If U like I'd give remote access I kind of desperated > > > > > > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/No-IConnectionFactory-implementation-found-for-connection-URI-activemq-tcp-localhost-61616-tp4665743p4665777.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >