Hi all,
I'm having a problem trying to implement NUnit tests on my ORM-methods.
Basically what happens is that if I execute the project (winforms) normally my access to the database (SQLLite) works without problems, but when I try to do the same through the NUnitGui on my tester methods, I get an exception saying that the "dialect was not set". Both projects create, fill and save a business-object that is contained in another project, so they call the same method, just not with the same result.
I thought that this might be because of a problem loading the app.config file, since when I execute the solution, it is my main GUI-project that is run, and when NUnit executes the tests, it is the test project (in same solution) that is executed. But the config-files are the same and I really don't know what else to look for. Anyone got any idea?
Regards,
David Givoni
david@givoni.dk