Forum member

brunomlopes

2 posts

Posts by brunomlopes

  1. Tests that use a transactionscope fail to run

    Okay, it was an error in my machine.config that apparently didn't surface on the rest of the test runners. I've fixed it and ncrunch runs ok :)

  2. Tests that use a transactionscope fail to run

    Hello all, I don't seem to be able to run my integration tests. They are nunit tests that use a transaction scope to revert the database to a known state, and all fail with the error below at [2]. Each test has a setup and teardown like [1] and the error occurs when creating the TransactionScop…