Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null Object reference Exception while starting Serializable level transaction with ASP.NET [DNET671] #625

Closed
firebird-automations opened this issue Mar 2, 2016 · 4 comments

Comments

@firebird-automations
Copy link

Submitted by: robsonwk (robsonwk)

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.

Commits: 1124dd1

@firebird-automations
Copy link
Author

Modified by: robsonwk (robsonwk)

Component: http://ADO.NET Provider [ 10041 ]

Component: Entity Framework support [ 10110 ]

@firebird-automations
Copy link
Author

Commented by: robsonwk (robsonwk)

I think it is quite serious issue while there is no possibility to start serializable transaction with firebird provider.
Is it intended to resolve it ?

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: In Progress [ 3 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: vNext [ 10761 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants