[MonoDevelop] WCF Client Exception: The requested feature is not implemented

Hari phariparam at gmail.com
Mon Jun 2 17:15:32 UTC 2014


Hi All,

When I am trying to create an object of the WCF webservice from my C#
Client, it works fine in Visual Studio 2008.
But when I am trying to run the same source code in Linux using the
MonoDevelop IDE (MonoDevelop IDE 4.2.3/Mono-3.28, redhat linux 6.5),  I am
getting the following error message at run time. The WCF web service is a
Windows Service which is running in a windows machine.

 {System.NotImplementedException: The requested feature is not
implemented.   at
System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
(System.ServiceModel.Channels.Binding binding) [0x00000] in
/home/abuild/rpmbuild/BUILD/mono-3.4.0/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/WSHttpBindingElement.cs:101
at
System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
(System.ServiceModel.Channels.Binding binding) [0x00030] in
/home/abuild/rpmbuild/BUILD/mono-3.4.0/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/StandardBindingElement.cs:143
at System.ServiceModel.Configuration.ConfigUtil.CreateBinding
(System.String binding, System.String bindingConfiguration) [0x00053] in
/home/abuild/rpmbuild/BUILD/mono-3.4.0/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ConfigUtil.cs:104
at System.ServiceModel.ChannelFactory.ApplyConfiguration (System.String
endpointConfig) [0x000e9] in
/home/abuild/rpmbuild/BUILD/mono-3.4.0/mcs/class/System.ServiceModel/System.ServiceModel/ChannelFactory.cs:156
at System.ServiceModel.ChannelFactory.InitializeEndpoint (System.String
endpointConfigurationName, System.ServiceModel.EndpointAddress
remoteAddress) [0x00024] in
/home/abuild/rpmbuild/BUILD/mono-3.4.0/mcs/class/System.ServiceModel/System.ServiceModel/ChannelFactory.cs:309
at System.ServiceModel.ChannelFactory`1[IMyMonitor]..ctor (System.String
endpointConfigurationName, System.ServiceModel.EndpointAddress
remoteAddress) [0x00017] in
/home/abuild/rpmbuild/BUILD/mono-3.4.0/mcs/class/System.ServiceModel/System.ServiceModel/ChannelFactory_1.cs:73
at System.ServiceModel.ClientBase`1[IMyMonitor].Initialize
(System.ServiceModel.InstanceContext instance, System.String
endpointConfigurationName, System.ServiceModel.EndpointAddress
remoteAddress) [0x00000] in
/home/abuild/rpmbuild/BUILD/mono-3.4.0/mcs/class/System.ServiceModel/System.ServiceModel/ClientBase.cs:159
at System.ServiceModel.ClientBase`1[IMyMonitor]..ctor
(System.ServiceModel.InstanceContext instance, System.String
endpointConfigurationName) [0x00028] in
/home/abuild/rpmbuild/BUILD/mono-3.4.0/mcs/class/System.ServiceModel/System.ServiceModel/ClientBase.cs:90
at System.ServiceModel.ClientBase`1[IMyMonitor]..ctor
(System.ServiceModel.InstanceContext instance) [0x00000] in
/home/abuild/rpmbuild/BUILD/mono-3.4.0/mcs/class/System.ServiceModel/System.ServiceModel/ClientBase.cs:79
at System.ServiceModel.ClientBase`1[IMyMonitor]..ctor () [0x00000] in
/home/abuild/rpmbuild/BUILD/mono-3.4.0/mcs/class/System.ServiceModel/System.ServiceModel/ClientBase.cs:54
at MonitorClient..ctor () [0x00000] in
/software/MyWebClient/MyWebClient/MyMonitorService.cs:1429    at
MyWebClient.MyClient.startMonitoring () [0x0079c] in
/software/MyWebClient/MyWebClient/Program.cs:285
} System.NotImplementedException
Thanks for your help
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20140602/86565c7d/attachment.html>


More information about the Monodevelop-list mailing list