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

@@ -1017,6 +1017,7 @@ namespace Umbraco.Core.Configuration
}
}
[Obsolete("This setting is not used anymore, the only file extensions that are supported are .cs and .vb files")]
public static IEnumerable<string> AppCodeFileExtensionsList
{
get
@@ -1027,7 +1028,7 @@ namespace Umbraco.Core.Configuration
}
}
[Obsolete("Use AppCodeFileExtensionsList instead")]
[Obsolete("This setting is not used anymore, the only file extensions that are supported are .cs and .vb files")]
public static XmlNode AppCodeFileExtensions
{
get