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
