How do I use debugger in DAL when working with CSLA + Silverlight Project?
Attach debugger to the .Net project that hosts the server side code and set breakpoint in the DAL code.
You may need to define more than one startup project for debugging.
1. I had to start multiple projects i.e. SilverlightUI & WcfAppServer using Right-Click 'Solution->Properties->Multiple startup projects'.
2. I disabled 'Enable Just My Code' using menu 'DEBUG->Options and Settings->Debugging->General->Enable Just My Code'
Copyright (c) Marimer LLC