c# - Why does Visual Studio recompile non dirty projects? -


I have a solution with some projects with dependency.

When I have a project and recompile, Visual Studio compiles all the projects again, even if I have changed them (or any of their predecessors) or not

I only # Using projects I tried to clean out the output - no change I checked the dates of my files - no future date.

Has anyone seen this behavior? Is there Any treatment for this?

A possible reason for this problem is incorrect timing stamps on your files; check the files in your project and Make sure they are not stamped at some point in the future.


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -