Failing to deploy from VS05 to my Dell Axim x51v

  • Thread starter Thread starter Richard Lewis Haggard
  • Start date Start date
R

Richard Lewis Haggard

Using VS05, I created a project in C# for Windows CE 2005. I have a Dell
Axim X51v attached to the system via a USB cable. When I try to execute the
app, I get:

Error 1 Post-deploy error 0x80070005 returned after calling
'\Windows\wceload.exe /noui \Windows\System_SR_enu.cab'. Device
Connectivity Component

Why can't the host deploy the application to the target platform dvice?
 
I am in the exact same situation and I have got the exact same problem
any help would be great!

Thanks!
 
I've had this problem before as well. Manually copy the System_SR_ENU.cab
file to the device and run it and the error will go away.
 
Concern # 1:

i got the same error. Pls can u tell me where to find this
"System_SR_ENU.cab " file ?

my specific error when trying to debug it on Win CE 5.0 device is

"Error 1 Post-deploy error 0x00000001 returned after calling
'\Windows\wceload.exe /noui \Windows\System_SR_enu_wm.cab'. Device
Connectivity Component
"

i also saw System_SR_enu_wm.cab in /windows folder of WinCe Device.
upon clicking it, it says it is not a correct cab file. setup failed
!!! pls help

Concern # 2:

my other program was successfully launched in debug mode but my break
points wont hit. it doesnt load symbols for it. if i launch it on any
other PPC device or a smartphone the breakpoints are fine !! is the
above prob associated with breakpoints also ?
 
For CF 1.0:
C:\Program Files\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v1.0\WindowsCE\Diagnostics

For CF 2.0:
C:\Program Files\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\Diagnostics
 
ok thank you so much ... after installing the error is gone.

Pls pls can u also tell my why my breakpoints are with yellow mark and
hovering over it it says "breakpoint will not currently be hit, no
symbols loaded..."

the same solution when debuged on PPC emulator or Device, the
breakpoints are fine but on Win Ce device it loads the appl but doesnt
let me debug.

quite frustrating cos there is no emulator in VS 2005 for Win Ce also.
the device is Win Ce 5.0

thanks alot !
 
Back
Top