Programatically Registering SoapExtensions Redux- July 31, 2005 Im using a number of SoapExtensions in my current project and had a need to register them dynamically on the client side; Christian Weyer blogged about a solution using reflection which injects the extension into the in-memory config. This works great for .NET 1.x, but Im all over .NET 2.0 code these days! Unfortunately, dynamically registering SoapExtensions gets no easier in 2.0, but fortunately hacking the in-memory config does: .http://blog.gatosoft.com/PermaLink,guid,85e0d0d0-ac6d-4afa-a43f-40f4ed784a45.aspx |