Debugging fails, and you do not receive a clear error message about the failure in Visual Studio 2005 (908274)
The information in this article applies to:
- Microsoft Visual Studio 2005 Team System Architect Edition
- Microsoft Visual Studio 2005 Team System Developer Edition
- Microsoft Visual Studio 2005 Team System Team Foundation:
- Microsoft Visual Studio 2005 Standard Edition
- Microsoft Visual Studio 2005 Professional Edition
SYMPTOMSConsider the following scenario. You try to debug an application by using Microsoft Visual Studio 2005. The application is built for
a Microsoft Windows Mobile 5.0-based Pocket PC. In this scenario,
the application does not run on the device, and debugging
fails. Additionally, you do not receive a clear error message about the failure in Visual Studio 2005.
Typically, this problem occurs after you change the
deployment target in Visual Studio 2005 to the Pocket PC 2003 emulator.CAUSEThis problem occurs because the Visual Studio debugger
cannot process error messages correctly when you try to run the application by
using an incompatible CPU type. The Pocket PC 2003 emulator is incompatible
with a Windows Mobile 5.0-based Pocket PC.WORKAROUNDTo work around this problem, change the deployment target to
the Windows Mobile 5.0 Pocket PC Software Development Kit (SDK). To do this, follow these steps:
- Start Visual Studio 2005.
- On the Project menu, click Change
Target Platform.
- In the Change Target Platform dialog box,
click Windows Mobile 5.0 Pocket PC
SDK under Change to, and then click OK.
Modification Type: | Major | Last Reviewed: | 5/10/2006 |
---|
Keywords: | kbDebug kbtshoot kbprb KB908274 kbAudDeveloper |
---|
|