Well, I tried that and it still does not work. I have this:
<section name="dependencyInjectionInformationLLBLGen" type="SD.LLBLGen.Pro.ORMSupportClasses.DependencyInjectionSectionHandler, SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=2.5.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27"/>
and
<dependencyInjectionInformationLLBLGen>
<additionalAssemblies>
<assembly fullName="CompanyName.DAL, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null"/>
</additionalAssemblies>
</dependencyInjectionInformationLLBLGen>
The specified assembly is both the LLBLGen generated code and my auditing class. If I use autoDependencyInjectionDiscovery=true, it works fine. The assembly version of my DAL is 2.5.0.0.
This is a web application, it does not produce an error, just does not do auditing. Any ideas?