mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
e4e359e5c1906fcccef31ec1d3adc5165107dc8f

Because of the way ASP.NET BuildManager works(*), we can't enable dynamic compilation of a module if the module is already present in ~/bin. (*) When invoking the compiler, BuildManager automatically adds references to all assemblies present in ~/bin. So, if you have module "X" in "~/bin", there is no way to enable dynamic compilation of module "X" by compiling "X.csproj", as there will be tons of compilation errors with equivalent types defined in multiple assemblies. --HG-- branch : 1.x
Description
About
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
orchardproject.net
Languages
C#
43.9%
JavaScript
43.7%
HTML
5.5%
CSS
2.4%
Less
1.5%
Other
2.9%