Using the prerelease 2.2 version of Piranha CMS, MVC 5 and EF 6.02 and publishing to an Azure website, I receive the following error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. see screen shot below.
http://screencast.com/t/PxwhtJd7xx8n
Please advise on how to correct this issue. Everything works properly locally.
UPDATE
After using remote debugging I was able to determine that Piranha is attempting to load WebMatrix.WebData and cannot find it. http://screencast.com/t/5qytkgqmeaV6
Setting copy local to true produces a few additional load errors so that is only part of the issue.