I'm attempting to deploy a website that uses Ninject for DI which works well locally on my development machine. When deployed to GoDaddy hosting, I get the following error:
Method not found: 'System.Delegate System.Reflection.MethodInfo.CreateDelegate(System.Type)'.
I'm using MVC3 (4.0 Framework).