Hi
I'm using VS2008 and building a WinForms mobile application targetting the Compact Framework 3.5 and Pocket PC 5. I'm using the VS unit test functionality and the tests run OK but won't stop at breakpoints. I keep getting the dreaded "breakpoint will not currently be hit, no symbols have been loaded for this document" message. The solution also includes a server-side WCF service and the tests for that work fine.
I've searched the net and tried every suggestion I can find. About the only thing I've found that seems a little odd is that inside Configuration Manager I'm unable to check the Deploy box for the mobile unit tests project. I don't know if this is a problem or not.
Help!!
Cheers
Mark
PS - It would be nice to actually write code instead of spending most of my time trying to get all these bloody bug-ridden tools and frameworks working :(
UPDATE: I've just found this page which apparently explains how to fix the problem: http://msdn.microsoft.com/en-us/library/bb513875.aspx
There's 2 problems with this:
It's a f***ing joke! Hey Microsoft - how about building ALL the basic functionality required before claiming that we can unit test in the CF! Who wants to spend 10 minutes setting one breakpoint?
It doesn't work. When I try to attach the debugger I get "Unable to attach to the process. Attach is not enabled for this process with this debug type". I give up.