I cant seem to debug a recent modified windows service. When I first installed it, I was able to debug it by attaching the debugger to this running service (eg using 'Attach to process' in visual studio).
However, recently I have modified the service code, rebuilt it and reinstalled it. Now I cant seem to debug it - it says that 'The breakpoint will not be currently hit'.
I hope I have provided enough info. Many thanks.