Debug CF2 on WCE4 with VS2005

  • Thread starter Thread starter Romain TAILLANDIER
  • Start date Start date
R

Romain TAILLANDIER

Hi group

I have an 'old' device WCE 4.2. I have install .NET CF V2 on it. Using
VS 2005, i can develop and deploy succesfully. BUT I can't debug.
I have try to install System_SR_FR.CAB and System_SR_ENU.CAB, without
any success.

Any idea ?
thank you for your help .

ROM
 
Hello, Romain!

RT> I have an 'old' device WCE 4.2. I have install .NET CF V2 on it. Using
RT> VS 2005, i can develop and deploy succesfully. BUT I can't debug.
RT> I have try to install System_SR_FR.CAB and System_SR_ENU.CAB, without
RT> any success.

RT> Any idea ?
RT> thank you for your help .

What error do you get?

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Hi

I have no error. just i can't debug. the program don't stop at debug
point (just as if i was in release mode.)
All works fine, but i can't run my program step by step.

ROM


Vadym Stetsyak a écrit :
 
Hello, Romain!

RT> I have no error. just i can't debug. the program don't stop at debug
RT> point (just as if i was in release mode.)
RT> All works fine, but i can't run my program step by step.

You can try to put Debugger.Break call into the code and see what happens...
Is debug working on Emulator?

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top