Added App_Code assembly loading to new type finder, had to recompile log4net to support medium trust.

Updated TypeFinder and assembly info to support medium trust.
This commit is contained in:
shannon@ShandemVaio
2012-08-04 06:07:29 +06:00
parent a539fd2554
commit 32bef227b7
17 changed files with 24415 additions and 24014 deletions

View File

@@ -18,6 +18,8 @@ using System.Runtime.InteropServices;
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("130a6b5c-50e7-4df3-a0dd-e9e7eb0b7c5c")]
//[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)]
[assembly: InternalsVisibleTo("umbraco")]
[assembly: InternalsVisibleTo("Umbraco.Tests")]
[assembly: InternalsVisibleTo("businesslogic")]