Building blocked by two error messages

  • Thread starter Thread starter triviawiz425
  • Start date Start date
T

triviawiz425

Guest
Hello!

Forgive me - I'm a little out of my wheelhouse here, but I've recently started supporting a group of developers using VS Enterprise 2019. I have one user who isn't able to build anything, and is receiving the following errors:

1- C:\Users\<user>\.nuget\packages\gitinfo\2.0.10\build\GitInfo.targets(161,3): error : Failed to run `git --version`. Git may not be properly installed:

2- Severity Code Description Project File Line Suppression State
Error The specified task executable "cmd.exe" could not be run. System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at Microsoft.Build.Utilities.ToolTask.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands)
at Microsoft.Build.Tasks.Exec.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands)
at Microsoft.Build.Utilities.ToolTask.Execute() IS.TransactionDesk.Services


So far we've:

* Uninstalled and reinstalled VS

* Uninstalled and reinstalled Git

* Installed Windows updates

* Running sfc /scannow and repairing system corruption

* Running chkdsk on the system drive.


Google has been no help with this error - the only suggestion I see is to disable Comodo, which we don't use. Has anyone ever experienced this before?


TIA!

Continue reading...
 
Back
Top