What are PDBs? Where must they be located for debugging to work?
Answer Posted / pramod gupta
A program database (PDB) file contains debug information
for the project’s EXE file. The project.PDB contains full
debug information, including function prototypes, not just
the type information found in VCx0.PDB. Both PDB files
allow incremental updates.
They should be located at bin\Debug directory
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between singleton and single call?
Why do we need asp.net?
What is the use of the tag in the web.config file?
Explain the overview of asp.net?
What is the differences between a primary key and a unique key in sql server?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What are different types of api?
Which is an advantage of application service providers?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
what is silver light when will we use silver light,
In asp.net, how can you validate drop down box?
How to Insert/Add in ASPXgridview
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
Explain asp.net mvc request life cycle? : asp.net mvc