I\'m using umbraco 4.11.3 in my project.My project work well util that\'s on Windows 7 and run it from visual studio 2012. But it did not work in Win 8 when it run from visual s
We're using Azure cloud to run a deployment and I got the same error. Since you can't really install packages onto the server instances, the way to solve this is to go into References for your project, find the reference to the library that it's complaining is missing, go into properties, then set Copy Local to True. Redeploy and you're all set.