Microsoft KB Archive/936487

From BetaArchive Wiki
Knowledge Base


FIX: Managed applications that use SQL Server 2005 Compact Edition 3.1 may stop unexpectedly on Windows Mobile 5.0 ARMV4i-compatible devices if the location of the SQL Server Compact Edition DLLs changes

Article ID: 936487

Article Last Modified on 11/4/2007



APPLIES TO

  • Microsoft SQL Server 2005 Compact Edition



SYMPTOMS

On Microsoft Windows Mobile 5.0 ARMV4i-compatible devices, managed applications that use SQL Server 2005 Compact Edition 3.1 may stop unexpectedly. This problem occurs if the location of the SQL Server Compact Edition DLLs changes.

CAUSE

When the SQL Server Compact Edition DLLs are unloaded from memory, the associated window class stays registered. The next time that the DLLs are loaded into memory, the window class still points to the earlier location because the window class was not unregistered. This behavior causes the application to stop unexpectedly.

You expect the following correct behavior to occur:

  • The window class is unregistered when the DLLs are unloaded.
  • The window class is reregistered when the DLLs are reloaded.


RESOLUTION

A supported hotfix is now available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next service pack that contains this hotfix.

To resolve this problem, submit a request to Microsoft Online Customer Services to obtain the hotfix. To submit an online request to obtain the hotfix, visit the following Microsoft Web site:

Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. To create a separate service request, visit the following Microsoft Web site:

File information

The English version of this hotfix has the file attributes (or later file attributes) 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 item in Control Panel.

For ARMV4i-based devices
File name File size Date Time
Sqlce30.dev.enu.ppc.wce5.armv4i.cab 108,784 16-May-2007 10:38
Sqlce30.ppc.wce5.armv4i.cab 691,130 16-May-2007 10:38
Sqlce30.repl.ppc.wce5.armv4i.cab 314,944 16-May-2007 10:38

Note Because of file dependencies, the most recent hotfix or feature that contains these files may also contain additional files.

WORKAROUND

To work around this problem, do not unload the SQL Server 2005 Compact Edition DLLs from memory.

STATUS

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

REFERENCES

For more information about a hotfix that fixes the same problem in SQL Server 2005 Mobile Edition for Microsoft Windows Powered Pocket PC 2003 ARMV4-compatible devices, click the following article number to view the article in the Microsoft Knowledge Base:

933463 FIX: Managed applications that use Microsoft SQL Server 2005 Mobile Edition may stop unexpectedly


Keywords: kbexpertiseadvanced kbqfe kbfix KB936487