As discussed here, I\'m trying to add a WCF endpoint-extension; I\'ve got it working, but I need to include the full assembly details:
<
Have you thought about using the WCF facility for Windsor? It automagically wires extensions to service implementations when they're both registered with the container. Of course, Windsor doesn't require full assembly names. If you're not using Windsor, I'm sure you could fairly easily build an equivalent framework for other IoC containers.