Showing related tags and posts accross the entire site.
-
We're trying to get the NetTiers Unit Tests to run. We encounter 2 types of errors that we're not sure how to work around: 1) Failures to insert data when tables contain unique indexes: Shouldn't the generated data be unique across unique index boundaries? 2) Failures to insert data when...
-
Hello Guys, I've been using .nettiers for a while but I feel I haven't been using all it's features as much as I should. One thing that I've started using now is the Validation Rules in the Service Layer. I used to have another layer that would do these validations for me (or even do...
-
Hi, I am trying to create unit tests layer using netTiers and so far everything seems ok with the generation of framework and Unit test framework but whenever I try to run any test using NUnit interface or TestDriven.net add-in I get following exception. TestCase 'Framework.UnitTests.UsersTest.TestTwoNum'...
-
I figured out that no setting from either Framework.UnitTests.dll.config or entlib.config is extracted so NUnit was not able to instantiate the Users class. So I created a new app.config file in Framework.UnitTests with the required settings of NetTierServiceSection and bravo it actually started running...