I am writing a WCF service and a simple console-application to test it. When I select my test-project (console application) in solution explorer and press F5 the project builds and opens a browser window instead of my console app. But I can find my console app in Debug folder and launch it manually. Any ideas why this could be happening?
-
2Do you set option 'Set as startup project' for your console app?alexmac– alexmac2014-02-21 04:09:27 +00:00Commented Feb 21, 2014 at 4:09
-
@Alexander, thank you, that was the problem. Make it an answer so that I choose it?Anarion– Anarion2014-02-21 04:12:26 +00:00Commented Feb 21, 2014 at 4:12
-
It wasn't really a constructive question!Faizan Mubasher– Faizan Mubasher2014-02-21 05:23:50 +00:00Commented Feb 21, 2014 at 5:23
-
@FaizanMubasher, yeah, I agree, but I could not understand the roots of the problems, and I could not google the solution.Anarion– Anarion2014-02-21 08:56:52 +00:00Commented Feb 21, 2014 at 8:56
Add a comment
|