Visual Studio Debugger
Error: No Matching Symbolic Information
This topic applies to:
Edition | Visual Basic | C# | F# | C++ | Web Developer |
|---|---|---|---|---|---|
Express | ![]() | ![]() |
|
| ![]() |
Pro, Professional, and Ultimate | ![]() | ![]() |
|
| ![]() |
When an application loads a module, the debugger attempts to load the corresponding symbols. If the debugger cannot find the symbols, it reports the following message:
no matching symbolic information found
This error can occur if the application calls a third-party library and the symbols are missing. It can also occur if the application is making a system call and the DLL's PDB or DBG file is missing from the Microsoft Symbol Server. For more information, see How to: Use a Symbol Server.
See Also
