How do i specify wcf behaviorExtension class type without the assembly version number?

前端 未结 4 1694
忘了有多久
忘了有多久 2020-12-21 15:03

I have a web app that uses a WCF service that utilizes a behaviorExtension like so:




        
4条回答
  •  既然无缘
    2020-12-21 15:54

    This annoying bug bit me before too. I eventually changed all mine to build up in code instead of in the config.

提交回复
热议问题