DLL-s needed to run ASP.NET MVC 3 RC on Windows Azure

Post Info

Author: Gunnar Peipman's ASP.NET blog

Date: Monday 06 December 2010

Full Post URL: http://feedproxy.google.com/~r/gunnarpeipman/~3/WBP9aKVffDw/dll-s-needed-to-run-asp-net-mvc-3-rc-on-windows-azure.aspx

Post Summary

In this weekend I made one of my new apps run on Windows Azure. I am building this application using ASP.NET MVC 3 RC and Razor view engine. In this posting I will list DLL-s you need to have as local copies to get ASP.NET MVC 3 RC run on Windows Azure web role.

Besides assemblies that are already references you may need to add references to some more assemblies. List of assemblies is here:

  • Microsoft.Web.Infrastructure
  • System.Web.Helpers
  • System.Web.Mvc
  • System.Web.Razor
  • System.Web.WebPages
  • System.Web.WebPages.Razor
  • WebMatrix.Data

You can find Razor and ASP.NET Web Pages related assemblies from folder:

C:\Program Files\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\Assemblies\

NB! If your project is using dynamically loaded assemblies that are not referenced from any of your project make sure you are including them as project items that are located in bin folder. This way these DLL-s are also put to deployment package and you don’t have to create code level references to them.



A bit of a disclaimer

Please note that the content on this page does not belong to me in any way.

I've selected a number of blogs or news feeds here from sources that I value and am very pleased to share with others. I have no rights to the content shown on this page and, equally, have no responsibility for the opinions expressed.

I do not attempt to claim any credit for the value of this information, other than any credit that is associated with reading and enjoying it myself.


Blogs

Gunnar Peipman's ASP.NET blog Posts