Scratch that. I’m still having this problem.
Manually creating the directory fixed the problem. The expected location of the .alldeps file is located under TFS control, and I suspect that might be causing VisualGDB to fail to create the file. VisualGDB is throwing a System.IO.DirectoryNotFoundException.
UPDATE: This is only a problem when trying to build from the command line. Executing “msbuild <project name> /p:Configuration=Release /p:Platform=VisualGDB” dies on the “PrepareFastUpToDateCheckDatabase” step. Building from within Visual Studio seems to work.
-
This reply was modified 7 years, 11 months ago by CurtisHx.