My project has 4 layers i need to debug from UI to DAL ,,but when i am debugging,its going only in UI,,can any one tell how can idebug up to Dal
|
|
Does your Solution contain all 4 projects? Is your ASP.NET application referencing your DLLs as Binaries or as Projects? (check by right-clicking on the web project and selecting Properties | References) Needs to be "Project". Are all four assemblies/projects set to "Debug" output? |
||||||||||
|
|
|
Are the layers all in separate Solutions? If so use the refrences to the Build\Debug directories to be able to step through. Also make sure all projects are set the DEBUG under Build-> Configuration Manger |
||
|
|
If you are just referencing the dll's for the individual layers, make sure you copy the appropriate pdb files for the dlls as well. |
||
|
|
|
|
Hi Just open all your projects first and try, it will work. |
||
|
|
