visual studio - How to ignore the error message "cannot find pdb files"? -


i asking question because have searched internet , whenever guy puts question missing dll files common answer "to ignore it" because not error warning. want know how that, because see no such option , code doesn't run.

i have tried loading symbols microsoft symbol server. worked me in many cases unfortunately not in case of "'c:\program files (x86)\nvidia corporation\coprocmanager\nvdxgiwrap.dll'. cannot find or open pdb file." (coz nvedia symbols has not microsoft servers)and after error application/code exits without starting. didn't work "nvinit.dll". have idea pdb file is.also have tried changing code release mode , changed properties accordingly changing incremental linkage "no" , debug info "no" , may not have use pdb files nothing helped......my code still not running.so option ignore error.. or warning must say,which unable to..

thanks in advance.

too ignore something, literally "ignore it" don't worry it, unless have particular reason wanting rid of them, wont affect @ all.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -