Error MSB6006: "csc.exe" salió con el código -1073740791

Hi
At the time of performing an analysis of a .NET project with visual Studio 2015
It indicates the following error when executing the MSBUID (Second line).

First line
E:\users\proyects\sonar-scanner-msbuild-4.7.1.2311-net46\SonarScanner.MSBuild.exe begin /k:“proyect” /d:sonar.host.url=“http://xxxxxxxxx:9000” /d:sonar.login=“123456789212”

Second line
“C:\Program Files (x86)\MSBuild\14.0\Bin\MsBuild.exe” /t:Rebuild

Third line
E:\users\proyects\sonar-scanner-msbuild-4.7.1.2311-net46\SonarScanner.MSBuild.exe end /d:sonar.login=“123456789212”


When I perform the analysis with SonarQube for the Transaction Sender Update project, I get the following error. The project was compiled and the error continues.

ERROR
Using shared compilation with compiler from directory: C:\Program Files (x86)\MSBuild\14.0\Bin
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.CSharp.Core.targets(67,5): error MSB6006: “csc.exe” salió con el código -1073740791.

Does the solution build successfully on the machine if you skip the scanner begin and end steps?

Is so, please share the MSBuild logs to see if that helps narrow down what the problem is.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.