开发者

Wix project error in TFS build

I am building a solution that contains a Wix v3.6 project on Team Foundation Server (TFS 2010). The solution also contains some other class library projects. The TFS build is unsuccessful with the following error:

light.exe : error LGHT0103: The system cannot find the file 'Path\assembly.dll' with type ''.

I have checked that the file (assembly.dll) in que开发者_运维知识库stion and it does exists at the given path. The file in question is actually the output of another project in the solution. Apart from this file there are other files that are successfully found by wix project in the same path location.

Can somebody tell me why is this happening?


The possible reason could be due to file path 'Path\assembly.dll' will be larger in characters as light.exe support max 255 (or 155 char not sure) characters only.

You can change compressed to no as compressed=no in . This will create some folders with dependent file along with installer in output path.

If possible try to give shorter name to buildoutput and dropfolders that you are using at build server with compressed="yes"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜