引发异常:使用TransactionScope时,mscorlib.dll中的“ System.UnauthorizedAccessException”

时间:2019-04-09 19:06:43

标签: c# asp.net-mvc oracle

我使用TransactionScope在Oracle上调用存储过程,并且IIS Express崩溃。

如果我删除了交易范围,它就像一个超级按钮。

    using (var transactionScope = new TransactionScope())
    {
        ·
        · here I call the SP
        ·
        transactionScope.Complete();
    }

输出控制台显示了很多异常,但我怀疑它们是否与实际问题有关。

以下是输出:https://pastebin.com/EAPPy53p

0 个答案:

没有答案