@@ -1,3 +1,8 @@
+2006-08-23 Konstantin Triger <[email protected]>
+
+ * ConfigurationSettings.cs: remove CONFIGURATION_2_0 #if since NET_2_0
+ implies it.
2006-07-31 Sebastien Pouliot <[email protected]>
* ConfigurationSettings.cs: Assert FileIOPermission when loading a
@@ -527,7 +527,7 @@ namespace System.Configuration
value = reader.Value;
}
else
-#if NET_2_0 && CONFIGURATION_2_0
+#if NET_2_0
if (reader.Name != "type")
#endif
ThrowException ("Unrecognized attribute.", reader);