Results 1 to 4 of 4

Thread: Compiling Issue, Is this normal?

  1. #1

    Thread Starter
    Hyperactive Member Spybot's Avatar
    Join Date
    Jan 2019
    Posts
    329

    Compiling Issue, Is this normal?

    I'm compiling my project in VB2019 using (Microsoft Visual Studio Installer Project), the compiling results say the compilation is correct, but I've noticed this in the output window, the compiling process is packing several times the same file, why is that? Is it normal? actually if I compile it one more time it adds one more file for packing.


    Name:  Captura de pantalla 2021-01-08 153817.jpg
Views: 200
Size:  73.3 KB
    then after compiling one more time it shows this:
    Name:  Captura de pantalla 2021-01-08 153818.jpg
Views: 176
Size:  84.6 KB

    At the end I get no compiling errors, but what's going on?
    Last edited by Spybot; Jan 9th, 2021 at 02:13 AM. Reason: Chang the title and fix attachments

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

    Re: Compiling Issue, Is this normal?

    Does the output of the Installer project get any larger? What happens if you do a Clean before building? If you close and reopen VS, does it go back to one mention of each file?

  3. #3

    Thread Starter
    Hyperactive Member Spybot's Avatar
    Join Date
    Jan 2019
    Posts
    329

    Re: Compiling Issue, Is this normal?

    Hi jmcilhinney.

    Thank you for responding.

    No, the output of the Installer project doesn't get any larger.
    If I Clean before building, seem to work.
    But if I close and reopen VS definitely fixes everything.

    Name:  03.jpg
Views: 125
Size:  29.0 KB

    OK, I know this might be subject for another threat, but whats the difference between Compile and Recompile within VS?

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: Compiling Issue, Is this normal?

    I don't know what's causing that but, if the output isn't getting any bigger, I wouldn't worry. At worst, things may be getting overwritten multiple times rather than being duplicated. Are you building the installer every time? You could probably exclude that and only build it explicitly when you need to.

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