I'm having issues getting good Exception information when using Microsoft.Practices.Unity to load some classes dynamically.
The code is on a remote server and I'm using ELMAh to capture errors. I see the exceptions but the exception information stops at DynamicModule.ns.Wrapped_IMyClass_GUID.MyFunction().
I've pushed debug classes to the server so I see the line numbers up to that point but I can't get the line numbers for these dynamically loaded classes.
Is there a setting I'm missing somewhere that allows the real inner exception information to be displayed?