On my current project I'm using the spring.net framework to perform object instantiation using dependency injection amonst other things. Out of nowhere I started getting an System.InvalidOperationException while trying to load an XML document. The underlying...