daenetCorporation/Daenet.Common.Logging.Sql

The Sql Log is part of a business transaction.

rnebhuth opened this issue · 0 comments

If the Business Code opens transaction scope and then logs in this scope, the logs are part of the transactions. which is a problem in two ways.

  1. If the business transaction is rolled back then logs are, too.
  2. There can be a problem with the distributed transaction manager
    "System.PlatformNotSupportedException: This platform does not support distributed transactions."