Results 1 to 2 of 2

Thread: Rebuild takes place after the Command Line property added in Visual Studio IDE

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2020
    Posts
    70

    Rebuild takes place after the Command Line property added in Visual Studio IDE

    I'm changing the command line parameters in the Visual Studio property window, and when I run the project after making these changes, it rebuilds the entire project even if there are no code changes. Is there a way to avoid this, or is this the expected behavior?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Rebuild takes place after the Command Line property added in Visual Studio IDE

    The project properties are part of the project so the project has changed and thus needs to be rebuilt. Some properties may affect how code is compiled so of course the code needs to be recompiled, even if it hasn't changed.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Tags for this Thread

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