Hi, We have upgraded our source code from VS2005 to VS2010. We do not have any issues if we build through VS2010. When we are trying to build the same components through final builder, it is taking more build time when compared to the build done with VS2010. Is there any way to reduce this.
You really haven’t provided enough information to diagnose this issue. I will say that performance issues in FinalBuilder will usually be because of logging. If you are running in the FinalBuilder IDE, try turning off Live Logging, that will often make a big difference, because the windows user interface often has trouble keeping up with the build engine output. Running builds from FBCMD.exe rather than the FinalBuilder IDE will also be quicker as it does not have the overhead of the windows user interface.