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

FbRemoteEvents In Windows Service [DNET528] #508

Closed
firebird-automations opened this issue Nov 13, 2013 · 3 comments
Closed

FbRemoteEvents In Windows Service [DNET528] #508

firebird-automations opened this issue Nov 13, 2013 · 3 comments

Comments

@firebird-automations
Copy link

Submitted by: Joaquim Pais (joaquim.pais)

I am using a windows service FbRemoteEvents, when trying to close the database I am with the following error.
System.Threading.ThreadAbortException: Thread aborted.
    in FirebirdSql.Data.FirebirdClient.FbConnection.Close ()
    SaftClientService.SaftClientService.FecharEscutaEventos in () .
foreach (var item in empresas)
{
try
{
if (item.Coon.State == ConnectionState.Open)
{
item.Coon.Close();

                \}
            \}

.....

@firebird-automations
Copy link
Author

Modified by: Joaquim Pais (joaquim.pais)

Version: 2.6.5 [ 10400 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: vNext - Events [ 10808 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Fix Version: vNext [ 10812 ]

Fix Version: vNext - Events [ 10808 ] =>

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