This PDB is Microsoft's "Program Database" format for debugging symbols, stored in files with a `.pdb` extension.
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-filesSometimes 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-filesI 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-filesIf 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-filesFor 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-filesWhen I am debugging my app I see messages: cannot find or open the PDB file I seem to remember …
symbols pdb-filesOur 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-serverI need something that can generate a PDB from a DLL file (C# .NET code), is there any free program …
c# .net debugging pdb-files disassemblyVisual 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-filesWe 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