1,VS2005联机调试出现无法调试,报Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\AudioPlayer\AudioPlayer.exe'. Error 0x80070070: 磁盘空间不足。
2,问题原因是 而是没有足够空间完成下载, 默认的下载路径是 \Porgram files\AudioPlayer\AudioPlayer.exe。
3,修改方法:更改下载路径,下载到flash或SD卡里。
A: Project ->properties ->Debugging ->Remote executable 改为 \SDMMC\AudioPlayer\AudioPlayer.exe
B: Project ->properties ->Deployment->Remote directory 改为
\SDMMC\AudioPlayer
本文解决VS2005联机调试时因磁盘空间不足导致的问题,介绍错误代码0x8973190e的具体含义,并提供修改下载路径的方法,以确保调试过程顺利进行。
3044

被折叠的 条评论
为什么被折叠?



