This application has been revised several times over the past few months
with no major issues (I've now started onto Version 3 of this application).
Throughout this time, I've used eVB's Application Install Wizard to create a
new .cab file/setup file without any problems. I usually just copy the new
CAB file over to the handheld and execute it there. Now, however, I've come
across a problem...once the CAB file is copied to the handheld and I execute
it, I get the following error message:
The file "<full path of the file name>.CAB" is not a valid Windows CE Setup
file.
I've reviewed some code from a previous version (version 2), and aside from
the GUI and coding changes, the project environment itself seems to be
exactly the same, however, I can successfully compile the CAB file and
execute an install on the handheld for this version 2. I haven't added any
different controls to version 3, nor have I added any additional references,
etc.
Am I missing something obvious here?
Any help would be greatly appreciated...I hope this makes some sense. If
anyone needs further clarification, please let me know...
Thanks!
Tim Serr
I've compared the two .ebp project files using notepad to see if there were
any significant changes between the two. The only thing that seemed to stand
out was version 2 (the working file) had a call to register a common dialog
control. Version 3 doesn't have this object call.
Strange thing is, I hadn't placed a common dialog control on the version 2
program, so I don't know why this was created in the first place.
Long and short of it, I placed a common dialog control on my Version 3
program, and it now works. Figures!
If anyone would like to share their thoughts on this, be my guest. I'm at a
loss here, though no longer at a project standstill.
"Tim Serr" <tim....@sylogist.com> wrote in message
news:#lyrDhcLCHA.2160@tkmsftngp10...
So, this is open again if anyone would like to jump in and throw in their 2
cents.
Much appreciated!
"Tim Serr" <tim....@sylogist.com> wrote in message
news:ObLE3OeLCHA.2424@tkmsftngp09...
I want to give you a couple of ideas:
- try to install the CAB file from desktop trough CeAppMgr,
setting ReportErrors=1 (search "installing application manually"
in the SDK documentation)
- try opening the CAB file with "WinCE CAB Manager"
http://www.ocpsoftware.com/download/index.html
maybe it can give you some information
--
Vincenzo.
"Tim Serr" <tim....@sylogist.com> wrote in message
news:eyMN3v1LCHA.1600@tkmsftngp13...