Top "Pdb-files" questions

This PDB is Microsoft's "Program Database" format for debugging symbols, stored in files with a `.pdb` extension.

ASP.NET publish trying to copy a non-existant file

I'm trying to publish an ASP.NET project in VS2010, and am getting the following error: Copying file bin\CKFinder.…

asp.net visual-studio-2010 publish pdb-files
wntdll.pdb not loaded - Can't see the exception

Sometimes when I quit my application (SaviHOST running a DLL that I'm making) I show this screen: Unfortunately I don't …

c++ visual-studio debugging exception pdb-files
Preventing referenced assembly PDB and XML files copied to output

I have a Visual Studio 2008 C#/.NET 3.5 project with a post build task to ZIP the contents. However I'm finding …

xml visual-studio build pdb-files
Debugging a release version of a DLL (with PDB file)

If I have a DLL (that was built in release-mode) and the corresponding PDB file, is it possible to debug (…

c# visual-studio-2008 debugging pdb-files
Unable to create PDB file

For some reason this error started popping up today on one of my projects. Error 1 Unable to write to output …

vb.net visual-studio visual-studio-2005 pdb-files
How to load symbols in Visual Studio 2012

When I am debugging my app I see messages: cannot find or open the PDB file I seem to remember …

symbols pdb-files
How can you change an age-mismatched PDB to match properly?

Our nightly build process was broken for a long time, such that it generated PDB files that were a few …

windows windbg symbols pdb-files symbol-server
Generate PDB from .NET DLL file?

I need something that can generate a PDB from a DLL file (C# .NET code), is there any free program …

c# .net debugging pdb-files disassembly
Source information missing from the debug information for this module - PDB successfully loaded

Visual Studio loads the correct PDB file, but can't find source information for anything in the solution. Things I've tried: …

visual-studio debugging pdb-files
How can I include line numbers in a stack trace without a pdb?

We are currently distributing a WinForms app without .pdb files to conserve space on client machines and download bandwidth. When …

c# .net debugging deployment pdb-files