In MSBuild 3.5, when we try to build any project that references a VC project using the "/maxcpucount:2" option and the BuildInParallel="true" property of the MSBuild task, that project fails to build with the error 'The "ResolveVCProjectOutput" task failed unexpectedly'.All projects in our solution build successfully in Visual Studio 2008 and with MSBuild 3.5 w/out parallel building.I am building on Windows Server 2003 R2 SP2 x64.Here are what I believe to be the important parts of the error output:C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1212,9): error MSB4018: The "ResolveVCProjectOutput" task failed unexpectedly.C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1212,9): error MSB4018: System.Reflection.TargetException: Non-static method requires a target....C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1212,9): error MSB4018: at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1212,9): error MSB4018: at Microsoft.Build.Tasks.ResolveVCProjectOutput.ResolveUsingVCEngineObjectModel(ITaskItem projectRef, String configName, String& resolvedAssemblyPath, String& resolvedImportLibraryPath)C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1212,9): error MSB4018: at Microsoft.Build.Tasks.ResolveVCProjectOutput.Execute()
Version