-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins V1.580, Windows 7 64bit.
MSBuild V 4.0.30319.18408
.Net Framework V4.0.30319.18444
VS2010 C++, C# build fails with error fatal error C1090: PDB API call failed, error code '23' when run using MSBuild plugin.
Parameters: /m /p:Configuration=Release /p:Platform=win32
The build passes if run using command line (Windows Batch Command)
- duplicates
-
JENKINS-9104 Visual studio builds started by Jenkins fail with "Fatal error C1090" because mspdbsrv.exe gets killed
-
- Resolved
-
[JENKINS-24753] MSBuild fails with error "fatal error C1090: PDB API call failed, error code '23'"
Description |
Original:
VS2010 C++, C# build fails with error fatal error C1090: PDB API call failed, error code '23' when run using MSBuild plugin. The build passes if run using command line (Windows Batch Command) |
New:
VS2010 C++, C# build fails with error fatal error C1090: PDB API call failed, error code '23' when run using MSBuild plugin. Parameters: /m /p:Configuration=Release /p:Platform=win32 The build passes if run using command line (Windows Batch Command) |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue duplicates |
Workflow | Original: JNJira [ 157790 ] | New: JNJira + In-Review [ 195828 ] |
Does this occur every time when building in Jenkins? Are you building multiple VS projects in parallel when this occurs? Try not doing that.