Getting Error while building setup

Hi All,

While building an exe on Hudson it usually takes 3/4 minutes for it to be completed, but recently when I committed my changes and built exe, its size is increasing giving me error as follow:

"Microsoft ® Build Engine Version 3.5.30729.7903
[Microsoft .NET Framework, Version 2.0.50727.8964]
Copyright © Microsoft Corporation 2007. All rights reserved.

prodocERS.prj : error : The system cannot find the file specified.
prodocERS.prj : error : "

Generally the EXE size would be 14MB but now it keeps on building and goes upto 900MB,
any help is appreciated

Sounds to me like something is being added/packed into the exe, probably recursively.
So things like icons, images, aka resources the exe could use so I would look there, at your MS Build file and see if you can spot it there, at least thats where I would start.

Alternatively a multitude of programs like this could also highlight quickly if you have resources packed multiple times inside the exe (or DLL). It might even be other DLL’s packed into the exe that could explain the size.

Anyway thats where I would start.

Edit.
And as if by magic, there happens to be this thread immediately underneath your post which might also help.
Msbuild example for Clarion - ide / Tips - ClarionHub