Compile Setup project with devenv.com - “ERROR: Unable to update the dependencies of the project”

后端 未结 6 1024
别那么骄傲
别那么骄傲 2021-02-05 03:33

I have a Setup deployment project in VS 2010. The project compiles perfectly with the GUI interface of VS 2010, but any time I trying to compile it via vs cmd (devenv.com) it co

6条回答
  •  醉梦人生
    2021-02-05 04:32

    I used to rebuild these installer projects from scratch when they stopped working (for whatever reason), but I've found a much much quicker (and less error-prone) workaround. It works for me. Maybe it will work for you.

    1. Remove the Installer project from your solution through the IDE interface
    2. Add the Installer project back into your solution (Add > Existing Project...)
    3. Rebuild

    It works practically every time for me...

    John

提交回复
热议问题