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.

Reply via email to