Fix for running against RabbitMQ 2.2
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / NamespaceInfo.cs
index 6ff1f0e0a1ff3e1da4f39d9d9f45756a7858f6cc..892a5b571bc6c510dcbdd686101578611d07eaa6 100644 (file)
@@ -45,7 +45,7 @@ namespace System.Web.Configuration
 
                static NamespaceInfo ()
                {
-                       namespaceProp = new ConfigurationProperty ("namespace", typeof (string), "",
+                       namespaceProp = new ConfigurationProperty ("namespace", typeof (string), null,
                                                                   TypeDescriptor.GetConverter (typeof (string)),
                                                                   PropertyHelper.NonEmptyStringValidator,
                                                                   ConfigurationPropertyOptions.None);