Hi,
I have C# windows form project in VS-2008. It is fine when I run it in debug mode for the first time. Next time onwards, the program does not hit break points and any code update does not reflect in the new form being shown. Even if I comment certain lines of code, the program runs as in the way prior to editing the code.

Then I found that the same is the case with any new project I create.
I am lost.

Could any one please help me?