I\'ll give you a little bit of background first as to why I\'m asking this question:
I am currently working in a stricly-regulated industry and as such our code is quite
Regarding the PDB GUID problem, if you specify that a PDB shouldn't be generated at compilation for Release builds, does the binary still contain the PDB's file system GUID?
To disable PDB generation:
If you're building from the console, use /debug- to get the same result.