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
|