thor
25-01-07, 11:42 AM
I've been using Nant to drive some nunit tests. Problem is, nunit/nant is using the ADO 2.0 libraries to connect to SQL server 2000, instead of the ADO 1 libraries I used to write the tests in. When I use Nunit outside of Nant, it uses the correct version, but nant binds to the newer versions. The newer versions are failing to connect to the server and therefore my tests fail in nant even though they work in VS2003 and the Nunit windows form.
Uninstalling the .Net 2.0 framework resolves the issue, but that's not desirable.
Anyone had the same issue? Can't find anything on google or the doc/bug pages of nant or nunit. I have upgraded to the latest versions of both.
Uninstalling the .Net 2.0 framework resolves the issue, but that's not desirable.
Anyone had the same issue? Can't find anything on google or the doc/bug pages of nant or nunit. I have upgraded to the latest versions of both.