Use Nunit and ACA.NET (avanade) together

  • Thread starter Thread starter elbomberotorero
  • Start date Start date
E

elbomberotorero

Hi everyone,

I'm using NUnit for making tests to my c# code. As well, I'm using
ACA.NET (several modules created by Avanade).

The problem I have is that I can't call the ACA functions from the
test code. I think I have all the "using" written but it can't create
the ACA objects.

Anyone uses it? Any help? Suggestion?

Thanx to any answer.
 
elbomberotorero said:
I'm using NUnit for making tests to my c# code. As well, I'm using
ACA.NET (several modules created by Avanade).

The problem I have is that I can't call the ACA functions from the
test code. I think I have all the "using" written but it can't create
the ACA objects.

Anyone uses it? Any help? Suggestion?

Have you added a reference to the ACA assemblies? (This is different
from just adding the "using" directives.)
 
Yes I have.

It's a strange thing because if I run the application, it works but if
I try with the test, using the same data than if I ran it it cant
create the database instance.


I don't know what to do


Thanx for the reply. I'm expecting more
 
Back
Top