visual studio 2008 - Unit Testing DAL - Stop Connecting when running unit tests -
I'm testing a unit (Data Access Layer).
When I debug an entity test, before removing my unit test manufacturer, Visual Studio removes WCFSvcHost.
Why is that so? I am joking about everything, so I can only test that there is very little logic in my DAL.
EDIT: I tried to go into properties to turn off "Enable the Visual Studio Hosting Process" in my test project and debug tabs. However, it did not fix this problem. (WcfSvcHost still starts.)
On the WCF project, click Properties.
Go to the WCF Options tab.
Uncheck the WCF service host when debugging another project in the same solution.
Comments
Post a Comment