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 reference exception on fbcommand dispose in NET CF 3.5 [DNET559] #532

Closed
firebird-automations opened this issue Jul 22, 2014 · 2 comments

Comments

@firebird-automations
Copy link

Submitted by: Geolffrey Mena (geolffrey)

My application is crashing and returning the following errors:

System.NullReferenceException was unhandled
Message="NullReferenceException"
StackTrace:
at FirebirdSql.Data.FirebirdClient.FbCommand.RollbackImplicitTransaction()
at FirebirdSql.Data.FirebirdClient.FbCommand.Release()
at FirebirdSql.Data.FirebirdClient.FbCommand.Dispose(Boolean disposing)
at System.ComponentModel.Component.Finalize()

I realize this happen only when the application is trying to save (update/insert).

I have review this tracker system trying to find a solution and I found the bug was fixed in the version 2.7.7. Which after some test does not work with Compact Framework 3.5. Is there any compiled version for Compact Framework or can any of you can give some advise about what I need to do in order to make it work with NET CF 3.5.

Thanks in advanced.

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Support for .NET CF was dropped. The only option is to build it on your own, but that will need some work.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => Closed [ 6 ]

resolution: Won't Fix [ 2 ]

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