windows-mobile – 无法创建SmartDevice CAB项目CAB文件

前端之家收集整理的这篇文章主要介绍了windows-mobile – 无法创建SmartDevice CAB项目CAB文件前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在为SmartDevice Project创建CAB文件(为 Windows Mobile 6构建)
我收到了以下错误

Error: CAB file "C:\SmartDevice2\Debug\SmartDeviceCab2.CAB" could not be created

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

我检查了Windows Mobile Compact Framework Build Error: CAB file … could not be created并将我的解决方案移到了C Drive,
但仍然没有解决问题.

解决方法

D Drive中的项目对于CAB项目构建来说不是问题.
我改变了一些事情.

>从项目目录中删除空格
>应手动添加任何依赖项文件(DLL).如果在安装项目中添加了任何检测到的dll,则排除这些文件.

我没有任何信息为什么它在这种情况下工作,但通过这些更改,我能够构建项目.

猜你在找的Windows相关文章