X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Configuration%2FCompilationConfigurationHandler.cs;h=b3ea431fa9bfd11dd38d2357379691581ab95e17;hb=aa20dc91b44a4bec3054d2da424651baceb36f5e;hp=2145a56912b221562d9c6b4cdbe55f8edb67a8cc;hpb=0e8098088dd4bda6578975a9b0f494868d2c1bce;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Configuration/CompilationConfigurationHandler.cs b/mcs/class/System.Web/System.Web.Configuration/CompilationConfigurationHandler.cs index 2145a56912b..b3ea431fa9b 100644 --- a/mcs/class/System.Web/System.Web.Configuration/CompilationConfigurationHandler.cs +++ b/mcs/class/System.Web/System.Web.Configuration/CompilationConfigurationHandler.cs @@ -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