CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2000
    Posts
    65

    Visual Studio compiles from scratch even though code was not changed

    I am using visual studio under windows NT. everything was working fine, and all of a sudden the compiler started compiling my projects from scratch, even if no code was added!!
    Does anyone know how to solve this without reinstalling windows?


  2. #2
    Join Date
    Apr 2001
    Location
    Universal City, CA
    Posts
    20

    Re: Visual Studio compiles from scratch even though code was not changed

    its probably a bad date in a dependency file somewhere, use the dependency viewer in the properties of the workspace to find the troublesome file.



  3. #3
    Join Date
    Jan 2001
    Posts
    39

    Re: Visual Studio compiles from scratch even though code was not changed

    Hi,
    Check the date of your computer, you may have an older date than current.



  4. #4
    Join Date
    May 2001
    Posts
    2

    Re: Visual Studio compiles from scratch even though code was not changed

    Ur system date should be lower than that of the files in your project.Change your system time to current time.
    -Balki


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