Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI/TemplateParser.cs')
-rw-r--r--mcs/class/System.Web/System.Web.UI/TemplateParser.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Web/System.Web.UI/TemplateParser.cs b/mcs/class/System.Web/System.Web.UI/TemplateParser.cs
index aad6114a1ae..d009cfef35d 100644
--- a/mcs/class/System.Web/System.Web.UI/TemplateParser.cs
+++ b/mcs/class/System.Web/System.Web.UI/TemplateParser.cs
@@ -92,7 +92,7 @@ namespace System.Web.UI {
imports.Add ("System.Web.UI.HtmlControls");
assemblies = new ArrayList ();
-#if NET_2_0
+#if CONFIGURATION_2_0
bool addAssembliesInBin = false;
foreach (AssemblyInfo info in CompilationConfig.Assemblies) {
if (info.Assembly == "*")
@@ -690,7 +690,7 @@ namespace System.Web.UI {
get { return oc_param; }
}
-#if NET_2_0
+#if CONFIGURATION_2_0
internal PagesSection PagesConfig {
get {
return WebConfigurationManager.GetSection ("system.web/pages") as PagesSection;