I previously posted another question, but after some observations, I have narrowed down to what it may be that\'s causing my problem. Basically, once the IIS Application Pool i
var assemblies = BuildManager.GetReferencedAssemblies().Cast<Assembly>();
Put inside of the Global.asax Application_Start() seems to have resolved the issue!