Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FIX: A ThreadAbortException exception while using an OLE DB .NET data provider causes an access violation


View products that this article applies to.

Symptoms

A ThreadAbortException exception occurs when you use an OLE DB .NET data provider to connect to a database. When the data provider tries to free the same System.Data.OleDb.DBBindings object two times, an access violation occurs.

↑ Back to the top


Cause

The System.Data.OleDb.DBBindings.Dispose method calls the Marshal.FreeCoTaskMem method to free the associated memory, and then sets the handle of that memory to zero (NULL). If a ThreadAbortException exception occurs during the FreeCoTaskMem call, the handle is not set to zero, and the execution transfers to a finally block. Because the handle is not set to zero, the finally block tries to free the System.Data.OleDb.DBBindings object a second time. This second exception is not handled. Therefore, an access violation occurs.

↑ Back to the top


Resolution

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft .NET Framework 1.1 Service Pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question. The English version of this hotfix has the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
   Date         Time    Version        Size        File name    
   ----------------------------------------------------------------
  18-Dec-2003   06:38   1.1.4322.981   1,294,336   System.data.dll                                     

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More information

For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
824684� Description of the standard terminology that is used to describe Microsoft software updates

↑ Back to the top


Keywords: KB833742, kbqfe, kbbug, kbthread, kbfix, kbnetframe110presp1fix, kbqfe, kbhotfixserver

↑ Back to the top

Article Info
Article ID : 833742
Revision : 7
Created on : 10/25/2005
Published on : 10/25/2005
Exists online : False
Views : 457