I have 3 projects in my solution: 1) A silverlight Application Project 2) ASP.Net Web Application Project 3) A WCF Service Application. Projects 1&2 have a service reference to project 3. The binding type is basicHTTPbinding.
If I set project 2 as the start-up project, I am break points set in both project 1 & 2 are hit, but not break points in project 3.
If I set project 3 as the start-up project, I can still use my client application and break points in project 3 are hit but not the breakpoints in projects 1 & 2.
I would like to be able to set breakpoints in all projects of my solution and have them hit no matter what the select start-up project is. I have tried enabling tracing on the WCF project and including details in the exception; neither have worked. Any advice?