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