Windows Mobile开发启动模拟器时,得到错误 0x80070070: There is not enough space on the disk

在Windows Mobile开发时,当编译成功并打算在模拟器上运行时,可能会得到如下错误:

错误 0x80070070: There is not enough space on the disk

 

造成这个错误的原因是计算机上安装了多个版本的VS,这样就会造成冲突。

解决方法其实蛮简单的,删除

\Documents and Settings\All Users\Application Data\Microsoft\Device Emulator
或者
\Documents and Settings\<your user>\Application Data\Microsoft\Device Emulator

目录下的.dess文件。

posted @ 2010-05-11 10:51  张太国  阅读(1265)  评论(0编辑  收藏  举报