Windows mobile 6 emulator. The Breakpoint will not currently be hit.

S

Sri

Hi,

I have created one application using C# for Windows mobile 6. I am not
able to debug the application. When I set a breakpoint on any line,
debugger does not stop in the breakpoint.

"The breakpoint will not currently be hit. The specified module have
not been loaded" is the message shown in the breakpoint. The
configuration is set as "Debug". This is the first time I am creating
an application for Windows Mobile 6. I have tested some application in
Windows mobile 5.0 emulator. Breakpoints are working properly. Please
shed some light on this issue.

Thanks and Regards
Srinivasan
 
G

Guest

Ensure that the latest assembly is definitely being deployed to the emulator.
You can check this by loading the Configuration Manager and ensure the Deploy
check box is checked. Also delete the previous assembly on the device - could
be a sharing issue which is preventing the deploy from succeeding. Sometimes
this is easy to miss.
 

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