简体   繁体   中英

WCF Client Application not updating service reference after making changes in app.config

I'm trying to update three service references in a WCF app tied to a service. Two of the services appear to update, but the third freezes at "Downloading service information". All three services and their associated configs and bins are stored on the same server. What is the best practice and order to change configs on the app/update the service references.

Am I doing anything out of order? I usually 1. update the config file with endpoint changes (verifying the paths first), 2. Configure the service references for each endpoint, and 3. Update the references.

Sometimes something gets out of whack and the reference won't open. There is no danger in removing the reference and readding it. That always has fixed it for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM