IDE Start Page; Wrong Modified Date

  • Thread starter Thread starter Eric Sabine
  • Start date Start date
E

Eric Sabine

Anyone had this problem? An app that I've been working on every day for
weeks has a "last modified" date in September. It's not a biggie, but it's
annoying.

(yes my system date is right)
Eric
 
I've noticed the same thing, can't remember if it was that way with 2002.
Looks like it reads the date of the .sln file, rather than the project file.
 
Yeah, I've noticed this too. It becomes especially annoying when you are
working on a main project for a long time, but sometimes create smaller test
projects to try something out - they end up pushing the main project off the
start page.

If you modify the solution file itself, (e.g. add a new project to it), it
records that date. Instead of the "modified" date, it should be showing the
"accessed" date.

I didn't have this problem with VS 2002.
 
Back
Top