I can't debug WM5

  • Thread starter romain taillandier
  • Start date
R

romain taillandier

Hi group

I had a very good dev env, but my computer crash, and i have all
reinstalled.
Now I have visual studio 2005 Std Ed, SP1, with WM5 PPC SDK, WM5
smartphone SDK. I have ActiveSnc 4.2.

I can debug (using the pause button), and explore all my variables,
but my break point are allways disabled with the yellow '!'.
I think that's all i need but i can't get the breakpoint. I have
search every where the lasts updates, SP and so on. But still not have
debug on PocketPC 2005.

What i have forget ?

Please help
Thank you all for this good job.

ROM
 
P

Paul G. Tobey [eMVP]

Are you sure that the device on which you are debugging is running the same
version of .NET CF and the same build of your target application? That
might easily indicate that the device has an old EXE on it and you've
recompiled, so the correspondence between source line and debug point on the
device doesn't match the development machine.

Paul T.
 
G

Guest

I do not know what exactly prorblem.
I have also this issue. what I have to do is:
I build my app and deploy it.
then it does work(break point).

I am new DOT NET developer.
If you have some better solution. please let me know.
 
B

Benjamin

Hi,

did you install the CF SP1? Thats important. And Check the Options,
that the cf installed, before you Project be copied and started.

Benjamin
 
R

romain taillandier

Install the CF2 SP1 have solve the problem.
I was sure I had install it, but it seems not.

OK thank you all, all thank you very much Benjamin.

ROM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top