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

For dynamic compilation, there is a limited set of thing Orchard can do to load assemblies referenced in .csproj files. With this checkin, there are now 4 policies for resolving short assembly names to full assembly names: 1. Try to load the assembly with its short name 2. Try to find the assembly in the list of assemblies in the AppDomain 3. Try to find the assembly in the list of assemblies referenced by Orchard.Framework 4. Try to find the assembly in the list of assemblies commonly installed in the GAC with .NET 4.0. Work Items: 16940, 16946 --HG-- branch : dev
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%