Validate assemblies and namespaces in VAB config file

前端 未结 3 1245
半阙折子戏
半阙折子戏 2020-12-10 23:30

We are using version 4.1 of the validation application block. I am relatively new to it so I was wondering if it had the ability to either abstract out the configured namesp

3条回答
  •  借酒劲吻你
    2020-12-11 00:08

    I had a similar issue, so I wrote a wrapper for the Enterprise Library validation which looks up all the validators in the deployment at runtime and registers them for me. I then happily deleted my XML configuration.

    I've written a blog about it here.

提交回复
热议问题