Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 54672 invoked from network); 19 Nov 2010 19:36:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Nov 2010 19:36:34 -0000 Received: (qmail 19731 invoked by uid 500); 19 Nov 2010 19:37:05 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 19685 invoked by uid 500); 19 Nov 2010 19:37:04 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 19677 invoked by uid 99); 19 Nov 2010 19:37:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 19:37:04 +0000 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.82.170] (HELO mail-wy0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 19:36:58 +0000 Received: by wyb38 with SMTP id 38so6123747wyb.15 for ; Fri, 19 Nov 2010 11:36:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.52.199 with SMTP id e49mr2241930wec.63.1290195396783; Fri, 19 Nov 2010 11:36:36 -0800 (PST) Received: by 10.216.15.155 with HTTP; Fri, 19 Nov 2010 11:36:36 -0800 (PST) In-Reply-To: References: Date: Fri, 19 Nov 2010 14:36:36 -0500 Message-ID: Subject: help with .NET client From: Adam Crain To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=0016e6dbe6d550ee8904956d0602 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6dbe6d550ee8904956d0602 Content-Type: text/plain; charset=ISO-8859-1 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 --0016e6dbe6d550ee8904956d0602--