Matching character file not found (cannot find / open pdb file)

The debug point is not activated when this module loads. So I thought about manually loading my debug .pdb files from the "Debug / obj" folder.

In this case, I get below error. The Matching Symbol file was not found in this folder, although this folder contains the current assembly file.

As well as "Character Loading Information", these numerous directory paths are contained.

C:\EG.BidManager\Dev\Dev\Src_2\WES\WES\Debug\MVC2SessionManager.pdb: Cannot find or open the PDB file. c:\EG.BidManager\Dev\Dev\Src\Takeoffs\MVC2\MVC2SessionManager\obj\Debug\MVC2SessionManager.pdb: PDB does not match image. C:\Windows\MVC2SessionManager.pdb: Cannot find or open the PDB file. C:\Windows\symbols\dll\MVC2SessionManager.pdb: Cannot find or open the PDB file. C:\Windows\dll\MVC2SessionManager.pdb: Cannot find or open the PDB file. C:\Users\10609601\AppData\Local\Temp\SymbolCache\MVC2SessionManager.pdb\83c14e82b544434489e19e9b8a1ee7065\MVC2SessionManager.pdb: Cannot find or open the PDB file. C:\Users\10609601\AppData\Local\Temp\SymbolCache\MicrosoftPublicSymbols\MVC2SessionManager.pdb\83c14e82b544434489e19e9b8a1ee7065\MVC2SessionManager.pdb: Cannot find or open the PDB file. C:\EG.BidManager\Dev\Dev\Src\Takeoffs\MVC2\MVC2SessionManager\obj\Debug\MVC2SessionManager.pdb: PDB does not match image. 

Screenshot:

enter image description here

+6
source share
1 answer

This issue is resolved by the following steps -

1) Close all instances of VISUAL STUDIO at startup and open one instance of Visual Studio

2) Close the solution (nothing but your project). If it is already open, then it will open again

3) Clean the entire project and rebuild it.

4), and also create a project if you get any errors, such as "___. Dll not found"

5) Now you are good to go and run the project

0
source

All Articles