I've got an application with a debug mode size of about 13MB. If I deploy this app to the device, there are no problems with the debugging.
Then I change the app's optimization settings, so that the resulting size will grow up to about 16.5MB. If I start deploying/debugging with this
app, I'll get the following error message:
"Unable to start program '%CSIDL_PROGRAM_FILES%\<folder>\TestApp.exe'"
"Not enough storage is available to complete the operation."
What's going on There is no storage bottleneck, isn't it!
System: VS2005 SP1, WM5
Device: 20MB free disk space after deploying of program TestApp), 24MB free RAM
The stack reserve size is 2000000, the stack commit size 1000000.
Any other suggestions
Best Regards
Gerhard