1

I have an ASP.Net application that uses several assemblies that are not loaded until runtime. Application worked fine on local system but when I deploy it on Azure it does not contain that un-referenced assemblies. What is the best way to include un-referenced assemblies in the Azure website deployment package?

vhu
  • 12,244
  • 11
  • 38
  • 48
Jamil
  • 858
  • 11
  • 26
  • How are they referenced in your project? Can you not simply reference the assemblies, and set the `Copy Local` flag to true? – Brendan Green Jun 10 '14 at 12:35
  • These are not referenced in my project. I want to load them dynamically based on some criteria. I don't want to reference them in my project. I believe there must be some way to do it without referencing. Looking some better solution to handle this situation. – Jamil Jun 11 '14 at 10:19
  • Does a post-build step copying the files to, say, the bin folder work? – Brendan Green Jun 11 '14 at 10:30
  • Nope, It does not add assemblies to the Azure package. – Jamil Jun 12 '14 at 10:04
  • Is this relevant? http://stackoverflow.com/questions/2747081/how-do-you-include-additional-files-using-vs2010-web-deployment-packages – Brendan Green Jun 12 '14 at 11:02

0 Answers0