An MVC 1.0 with a 3rd party assembly builds and loads fine on my dev machine (no big surprise). When I publish it to my shared hosting provider, a System.Reflection.ReflectionTypeLoadException gets thrown at the start.
I understand the general nature of the problem.
My question is: how can I get at the LoaderExceptions property when I don't have a debugger running?