Page 2 of 2

Re: Problems with debugging

PostPosted: November 12th, 2012, 11:56 am
by Pablo020
Problem solved. I created a new WCF Service Application which serves as a host for the webservices I implemented in various class libraries.

I now work with 2 visual studio solutions.
1. One solution contains the projects that implement the webservices plus the WCF Service Application project to host the services.
2. A solution that contains only one project, ie the PHP Project containging the website files (php, js, etc...)

To debug both, I simply run 2 instances of visual studio ... it works!


Thanks for the support!
Paul

Re: Problems with debugging

PostPosted: November 12th, 2012, 12:42 pm
by Jakub Misek
Great! I'm glad it works.

Anyway If you would like to keep one VS instance, one VS Solution, just tick 'Multiple startup projects' in your VS Solution Properties. Works ok for me.