惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The GitHub Blog
The GitHub Blog
V
V2EX
Microsoft Security Blog
Microsoft Security Blog
V
Visual Studio Blog
A
About on SuperTechFans
博客园_首页
L
LangChain Blog
量子位
雷峰网
雷峰网
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Jina AI
Jina AI
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence
N
Netflix TechBlog - Medium

博客园 - 张太国

AI到底给我们带来什么? 好日子一去不复返 码农如何写好一封邮件/3 码农如何写好一封邮件/2 码农如何写好一封邮件/1 码农如何写好一封邮件/0 深入浅出Tomcat/4 - Tomcat容器 深入浅出Tomcat/3 - Tomcat生命周期 深入浅出Tomcat系列 深入浅出Tomcat/2 - Tomcat启动和停止 深入浅出Tomcat/1- 来历和配置文件 深入浅出:HTTP/2 深入浅出:5G和HTTP 深入浅出:远离法律风险,必须了解开源项目许可证 深入浅出经典面试题:从浏览器中输入URL到页面加载发生了什么 - Part 3 深入浅出经典面试题:从浏览器中输入URL到页面加载发生了什么 - Part 2 深入浅出经典面试题:从浏览器中输入URL到页面加载发生了什么 - Part 1 一个微信群的现状 C/C++实现HTTP/HTTPS的POST存在的问题
Windows Mobile开发启动模拟器时,得到错误 0x80070070: Ther...
张太国 · 2010-05-11 · via 博客园 - 张太国

在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文件。