From: robsonwk (JIRA) <tr...@fi...> - 2016-03-02 19:15:57
|
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 |