I am getting to grips with Windows Azure. I usually use NInject as my IoC container in web apps. However, when trying to use it within an Azure web role I get a security exception (something to do with reflection permission).
Has anyone used other IoC with Azure and had succcess?
I just have been prototyping with Azure services today (not Web role, though). Autofac IoC Container for .NET has worked in this scenario.