Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet - pdbstr.exe could not be found - Version 2022.1 (Build 10)
-
Hi, after updating to Version 2022.1 (Build 10) (coming from the last version before 2022, we are seeing this error quite often in the Diagnostic Center logs.
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'C:\Program Files\ProGet\Service~\Resources\Tools\pdbstr.exe' with working directory 'C:\Program Files\ProGet\Service'. The system cannot find the file specified.
Category: Symbol Server
Details:
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'C:\Program Files\ProGet\Service~\Resources\Tools\pdbstr.exe' with working directory 'C:\Program Files\ProGet\Service'. The system cannot find the file specified.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at Inedo.ProGet.WebApplication.SimpleHandlers.SymbolServerHandler.GetIndexedPdbAsync(Stream pdbStream, SrcSrvIni srcsrv)
at Inedo.ProGet.WebApplication.SimpleHandlers.SymbolServerHandler.ProcessRequestInternalAsync(HttpContext context)
at Inedo.ProGet.WebApplication.SimpleHandlers.SymbolServerHandler.ProcessRequestAsync(HttpContext context)I searched for pdbstr.exe, but the only matches were in this locations:
C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\srcsrv\pdbstr.exe
C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\srcsrv\pdbstr.exeAny idea what's wrong?
br
-
Hi,
This is a regression - pdbstr.exe is used to provide source server support for legacy symbol files. I've logged the issue as PG-2159 and it will be fixed in ProGet 2.0.2, scheduled for release this Friday.
Thank you!
-
@gdivis
thank you very much.