紧凑框架 – 无法创建Windows Mobile Compact Framework构建错误:CAB文件…

尝试在我的新PC上的visual studio中构建.CAB时出现以下错误.来源是相同的.注册表警告也不存在于旧PC上.
Windows CE CAB Wizard

Warning: Section [RegKeys] has no data
Warning: Section [DefaultInstall] key "AddReg" - there are no section entries to process
Error: CAB file "D:\Dev\...\MyProject.CAB" could not be created

ERROR: The Windows CE CAB Wizard encountered an error.  See the output window for more information.

cabwiz.exe构建步骤的构建日志中没有显示其他错误.

有什么建议么?

将源代码移动到C:驱动器并在那里构建它,而不是D:驱动器.

看来当cabwiz.exe(Visual Studio)安装在C:驱动器上时,它不喜欢在D:驱动器上构建项目.

与网络驱动器类似的问题在http://windowsmobilepro.blogspot.co.uk/2005/11/error-cab-file-could-not-be-created-no.html处提到

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...