Cannot find or open the PDB file
Solution:
1)Copy the value from "Project Properties > Configuration Properties > General > Output Directory"
In my case, it's $(SolutionDir)$(Configuration)\
3)Choose "Project Properties > Configuration Properties > Debugging > Working Directory"
In my case, it's $(ProjectDir),I replace it with "$(SolutionDir)$(Configuration)\",got it !
No comments :
Post a Comment