SmartDevice CAB project CAB file could not be created
cab, compact-framework, windows-mobile
Solution
Project in D Drive is not any issue for CAB Project building. I have changed few things.
- Remove Spaces from Project Directory
- Any Dependency files(DLL) should be added manually. If any detected dll added in Setup project, then exclude those files.
I don't have any information why it is working in this scenario, but with these changes, I am able to build project.
Problem
I am creating CAB file for SmartDevice Project(built for Windows Mobile 6) I am getting following error ``` 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. ``` I have checked Windows Mobile Compact Framework Build Error: CAB file … could not be created and moved my solution to C Drive, but still problem is not resolved.