2009-01-23 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 23 Jan 2009 06:50:20 +0000 (06:50 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 23 Jan 2009 06:50:20 +0000 (06:50 -0000)
        * ChannelFactory.cs : fix wrong file reference.

svn path=/trunk/mcs/; revision=124293

mcs/class/System.ServiceModel/System.ServiceModel/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel/ChannelFactory.cs

index 33ae6509c5bbf45f6e962ca7479e3f0925445f02..635ef81c298abada390f7960af41cd15cfc0b103 100755 (executable)
@@ -1,3 +1,7 @@
+2009-01-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelFactory.cs : fix wrong file reference.
+
 2009-01-22  Atsushi Enomoto  <atsushi@ximian.com>
 
        * SilverlightClientConfigLoader.cs :
index 156393705f401810ca138670026f5e2332511440..3098810c47455ae8bb8b11eb7197be526b10bd5b 100644 (file)
@@ -74,7 +74,7 @@ namespace System.ServiceModel
 #if NET_2_1
                        try {
                                // It should automatically use XmlXapResolver
-                               var cfg = new SilverlightClientConfigLoader ().Load (XmlReader.Create ("ServiceReference.ClientConfig"));
+                               var cfg = new SilverlightClientConfigLoader ().Load (XmlReader.Create ("ServiceReferences.ClientConfig"));
                                var se = cfg.GetServiceEndpointConfiguration (endpointConfig);
                                if (se.Binding != null && Endpoint.Binding == null)
                                        Endpoint.Binding = se.Binding;