Howdy.. I've got two projects, one with my WCF service (Project A), another with my "test" client (Project B) that communicates with said service. Both are in the same solution.
As we are using automated integration/testing.. it'd be nice to have a simple line in our tests to "start" Project A when we are using the tests in Project B.
Setting Project A as a dependency of Project B doesn't do the trick.
Something like..
or whatever 
Anyone know of something?
As we are using automated integration/testing.. it'd be nice to have a simple line in our tests to "start" Project A when we are using the tests in Project B.
Setting Project A as a dependency of Project B doesn't do the trick.
Something like..
Code:
Assembly.StartProject("Project A");

Anyone know of something?
Last edited: