From http://stackoverflow.com/questions/17863627/msbuild-cannot-find-a-dll-that-has-been-bindingredirectd-via-web-config
It seems that despite loading the System.Web.* binaries into the AppDomain, invoking the WebConfigurationManager complains about not being able to find the binaries
Comments: It worked!! Thank you very much for looking into this and fixing it. I'd love to see the diff of what fixed it if you can merge this back into the project.
It seems that despite loading the System.Web.* binaries into the AppDomain, invoking the WebConfigurationManager complains about not being able to find the binaries
Comments: It worked!! Thank you very much for looking into this and fixing it. I'd love to see the diff of what fixed it if you can merge this back into the project.