Microsoft 开发人员网络 > 论坛主页 > Visual Basic IDE > Setup project now gives error if the same file included twice opposed to warning in VS 2008
提出问题提出问题
 

常规讨论Setup project now gives error if the same file included twice opposed to warning in VS 2008

  • 2009年10月23日 22:04Robert Blackmore 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    I include 2 exes in my setup project which share dlls.  In 2008 this just resulted in warnings when building but I now get an error instead indicating that the file is already included.

    I can fix this by excluding them but they will reappear after each build so have to be excluded again which slows the process down - example error message is below:



    Error 14 Two or more objects have the same target location ('[targetdir]\interop.excel.dll') C:\Development\PIMS\PIMSSetup\PIMSSetup.vdproj PIMSSetup

全部回复