Hi! I added the lines in the files, but i still have build problems
MSMQ.Session doesn't implement NMS.ISession.Close() MSMQ.Connection doesn't implement NMS.IConnection.Close() MSMQ.MessageConsumer doesn't implement NMS.IMessageConsumer.Close() Consequently I'm not able to build the msmq.dll Bernie Oleg Deribas-5 wrote: > > Hello, > > bernulfiskus said the following on 22.11.2006 8:20: > >> i'm using vs studio 2005 >> >> Because of the missing close-Methods it's does'nt work... > > I've just built current trunk successfully with vs2005. > > Problem is that DispatchingThread.cs not included in activemq projects > for both compact and "big" frameworks. You could add it manually to the > vs2005-activemq.csproj and vs2005-activemq-cf20.csproj projects. Just > add manually following section to these files (using notepad, for > example): > > <Compile Include="src\main\csharp\ActiveMQ\DispatchingThread.cs"> > <SubType>Code</SubType> > </Compile> > > -- > Oleg > > > -- View this message in context: http://www.nabble.com/problems-with-.NET-Message-Api-tf2678975.html#a7555787 Sent from the ActiveMQ - User mailing list archive at Nabble.com.