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

推荐订阅源

G
Google Developers Blog
D
Docker
Stack Overflow Blog
Stack Overflow Blog
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
H
Help Net Security
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
L
LangChain Blog
MongoDB | Blog
MongoDB | Blog
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
SegmentFault 最新的问题
博客园 - 司徒正美
C
Check Point Blog
B
Blog
Y
Y Combinator Blog
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
F
Fortinet All Blogs
美团技术团队
D
DataBreaches.Net

博客园 - 张太国

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