Is there any diagnostics for why the Auditing is not loaded?
It is a web application, and I have the web.config section and specific assembly.
I can do an Assembly.Load("assembly"), just like your DI framework does just fine. However, it is not working and there are no reasons why - just silently does not work.
Worse yet, I have other web projects where it does work - I have reviewed them until blue in face, same LLBLGen version (3.1.11.907), same web.config settings, etc. Auditing code is in the DAL library, so assembly present, etc. Really need some sort of diagnostics from DI framework.
I can override the CreateAuditor() and everything works fine.
Any ideas or any super secret tracing settings for DI framework (I know you have thought about doing that in the past).
Thanks...