Steps taken / other info:
1). tried rebuilding the application many times
2). tried completely deleting and redoing it from scratch
3). the .pdb file is in the same location as the DLL with the same name and time
4). my project is running on the debug version of the DLL and associated files
5). ensured there was only one instance of the DLL, project, etc. on the machine
6). right clicked on a DLL that is within the Modules window, selected Symbol Settings, selected Debugging | Symbols and manually added the directory with the .pdb file - even though I confirmed that this is the default location used by the project
7). checked that Enable Just My Code is not selected within the Symbol Settings | Debugging | General menu
8). tried placing the DLL in the C:/Windows32/ directory just to see if the Modules Window would "see" it
9). tried adjusting a few other things to match suggestions regarding optimization settings, etc.
10). tried selecting Load DLL exports within within the Symbol Settings | Debugging | Native menu (although I am not familiar with what this may actually be doing); this caused most of the DLL's in the Modules window to have a listing of Exports Loaded, but did not appear to affect my issue in any way - again my DLL is not within the Modules window
另外, 试试tools--> attatch to process. 如果还不行,那可能就是调用这个DLL的主程序的问题了