Whenever I try to use ASync Groups for compiling VS 2010 Soltuion files, I'll get errors like this on a Build VS.Net Solution action
Error Updating Assembly Info : ERROR : Unable to find : D:\OurMainFolder\Project1\Project2.csproj
This is happening on both Win7/x64/SP1 and Win2008R2/x64/SP1 with FB 7.0.01651 (as well as a previous build - 1380). For some reason, only when doing this Async, FinalBuilder seems to go looking for a given project in the wrong folder.
I have lessened the occurence of it by having a 2 second stagger and max of 6 concurrent operations. But it is still too unreliable and I must disable the Async feature of the group for the sake of consistency.
-Mike