Click here to Skip to main content
15,921,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want use of Symbols, but receiving this Error:a matching symbol file was not found in this folder

Where is the problem?
Posted
Updated 7-Dec-16 0:06am
v2

I had the same thing in mind so instead of writing, refer the answer here: http://stackoverflow.com/questions/5309722/a-matching-symbol-file-was-not-found-in-this-folder[^]

Make sure you have cleaned and rebuild your application such that the compiled dll time and PDB formed files time are same.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 15-Mar-11 15:51pm    
Good point, a 5,
--SA
in case when yuo still want to load dll and have existing but older pdb file you can execute command line app to make it same (don't remember any more that tool name -google can help to find it).

found: DebugInfo.com - ChkMatch tool[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900