Home > Net >  I have a third-party DLL and PDB file, the source was not found in the prompt when visual studio deb
I have a third-party DLL and PDB file, the source was not found in the prompt when visual studio deb

Time:09-28

Others give the demo is the asp code + DLL, the DLL's PDB file, code USES the DLL, the method of debugging, I want to get into the DLL to see the source code, but how to set up all can't debugging, visual studio tip:

not found XXXXXX. Cs,

You need to find XXXXXXX. Cs by looking at the source to determine the current call stack frames,

Try one of the following options:
Browse and find XXXXXXX. Cs...

You can in the disassembly window to view the disassembly, if you want to always by looking at the disassembly to determine the source of the file, please change in the "options" dialog box Settings,

The source search information

As "f: \ dd/NPD/CLR \ SRC \ the BCL \ system \ collections \ generic \ dictionary cs" to find the source, (No checksum.)
File "f: \ dd/NPD/CLR \ SRC \ the BCL \ system \ collections \ generic \ dictionary cs" does not exist,
Is the script document search "f: \ dd/NPD/CLR \ SRC \ the BCL \ system \ collections \ generic \ dictionary cs"...
Is in the project to find "f: \ dd/NPD/CLR \ SRC \ the BCL \ system \ collections \ generic \ dictionary cs",
This file was not found in the project,
Are directory "C: \ Program Files \ Microsoft Visual Studio (x86) VC 9.0 \ \ CRT \ SRC " view...
Is the directory "C: \ Program Files \ Microsoft Visual Studio (x86) 9.0 \ \ atlmfc \ SRC \ MFC of VC " view...
Are directory "C: \ Program Files \ Microsoft Visual Studio (x86) VC 9.0 \ \ atlmfc \ SRC \ atl " view...
Are directory "C: \ Program Files \ Microsoft Visual Studio (x86) VC 9.0 \ \ atlmfc \ include " view...
Are using the source server to find the source...
Activity solution debugging source file Settings indicate the debugger will not require the user to find file: f: \ dd/NPD/CLR \ SRC \ the BCL \ system \ collections \ generic \ dictionary cs,
Debugger failed to find the source file "f: \ dd/NPD/CLR \ SRC \ the BCL \ system \ collections \ generic \ dictionary cs",


I have - module through a window, debugging, and determine the visual loaded the symbol, but it seems doesn't work,

Could you tell me how to solve this?

CodePudding user response:

Your DLL file location in the right folder not and regenerate after absorbing

CodePudding user response:

reference 1st floor hit single ADC reply:
your DLL file location in the right folder no and regenerate after absorbing the


To regenerate, but no,
  • Related