WCF VSTO client cannot find default endpoint when deployed on win2k8
问题 I created and deployed a WCF client (launched from a VSTO Word Addin) on a Win2008R2 Terminal Server. When excution the default constructor of the WCF proxy an InvalidOperationException is thrown, stating that the default endpoint for the contract cannot be found. The same WCF client when deployed to a Win7 x64 machine just runs fine using the same .dll.config I tried to create an instance inside PowerShell and receive the same error. If creating a dedicate endpoint in PowerShell I can excute