I've got many C# (Visual Studio 2008) projects and a few of them are updating the assembly even when there have been no changes (even when I choose Build and not Rebuild). Most of my projects don't do this, its just the odd few.
I have yet to find any difference between the projects and wondered if anyone had any ideas what could be influencing it. To be clear, I've not made any code changes before building but the assembly is still being recreated when I run the Build command within Visual Studio.
I'm sorry I can't provide any further details but please let me know if there is anything else that I can check that may shed some light.
Can anyone help? I've been tearing my hair out for a while on this.
Thanks, Alan
I didn't get to the bottom of this one and ended up reconstructing one of the projects. It turned out that it was all stemming from this one project that was always rebuilding.
I think it had something to do with the embedded resources being rebuilt every time.
Sorry I don't have a definitive answer on this one. Thanks to RobV too for the useful information.
Alan