Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 33596 invoked from network); 19 May 2006 18:26:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 May 2006 18:26:50 -0000 Received: (qmail 33343 invoked by uid 500); 19 May 2006 18:26:50 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 33239 invoked by uid 500); 19 May 2006 18:26:50 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 33230 invoked by uid 99); 19 May 2006 18:26:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2006 11:26:50 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2006 11:26:49 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Fh9gC-00027Q-UO for activemq-users@geronimo.apache.org; Fri, 19 May 2006 11:26:28 -0700 Message-ID: <4474385.post@talk.nabble.com> Date: Fri, 19 May 2006 11:06:27 -0700 (PDT) From: willfarnaby To: activemq-users@geronimo.apache.org Subject: OpenWire.Net build fails MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: willfarnaby@hotmail.com X-Nabble-From: willfarnaby X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I checked out OpenWire.Net from SVN repository and tried to build in Visual Studio 2005. First, the solution file is listed in the MS Explorer tile view as "unrecognized format" and clicking on it does nothing apparent. Clicking the C# project file does open the solution in VS 2005, but build fails with following errors. Please advise. ------------------------------------------------------------------------------ Warning 1 Load of property 'RootNamespace' failed. The string for the root namespace must be a valid identifier. activemq-dotnet Warning 2 'System.Net.Dns.Resolve(string)' is obsolete: 'Resolve is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202' E:\java\activemq.codehaus.org\ActiveMQ\activemq-dotnet\src\main\csharp\ActiveMQ\Transport\Tcp\TcpTransportFactory.cs 44 37 activemq-dotnet Error 3 The type or namespace name 'ConnectionControlMarshaller' could not be found (are you missing a using directive or an assembly reference?) E:\java\activemq.codehaus.org\ActiveMQ\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\V1\MarshallerFactory.cs 84 38 activemq-dotnet Error 4 The best overloaded method match for 'ActiveMQ.OpenWire.OpenWireFormat.addMarshaller(ActiveMQ.OpenWire.BaseDataStreamMarshaller)' has some invalid arguments E:\java\activemq.codehaus.org\ActiveMQ\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\V1\MarshallerFactory.cs 84 13 activemq-dotnet Error 5 Argument '1': cannot convert from 'ConnectionControlMarshaller' to 'ActiveMQ.OpenWire.BaseDataStreamMarshaller' E:\java\activemq.codehaus.org\ActiveMQ\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\V1\MarshallerFactory.cs 84 34 activemq-dotnet Error 6 The type or namespace name 'ConsumerControlMarshaller' could not be found (are you missing a using directive or an assembly reference?) E:\java\activemq.codehaus.org\ActiveMQ\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\V1\MarshallerFactory.cs 87 38 activemq-dotnet Error 7 The best overloaded method match for 'ActiveMQ.OpenWire.OpenWireFormat.addMarshaller(ActiveMQ.OpenWire.BaseDataStreamMarshaller)' has some invalid arguments E:\java\activemq.codehaus.org\ActiveMQ\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\V1\MarshallerFactory.cs 87 13 activemq-dotnet Error 8 Argument '1': cannot convert from 'ConsumerControlMarshaller' to 'ActiveMQ.OpenWire.BaseDataStreamMarshaller' E:\java\activemq.codehaus.org\ActiveMQ\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\V1\MarshallerFactory.cs 87 34 activemq-dotnet -- View this message in context: http://www.nabble.com/OpenWire.Net+build+fails-t1651657.html#a4474385 Sent from the ActiveMQ - User forum at Nabble.com.