Visual Studio 2008 - Add Reference

后端 未结 5 1898
情深已故
情深已故 2021-02-04 04:49

When adding a DLL as a reference to an ASP.Net project, VS2008 adds several files to the bin directory. If the DLL is called foo.dll, VS2008 adds foo.dll.refresh, foo.pdb and f

5条回答
  •  误落风尘
    2021-02-04 05:39

    foo.pdb is the debugger symbols file for foo.dll, you'll want it or you won't be able to set a breakpoint in that code.

提交回复
热议问题