This works fine with C# 4 in Visual studio 2010, but stops working in Visual Studio 2015 with same framework setting. I just created a new Visual studio solution to change my IDE.
I have already come across these link - And did solve this problem in another project facing same issue but on .Net framework 4.5 and Visual Studio 2015.
There is already a listener on IP endpoint 0.0.0.0:13000. ?? (TCP using WCF)
Can't understand why would 4.0 framework target WCF project won't run in VS 2015, but would run fine in VS 2010.
Has anyone else faced same problem, and solved it.
Thanks