简体   繁体   中英

WCF binding error

So I got into work early today and got the latest from source control. When I try to launch our ASP.NET application, I get this exception:

"The binding at system.serviceModel/bindings/wsHttpBinding does not have a configured binding named 'wsHttpBinding_Unsecured_Long'. This is an invalid value for bindingConfiguration. (C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\Config\\machine.config line 789)"

Nobody's here at work yet so I can't get any help on this. What the heck does this mean--can someone try to briefly explain it to me, and can I fix it? (I work on the front-end side and this looks related to the WCF services we have, so I'm not familiar.)

听起来您的IT部门已经对machine.config文件进行了一些错误的更改。

It is a problem with your WCF configuration. An end point my be pointing to a binding configuration that is not defined.

Agree with Drew. You have an endpoint that is using a bindingconfiguration that does not exist.

Just wanted to add that that type of configuration does not belong in the machine config.

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