FbRemoteEvents In Windows Service
---------------------------------

                 Key: DNET-528
                 URL: http://tracker.firebirdsql.org/browse/DNET-528
             Project: .NET Data provider
          Issue Type: Improvement
         Environment: Windows 7
            Reporter: Joaquim Pais
            Assignee: Jiri Cincura


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();
           
                    }
                }
.....
            


-- 
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

       

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to