DCSIMG
castle - urig - Tidbits from a .net life

Browse by Tags

Assembly Binding Log Viewer does'nt play nice with ASP.NET Development Server
29 June 09 05:05 PM | urig | with no comments
I've been experiencing an assembly binding problem when using Castle Windsor in a WCF service that I'm developing. It's a bit of a complex scenario so I won't delve into the details, suffice to say that when I try to inject an IServiceBehavior into my WCF service using Windsor's Wcf Integration Facility get the following exception: "Could not load file or assembly 'System.ServiceModel' or one of its dependencies. The system cannot find the file specified." Seeing...