How do I make Umbraco 5 ignore the bundled (with Examine) Lucene.NET
问题 I'm using a never version of Lucene.NET with Umbraco 5, but realized that it collided with the version bundled with Examine that is included with Umbraco 5 (See C#: Could not load types from assembly). Rather than just removing Examine and the outdated Lucene.NET library from the \App_Plugins directory, I'm interested in a happy coexistence, where Examine uses my new version of Lucene.NET . I've tried adding this to web.config, but the outdated Lucene.NET library was still used: