I\'m trying to setup Bitbucket deployment to an Azure website. I successfully have Bitbucket and Azure linked, but when I push to Bitbucket, I get the following error on the Azu
So my .Common assembly had a reference to System.Web.Mvc and WebMatrix.WebData, and it looks like Azure doesn't support that. I had some membership code which used those references in the common assembly rather the web project. Removing those, removes the error. I'll have to refactor the code slightly so that the common library doesn't require these references.