I am trying to build vdproj (VS setup project files) files on a build machine. * VS 2013 installed on the build machine with Visual Studio Setup projects extension installed * TFS 2013
The build is done by running devenv.com (using InvokeProcess activity) and we can see that it is starting properly but then we get the following error: ERROR: An error occurred while validating. HRESULT = '8000000A'
I googled for this answer and all the solutions I saw did not help... * adding the registry key HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0_Config\MSBuild\EnableOutOfProcBuild DWORD value to 0 * restart...
Would really appreciate your help here....