Updating to MVC 2 RC. Adjusting for some differences. Adding record for HasComments part.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044540
This commit is contained in:
loudej
2009-12-24 04:49:43 +00:00
parent b7f63c7131
commit 9264a6bb73
23 changed files with 175 additions and 119 deletions

View File

@@ -41,7 +41,7 @@ namespace Orchard.Web {
protected void Application_Start() {
// This is temporary until MVC2 is officially released.
// We want to avoid running against an outdated preview installed in the GAC
CheckMvcVersion(new Version("2.0.41116.0")/*MVC2 Beta file version #*/);
CheckMvcVersion(new Version("2.0.41211.0")/*MVC2 RC file version #*/);
RegisterRoutes(RouteTable.Routes);
_host = OrchardStarter.CreateHost(MvcSingletons);