Debugging issue on windows mobile smart device development: the breakpoint will not currently be hit, the specific module has not been loaded
Problem:
While development on windows mobile i faced the problem that whenever i tried to debug my code, my breakpoints converted into a hollow circle and started giving me the error “the breakpoint will not currently be hit, the specific module has not been loaded” . When i searched on it , i found different solutions.

Visual Studio Debug Point Screen Shot- nDoubleOr.com
Solution 1 :
Make sure your project is running under debug mode.
Solution 2:
1) Delete all the files from Bin folder (debug , release upto which mode you are using)
2) Un-install CE Frame work and install and try again
Solution 3:
First of all check which version of .Net Compact Frame work is installed on your machine. How would you check this? I found another article on this “How to check .Net Framework Installed”
Lastly i downloaded & upgraded the dot net compact frame work 2.0 with service pack 1 patch. You can download it from here : http://www.microsoft.com/downloads/details.aspx?FamilyID=7befd787-9b5e-40c6-8d10-d3a43e5856b2&DisplayLang=en
You can download and install service pack 2 from depending upon your requirement from here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=aea55f2f-07b5-4a8c-8a44-b4e1b196d5c0
A passionate human.