I have an MVC2 app that\'s based on the Tekpub Starter Site, so it uses Ninject for dependency injection, NLog for logging, and a bunch of other libraries in various places.
Shared hosting often has restrictions on reflection etc.
So my guess is that
[NullReferenceException: Object reference not set to an instance of an object.] NLog.LogManager.GetCurrentClassLogger() +84
is related to that - what happens if you get the logger using a meachanism where you pase in a Type
that you get at compile time via typeof
?