Hello Group,
When I place a breakpoint, let's say on line 10, and I start the solution,
the breakpoint jumps to line 13. In this zone, it seems like the debugger is
skipping lines in the code too.
It is a very big solution I hope I don't have to create a new one and
re-import each class and project.
What files are corrupt? What shall I do to resolve this issue?
Best regards,
Mobile boy
<ctacke/> - 31 Aug 2007 14:33 GMT
Make sure you're in debug mode, clean the solution to make sure all PDBs are
deleted and make sure there isn't a second copy of the assembly in your
execution path (I've seen this a lot with custom controls that you copy to
some separate designer location).

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
> Hello Group,
>
[quoted text clipped - 10 lines]
>
> Mobile boy