Article ID: 2563721 - Last Review: July 12, 2011 - Revision: 1.0 FIX: A client application that is running on a Windows Embedded CE 6.0 R3-based device may report an "E_OUTOFMEMORY" error code when the client calls a web service that is hosted on a remote server
On This PageSYMPTOMSConsider the following scenario. You run a web client application on a Windows Embedded CE 6.0 R3-based device. The client application calls a web service that is hosted on a remote server. In this scenario, the web service may report the following error code: E_OUTOFMEMORY Note The E_OUTOFMEMORY error code indicates insufficient memory to complete the operation. CAUSEThis problem occurs because of an incorrect implementation in the encoding style check before SOAP envelope creation. No encoding attribute is set for a web service operation that is hosted on a remote server. Therefore, the encoding of the remote operation is not parsed during Web Services Description Language (WSDL) parsing. When the encoding is not parsed, a NULL pointer is created. The remote operation does not check whether the pointer is valid. However, the remote operation calls the SysAllocString function anyway to allocate memory. Therefore, an E_OUTOFMEMORY error code is reported when a function checks the return value of the memory allocation. RESOLUTIONSoftware update informationA supported software update is now available from Microsoft as Windows Embedded CE 6.0 Monthly Update June 2011. In the "File information" section, the package file name contains the product version, date, Knowledge Base article number, and processor type. The package file name format is as follows:Product version-yymmdd-kbnnnnnn-processor type For example: Wincepb60-110128-kb2492159-armv4i.msi is the ARMV4i Windows Embedded CE 6.0 Platform Builder fix that is documented in KB article 2492159 and that is contained in the January 2011 monthly update.To resolve this problem immediately, download this Windows Embedded CE 6.0 Monthly Update from one of the following Microsoft websites: Windows Embedded Download Windows Embedded CE 6.0
(http://www.microsoft.com/windowsembedded/en-us/downloads/download-windows-embedded-ce6.aspx)
Microsoft Download CenterWindows Embedded CE 6.0
(http://www.microsoft.com/downloads/en/ResultsForProduct.aspx?productID=f8af6708-edcb-472a-829d-f73d951c35a1&stype=ss_sd&displaylang=en&nr=10&sortCriteria=Popularity&sortOrder=Ascending)
PrerequisitesThis update is supported only if all previously issued updates for this product have also been installed.Restart requirementAfter you apply this update, you must perform a clean build of the whole platform. To do this, use one of the following methods:
Update replacement informationThis update does not replace any other updates.File informationThe English version of this software update package 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.Installer filesCollapse this table
Files that are included in this update packageCollapse this table
REFERENCESFor more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base: 824684
(http://support.microsoft.com/kb/824684/
)
Description of the standard terminology that is used to describe Microsoft software updates
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top