2007-05-06 Igor Zelmanovich <igorz@mainsoft.com>
[mono.git] / mcs / class / System.Web / System.Web.Configuration / CompilationConfigurationHandler.cs
index 2145a56912b221562d9c6b4cdbe55f8edb67a8cc..b3ea431fa9bfd11dd38d2357379691581ab95e17 100644 (file)
@@ -27,7 +27,7 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-
+#if !NET_2_0
 using System;
 using System.Collections;
 using System.Configuration;
@@ -198,4 +198,5 @@ namespace System.Web.Configuration
                }
        }
 }
+#endif