We are currently distributing a WinForms app without .pdb files to conserve space on client machines and download bandwidth. When we get stack traces, we are getting method
No. The line numbers are part of the debugging information, which is only stored in the PDB file. That is the reason PDB files exist in the first place.