VS.NET 2003 Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I recently upgraded from VS.NET 2002 to VS.NET 2003 and I've noticed that when I work on projects the "modified" date on the start page doesn't change. It always stays the same (the original date I created the project). The 2002 version always updated the modified date correctly

Anybody else have this problem or know how to fix it

Thanks
Jeremy
 
This is a known issue with VS.NET 2003. The modified date that it pulls from
is the modified date of the solution file itself, and not of the last item
in the solution. What you can do is either explicitly save the solution
file, or else develop a custom add-in that will automatically save your
solution file when you close the solution. (There may be some already out
there, from others who are annoyed by this problem, but I am not aware of
them.)
 
Back
Top