Null Object reference Exception while starting Serializable level transaction 
with ASP.NET
------------------------------------------------------------------------------------------

                 Key: DNET-671
                 URL: http://tracker.firebirdsql.org/browse/DNET-671
             Project: .NET Data provider
          Issue Type: Bug
    Affects Versions: 4.10.0.0
         Environment: Windows 7 64bit 
ASP.NET MVC 5
.NET 4.5
            Reporter: robsonwk
            Assignee: Jiri Cincura
            Priority: Critical


When I am trying to start serializable transaction:
using (var trans = 
_context.Database.BeginTransaction(IsolationLevel.Serializable)

I am getting exception: Object reference not set to an instance of an object.
with stacktrace:
at 
FirebirdSql.Data.EntityFramework6.FbMigrationsTransactionsInterceptor.<>c.<isinmigrations>b__1_0(StackFrame
 f) in 
C:\Users\Jiri\Documents\devel\NETProvider\working\NETProvider\src\EntityFramework.Firebird\FbMigrationsTransactionsInterceptor.cs:line
 47

Firebird .NET provider 4.10.0.0
EF.Firebird 4.10.0.0
EF 6.1.3

The exception doesn't occure while I execute the same code in Console 
Application.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to