views:

50

answers:

1

Hi,

I am developing a windows mobile application in which I want to debug the application not on the simulator but on the phone directly

So is there any way to do this?

I am currently connecting the device to visual studio after syncing it and have added a custom certificate too. But when I start the debugging the debugging stops at "Application.Run()" and then nothing happens.

If their is a step by step tutorial available it would be of great help.

A: 

hey guys I got it. Was doing a silly mistake. I had set the target platform as "Windows mobile 6.0 professional sdk" but i was using a phone which was a 6.0 standard device. Sorry for bothering you people

Madhup