Tweak dynamic extension loader

* Add "Assembly Src" directive to WebForms files loaded from vpp
* Notify the OrchardHost when the .csproj file a a dynamic module is changed.
* Make the registration of custom virtual path provider a bit more extensible,
  so that the custom VPP can be instantiated using DI.

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-06-06 21:36:06 -07:00
parent 2c9d0caf0a
commit 9c3f6bfc74
13 changed files with 297 additions and 71 deletions

View File

@@ -31,7 +31,6 @@ namespace Orchard.Web {
RegisterRoutes(RouteTable.Routes);
HostingEnvironment.RegisterVirtualPathProvider(new WebFormsExtensionsVirtualPathProvider());
_host = OrchardStarter.CreateHost(MvcSingletons);
_host.Initialize();