When not using version control and storing projects on a server I've had similar issues. Deleting the Obj and Bin folders sometimes works. Sometimes switching from a Debug run to a Release run helps.

At times I just copy the project locally, work with it there, and then copy it back. That always works.