StockQuote Sample: How to Avoid Error 80072ee5 (Windows Embedded Compact 7)
When you run the Web Services on Devices (WSD) StockQuote sample provided by the Windows Embedded Compact 7 SYSGEN_WSDAPI_SAMPLES catalog item, StockQuoteClient.exe may report error 0x80072ee5 (ERROR_INTERNET_INVALID_URL).
In this article:
Cause
To work properly, the StockQuote sample requires the OS to support the Bluetooth Stack with Universal Loadable Driver catalog item, which is associated with the SYSGEN_BTH variable. Although the sample itself doesn’t require Bluetooth functionality, this SYSGEN provides other needed functionality.
Resolution
To fix the problem, add SYSGEN_BTH to your OS design by following the instructions below.
To add SYSGEN_BTH to your OS design
In Platform Builder, in Catalog Items View, expand Core OS, and then expand Windows Embedded Compact.
Expand Communication Services and Networking and then expand Networking – Personal Area Network (PAN).
Expand Bluetooth and then expand Basic Package.
Select Bluetooth Stack with Universal Loadable Driver.
Save your changes and rebuild the OS.
Community Resources
See Also