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

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Jun 6 01:20:39 UTC 2014


A lot of server-side WCF features are not implemented in Mono, and there
are no official plans to implement them (though contributions would be
welcome).

I'd recommend using a portable alternative such as ServiceStack.NET.
On Jun 2, 2014 1:15 PM, "Hari" <phariparam at gmail.com> wrote:

> 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
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20140605/401020d4/attachment.html>


More information about the Monodevelop-list mailing list