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?
--
Richard Lewis Haggard
www.Haggard-And-Associates.com

Re: Failing to deploy from VS05 to my Dell Axim x51v by spikedevmesa

spikedevmesa
Mon Oct 02 20:26:35 CDT 2006

I am in the exact same situation and I have got the exact same problem
any help would be great!

Thanks!


Re: Failing to deploy from VS05 to my Dell Axim x51v by ctacke/>

ctacke/>
Mon Oct 02 20:48:30 CDT 2006

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.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--



"spikedevmesa" <pike.shawn@gmail.com> wrote in message
news:1159838795.322572.15090@i3g2000cwc.googlegroups.com...
>I am in the exact same situation and I have got the exact same problem
> any help would be great!
>
> Thanks!
>



Re: Failing to deploy from VS05 to my Dell Axim x51v by MAQ-Mobile

MAQ-Mobile
Tue Oct 03 09:04:45 CDT 2006

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 ?

<ctacke/> wrote:
> 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.
>
>
> --
> Chris Tacke
> OpenNETCF Consulting
> Managed Code in the Embedded World
> www.opennetcf.com
> --
>
>
>
> "spikedevmesa" <pike.shawn@gmail.com> wrote in message
> news:1159838795.322572.15090@i3g2000cwc.googlegroups.com...
> >I am in the exact same situation and I have got the exact same problem
> > any help would be great!
> >
> > Thanks!
> >


Re: Failing to deploy from VS05 to my Dell Axim x51v by ctacke/>

ctacke/>
Tue Oct 03 09:15:04 CDT 2006

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


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--




"MAQ-Mobile" <Mudassar.Qureshi@gmail.com> wrote in message
news:1159884285.678661.135150@h48g2000cwc.googlegroups.com...
> 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 ?
>
> <ctacke/> wrote:
>> 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.
>>
>>
>> --
>> Chris Tacke
>> OpenNETCF Consulting
>> Managed Code in the Embedded World
>> www.opennetcf.com
>> --
>>
>>
>>
>> "spikedevmesa" <pike.shawn@gmail.com> wrote in message
>> news:1159838795.322572.15090@i3g2000cwc.googlegroups.com...
>> >I am in the exact same situation and I have got the exact same problem
>> > any help would be great!
>> >
>> > Thanks!
>> >
>



Re: Failing to deploy from VS05 to my Dell Axim x51v by MAQ-Mobile

MAQ-Mobile
Tue Oct 03 10:05:06 CDT 2006

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 !

<ctacke/> wrote:
> 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
>
>
> --
> Chris Tacke
> OpenNETCF Consulting
> Managed Code in the Embedded World
> www.opennetcf.com
> --
>
>
>
>
> "MAQ-Mobile" <Mudassar.Qureshi@gmail.com> wrote in message
> news:1159884285.678661.135150@h48g2000cwc.googlegroups.com...
> > 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 ?
> >
> > <ctacke/> wrote:
> >> 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.
> >>
> >>
> >> --
> >> Chris Tacke
> >> OpenNETCF Consulting
> >> Managed Code in the Embedded World
> >> www.opennetcf.com
> >> --
> >>
> >>
> >>
> >> "spikedevmesa" <pike.shawn@gmail.com> wrote in message
> >> news:1159838795.322572.15090@i3g2000cwc.googlegroups.com...
> >> >I am in the exact same situation and I have got the exact same problem
> >> > any help would be great!
> >> >
> >> > Thanks!
> >> >
> >


Re: Failing to deploy from VS05 to my Dell Axim x51v by MAQ-Mobile

MAQ-Mobile
Tue Oct 03 11:25:59 CDT 2006

Solved !!!!

http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_thread/thread/2d541b5201990f09/e50300d0ef164b93?lnk=st&q=the+breakpoint+will+not+currently+be+hit+no+symbols+loaded+Win+Ce+&rnum=1#e50300d0ef164b93

thanks alot !

MAQ-Mobile wrote:
> 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 !
>
> <ctacke/> wrote:
> > 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
> >
> >
> > --
> > Chris Tacke
> > OpenNETCF Consulting
> > Managed Code in the Embedded World
> > www.opennetcf.com
> > --
> >
> >
> >
> >
> > "MAQ-Mobile" <Mudassar.Qureshi@gmail.com> wrote in message
> > news:1159884285.678661.135150@h48g2000cwc.googlegroups.com...
> > > 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 ?
> > >
> > > <ctacke/> wrote:
> > >> 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.
> > >>
> > >>
> > >> --
> > >> Chris Tacke
> > >> OpenNETCF Consulting
> > >> Managed Code in the Embedded World
> > >> www.opennetcf.com
> > >> --
> > >>
> > >>
> > >>
> > >> "spikedevmesa" <pike.shawn@gmail.com> wrote in message
> > >> news:1159838795.322572.15090@i3g2000cwc.googlegroups.com...
> > >> >I am in the exact same situation and I have got the exact same problem
> > >> > any help would be great!
> > >> >
> > >> > Thanks!
> > >> >
> > >