CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2003
    Location
    kathmandu, nepal
    Posts
    1,570

    Project Out of Date message

    Hello all,

    I am using Visual Studio 2005. Every time I execute the project it says to me that the project is out of date, and would you like to build it. What is causing this? In the successive executions I haven't changed anything but still the message is displayed. What could be the reason for this?

    Please help.

    Mitesh
    If there is no love sun won't shine

  2. #2
    Join Date
    Nov 2002
    Location
    Los Angeles, California
    Posts
    3,863

    Re: Project Out of Date message

    maybe you accidentally changed your system date and now you have files with the wrong time stamp.

    Take a look at your project files and see if any have a date which is in the future.
    Wakeup in the morning and kick the day in the teeth!! Or something like that.

    "i don't want to write leak free code or most efficient code, like others traditional (so called expert) coders do."

  3. #3
    Join Date
    Apr 2003
    Location
    kathmandu, nepal
    Posts
    1,570

    Re: Project Out of Date message

    Thanks SoulDog,

    Some of the files indeed have a future file modified date. i.e. 2 hours from now.

    Any ideas how I should correct the problem? How can I change the modified date.

    Mitesh
    If there is no love sun won't shine

  4. #4
    Join Date
    Apr 2003
    Location
    kathmandu, nepal
    Posts
    1,570

    Re: Project Out of Date message

    Thanks a lot!

    I reopened every file and again saved it. It is working now.

    Regards,
    Mitesh
    If there is no love sun won't shine

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured