I've got an MVC4 app that utilises ActionMailer.Net
This web app is hosted in an Azure cloud service. Everything works fine when running in the Azure simulator on my local machine. As soon as I publish to Azure, my role fails to initialize.
If I look at the intellitrace errors for the instance I can see it attempting to load System.Web.MVC and failing on that. A little further investigation, it appears it might be trying to load the MVC 3 library and failing because it can't find that version.
Has anyone come across this issue and found a solution?