Hi Everyone!
You can find Solution of the problem with explanation of its originin in the article
at Rick Rainey's Blog
at http://blogs.msdn.com/rickrain/archive/2008/02/14/Preventing-the-WCF-Service-Host-from-launching-in-Visual-Studio-2008.aspx
Good luck!
hi can any body help me in this video as I am not able to add the the reference name in my code that " using evalserviceLibrary" even I added the refernce to the application. so I am getting exception in the line
servicehost host = new servicehost(typeof(evalservice);
please help me
By default the WcfServieLibrary project you have will run it's own WCF host when any project in the solution starts. To disable it, right click on the Wcf project, select properties, select the tab "Wcf Options", and then uncheck "Start WCF Service Host ...." Save the change and try again.