Return-Path: Delivered-To: apmail-ibatis-user-cs-archive@www.apache.org Received: (qmail 43751 invoked from network); 31 Jan 2006 21:01:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jan 2006 21:01:29 -0000 Received: (qmail 85786 invoked by uid 500); 31 Jan 2006 21:01:28 -0000 Delivered-To: apmail-ibatis-user-cs-archive@ibatis.apache.org Received: (qmail 85773 invoked by uid 500); 31 Jan 2006 21:01:28 -0000 Mailing-List: contact user-cs-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-cs@ibatis.apache.org Delivered-To: mailing list user-cs@ibatis.apache.org Received: (qmail 85762 invoked by uid 99); 31 Jan 2006 21:01:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2006 13:01:28 -0800 X-ASF-Spam-Status: No, hits=4.2 required=10.0 tests=DNS_FROM_RFC_DSN,SPF_FAIL X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [206.190.36.79] (HELO smtp101.rog.mail.re2.yahoo.com) (206.190.36.79) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 31 Jan 2006 13:01:26 -0800 Received: (qmail 36104 invoked from network); 31 Jan 2006 21:01:04 -0000 Received: from unknown (HELO prescott) (r.j.taylor@rogers.com@70.31.28.218 with login) by smtp101.rog.mail.re2.yahoo.com with SMTP; 31 Jan 2006 21:01:04 -0000 Reply-To: From: "Jason Taylor" To: Subject: RE: Error configuring DAO. Cause: Ambiguous match found. Date: Tue, 31 Jan 2006 16:01:05 -0500 Organization: The ESCO Institute Message-ID: <002201c626a9$73a92030$0202fea9@prescott> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <16f722280601311127h36c59d0bs374d28d659dad19@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcYmnDCsZaRdgovdQQWxn7fHS64S5wADDrOw X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The plot has taken a sudden turn. It seems to depend on which version of NUnit I'm using as to whether or not the test will fail: Compiled in VS2005, tested using NUnit for .NET 2.0 = fail Compiled in VS2003, tested using NUnit for .NET 2.0 = fail Compiled in VS2003, tested using NUnit for .NET 1.1 = success ! The constant seems to be NUnit for .NET 2.0. Has anyone else encountered trouble with NUnit for .NET 2.0? Thanks, Jason -----Original Message----- From: Chad Humphries [mailto:chad.humphries@gmail.com] Sent: January 31, 2006 2:27 PM To: user-cs@ibatis.apache.org; jtaylor@escoinst.com Subject: Re: Error configuring DAO. Cause: Ambiguous match found. Jason, I've been using iBatis in .NET 2.0 (the 1.x build) with no issues so far. If you are able to replicate the issue on a smaller scale (test project, test case) please post it to the list, I would love to look at it and see if I can replicate it. -Chad On 1/31/06, Jason Taylor wrote: > Hello everyone, > > I have solved my problem regarding the ambiguous match issue; in short I was > using VS 2005 instead of VS 2003. > > When I recreated my project in VS 2003 everything worked fine. > > I imagine this has been asked before, but what, if any, support for the .NET > Framework 2.0 is planned? > > Any insight on the particulars of this 'ambiguous match' issue would be > welcome as well. > > Thanks again, > > Jason > > >