Hi Cliff, Thanks for the tips. I have install VS 2010 express. Manually overriding, the .NET Framework to 3.5, I can get the WCF examples to compile and run. However when pointed against qpidd 0.6 on my linux box, I get the following output:
The consumer is now listening on the queue "usa". Press <ENTER> to terminate service. 20 10-11-29 10:39:01 error FAIL [1426 127.0.0.1:5672]: Unsupported version: 46-49 s upported version 0-10 (..\..\..\..\cpp\src\qpid\client\TCPConnector.cpp:278) (.. \..\..\..\cpp\src\qpid\client\TCPConnector.cpp:312) 2010-11-29 10:39:02 warning Connection closed I am running the following client installer: http://www.riverace.com/qpid/downloads.htm against a compiled version of 0.6 -Adam On Fri, Nov 19, 2010 at 3:54 PM, Cliff Jansen <[email protected]> wrote: > Hi Adam, > > > VS can't find the following attributes: > > [ServiceContract], [OperationContract], [OperationBehavior] > > and some classes like: > > CustomBinding > > Those should be in your .NET Framework, you need to be at least at > ".NET Framework 3.5 SP1". > > > Should I just try and upgrade to VS2008? > > I would strongly recommend that. You should be OK with VS008 express. > > Cliff > > On Fri, Nov 19, 2010 at 11:36 AM, Adam Crain <[email protected]> > wrote: > > Hi, > > > > I'm trying to spike a development effort with the .NET client. I've using > > the installer found here: > > > > http://www.riverace.com/qpid/downloads.htm > > > > This allowed me to skip the doing the boost libs, and qpidclient dlls > > myself. > > > > I've created a new VS2005 solution and added assembly references to > > Apache.Qpid.Channel and Apache.Qpid.Interop and am trying to compile the > > Topic_Consumer.cs example. > > > > VS can't find the following attributes: > > > > [ServiceContract], [OperationContract], [OperationBehavior] > > > > and some classes like: > > > > CustomBinding > > > > I must be missing an assembly reference, any ideas? Should I just try and > > upgrade to VS2008? > > > > thanks, > > Adam > > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > > >
