I am developing an application using C # -MVC with Entity infrastructure (first database) VS 2015.
I created a separate project for Data Access . When I create this project, either in DEBUG mode or in RELASE mode, a debug file is not created, i.e. .Pdb file . Because of this, it is impossible to get to the breakpoint. In the whole project, this file was created, except for the project
Please let me know how can I generate this .pdb file for a project in my project?
Thanks in advance!
source
share