I recently installed the new .NET Framework 4.5 (previously was 4.0 installed) on my Server and I´m getting a System.ServiceModel.AddressAlreadyInUseException w
When you host a WCF service in a console application you need to copy the App.config file from the WCF project to the console app and then delete the App.config file from the WCF project,if you don't you can also get the above error.