Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-25 Thread Greg Robinson
I changed the config file settings to basicHttpBinding, removed all of the
related WSHttpBinding values and ran under Mono 2.6+.

Now I receive this exception

System.NotImplementedException: The requested feature is not implemented.
  at
System.ServiceModel.Configuration.ClientCredentialsElement.CreateBehavior ()
[0x0] in filename unknown:0



On Mon, May 24, 2010 at 2:25 PM, Atsushi Eno 
atsushi...@veritas-vos-liberabit.com wrote:

 It should in general work (we use its client side in moonlight too),
 depends on which parts of the features you use.

 Atsushi Eno


 On 2010/05/24 23:09, Greg Robinson wrote:

 What about BasicHttpBinding?





 On Mon, May 24, 2010 at 10:00 AM, Atsushi Eno 
 atsushi...@veritas-vos-liberabit.com mailto:
 atsushi...@veritas-vos-liberabit.com wrote:

WSHttpBinding is not usable at all. It involves the huge WS-*
stack like WS-Security which is far from done.

Atsushi Eno


On 2010/05/24 21:42, Greg Robinson wrote:

 I have been making good progress on moving our .NET server
application over to Mono 2.2 running on Ubuntu 2.2.

 Friday, I ported the WCF pieces over where all the server
application does is make calls to a WCF service running on a
windows server outside of our office.

 I am getting the following, which suggests to me these pieces
of client side WCF are not implemented in Mono 2.2:

 System.NotImplementedException: The requested feature is not
implemented.
 at

  System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
(System.ServiceModel.Channels.Binding binding) [0x0]
 at

  System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
(System.ServiceModel.Channels.Binding binding) [0x0]
 at System.ServiceModel.Configuration.ConfigUtil.CreateBinding
(System.String binding, System.String bindingConfiguration)
[0x0]
 at System.ServiceModel.ChannelFactory.ApplyConfiguration
(System.String endpointConfig) [0x0]
 at System.ServiceModel.ChannelFactory.InitializeEndpoint
(System.String endpointConfigurationName,
System.ServiceModel.EndpointAddress remoteAddress) [0x0]
 at

  
 System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
(System.String endpointConfigurationName,
System.ServiceModel.EndpointAddress remoteAddress) [0x0]
 at System.ServiceModel.ClientBase`1[TChannel].Initialize
(System.ServiceModel.InstanceContext instance, System.String
configName, System.ServiceModel.EndpointAddress remoteAddress)
[0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor
(System.ServiceModel.InstanceContext instance, System.String
configname) [0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor
(System.ServiceModel.InstanceContext instance) [0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor () [0x0]
 at

  
 OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
() [0x0]
 at

  
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
(Boolean useLimited) [0x0]
 at

  
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
() [0x0]
 at

  
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
(System.String loggerSAN) [0x0]
 at

  
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
() [0x0]
 at OurCompanyNameWCFClientTest.Program.Main (System.String[]
args) [0x0]




Any idea if\when this will be implemented? is there a workaround?




Thanks



-- Greg

My Blog: http://dotnetrocks.blogspot.com/
My Techy Blog: http://weblogs.asp.net/grobinson/
Amy's Blog: http://amyshome.blogspot.com/
LinkedIn: http://www.linkedin.com/in/gregarobinson


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
mailto:Mono-devel-list@lists.ximian.com

http://lists.ximian.com/mailman/listinfo/mono-devel-list





 --
 Greg

 My Blog: http://dotnetrocks.blogspot.com/
 My Techy Blog: http://weblogs.asp.net/grobinson/
 Amy's Blog: http://amyshome.blogspot.com/
 LinkedIn: http://www.linkedin.com/in/gregarobinson
 My Company:
 http://www.richmondbizsense.com/2010/05/04/health-monitoring-company-is-well-aware-of-richmond%E2%80%99s-benefits/






-- 
Greg

My Blog: http://dotnetrocks.blogspot.com/
My Techy Blog: http://weblogs.asp.net/grobinson/
Amy's Blog: 

Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-25 Thread Atsushi Eno
In general, when you see NotImplementedException, it is not implemented 
yet i.e. you cannot use it in mono.

It here means ClientCredentialsElement and clientCredentials 
configuration element.

Atsushi Eno

On 2010/05/25 22:27, Greg Robinson wrote:
 I changed the config file settings to basicHttpBinding, removed all of 
 the related WSHttpBinding values and ran under Mono 2.6+.

 Now I receive this exception

 System.NotImplementedException: The requested feature is not implemented.
   at 
 System.ServiceModel.Configuration.ClientCredentialsElement.CreateBehavior 
 () [0x0] in filename unknown:0



 On Mon, May 24, 2010 at 2:25 PM, Atsushi Eno 
 atsushi...@veritas-vos-liberabit.com 
 mailto:atsushi...@veritas-vos-liberabit.com wrote:

 It should in general work (we use its client side in moonlight
 too), depends on which parts of the features you use.

 Atsushi Eno


 On 2010/05/24 23:09, Greg Robinson wrote:

 What about BasicHttpBinding?





 On Mon, May 24, 2010 at 10:00 AM, Atsushi Eno
 atsushi...@veritas-vos-liberabit.com
 mailto:atsushi...@veritas-vos-liberabit.com
 mailto:atsushi...@veritas-vos-liberabit.com
 mailto:atsushi...@veritas-vos-liberabit.com wrote:

WSHttpBinding is not usable at all. It involves the huge WS-*
stack like WS-Security which is far from done.

Atsushi Eno


On 2010/05/24 21:42, Greg Robinson wrote:

 I have been making good progress on moving our .NET server
application over to Mono 2.2 running on Ubuntu 2.2.

 Friday, I ported the WCF pieces over where all the server
application does is make calls to a WCF service running
 on a
windows server outside of our office.

 I am getting the following, which suggests to me these
 pieces
of client side WCF are not implemented in Mono 2.2:

 System.NotImplementedException: The requested feature
 is not
implemented.
 at
  
  
 System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
(System.ServiceModel.Channels.Binding binding) [0x0]
 at
  
  
 System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
(System.ServiceModel.Channels.Binding binding) [0x0]
 at
 System.ServiceModel.Configuration.ConfigUtil.CreateBinding
(System.String binding, System.String bindingConfiguration)
[0x0]
 at System.ServiceModel.ChannelFactory.ApplyConfiguration
(System.String endpointConfig) [0x0]
 at System.ServiceModel.ChannelFactory.InitializeEndpoint
(System.String endpointConfigurationName,
System.ServiceModel.EndpointAddress remoteAddress)
 [0x0]
 at
  
  
 System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
(System.String endpointConfigurationName,
System.ServiceModel.EndpointAddress remoteAddress)
 [0x0]
 at System.ServiceModel.ClientBase`1[TChannel].Initialize
(System.ServiceModel.InstanceContext instance,
 System.String
configName, System.ServiceModel.EndpointAddress
 remoteAddress)
[0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor
(System.ServiceModel.InstanceContext instance,
 System.String
configname) [0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor
(System.ServiceModel.InstanceContext instance) [0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor ()
 [0x0]
 at
  
  
 OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
() [0x0]
 at
  
  
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
(Boolean useLimited) [0x0]
 at
  
  
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
() [0x0]
 at
  
  
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
(System.String loggerSAN) [0x0]
 at
  
  
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
() [0x0]
 at 

Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-25 Thread Miguel de Icaza

 When I go to:
 
 http://mono-project.com/DistroPackages/Ubuntu
 
 it tells me Mono comes installed by default. We are running Ubuntu
 10.04. 
 
 What do I need to do to upgrade to Mono 2.6 on Ubuntu 10.04? 

I am told that there are no 2.6 packages available for Ubuntu by the
Debian/Ubuntu community.

The bad news is that you need to compile from source code;   The good
news is that this is a trivial process (as long as you use released
tarballs):

http://www.mono-project.com/Parallel_Mono_Environments

Migue.

 
 
 
 On Mon, May 24, 2010 at 8:50 AM, Oskar Berggren
 oskar.bergg...@gmail.com wrote:
 2.2 is fairly old. Have you checked with 2.4 or 2.6?
 
 Try searching for moma and mono class library status.
 
 /Oskar
 
 
 2010/5/24 Greg Robinson gregarobin...@gmail.com:
 
   I have been making good progress on moving our .NET server
 application over
  to Mono 2.2 running on Ubuntu 2.2.
 
   Friday, I ported the WCF pieces over where all the server
 application does
  is make calls to a WCF service running on a windows server
 outside of our
  office.
 
   I am getting the following, which suggests to me these
 pieces of client
  side WCF are not implemented in Mono 2.2:
 
   System.NotImplementedException: The requested feature is
 not implemented.
   at
 
 
 System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
  (System.ServiceModel.Channels.Binding binding) [0x0]
   at
 
 
 System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
  (System.ServiceModel.Channels.Binding binding) [0x0]
   at
 System.ServiceModel.Configuration.ConfigUtil.CreateBinding
  (System.String binding, System.String bindingConfiguration)
 [0x0]
   at System.ServiceModel.ChannelFactory.ApplyConfiguration
 (System.String
  endpointConfig) [0x0]
   at System.ServiceModel.ChannelFactory.InitializeEndpoint
 (System.String
  endpointConfigurationName,
 System.ServiceModel.EndpointAddress
  remoteAddress) [0x0]
   at
 
 
 System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
  (System.String endpointConfigurationName,
  System.ServiceModel.EndpointAddress remoteAddress) [0x0]
   at System.ServiceModel.ClientBase`1[TChannel].Initialize
  (System.ServiceModel.InstanceContext instance, System.String
 configName,
  System.ServiceModel.EndpointAddress remoteAddress) [0x0]
   at System.ServiceModel.ClientBase`1[TChannel]..ctor
  (System.ServiceModel.InstanceContext instance, System.String
 configname)
  [0x0]
   at System.ServiceModel.ClientBase`1[TChannel]..ctor
  (System.ServiceModel.InstanceContext instance) [0x0]
   at System.ServiceModel.ClientBase`1[TChannel]..ctor ()
 [0x0]
   at
 
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
  () [0x0]
   at
 
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
  (Boolean useLimited) [0x0]
   at
 
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
  () [0x0]
   at
 
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
  (System.String loggerSAN) [0x0]
   at
 
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
  () [0x0]
   at OurCompanyNameWCFClientTest.Program.Main
 (System.String[] args)
  [0x0]
 
 
 
 
  Any idea if\when this will be implemented? is there a
 workaround?
 
 
 
 
  Thanks
 
 
 
  --
  Greg
 
  My Blog: http://dotnetrocks.blogspot.com/
  My Techy Blog: http://weblogs.asp.net/grobinson/
  Amy's Blog: http://amyshome.blogspot.com/
  LinkedIn: http://www.linkedin.com/in/gregarobinson
 
 
  ___
  Mono-devel-list mailing list
  Mono-devel-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-devel-list
 
 
 
 
 
 -- 
 Greg 
 
 My Blog: http://dotnetrocks.blogspot.com/
 My Techy Blog: http://weblogs.asp.net/grobinson/

Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-25 Thread Greg Robinson
I am new to Linux, new to Mono. I am really hoping we can use Mono for our
.NET application to Linux port/migration.

The other option on the table is to totally re-write in Java.

So what do folks usually do at this point; the point where they find that
something they need, our .NET Server application calling a WCF Service using
System.ServiceModel bits, not implemented in Mono? It seems a shame to just
give up and do a port to Java; is that my only solution though?



On Tue, May 25, 2010 at 12:45 PM, Miguel de Icaza mig...@novell.com wrote:


  When I go to:
 
  http://mono-project.com/DistroPackages/Ubuntu
 
  it tells me Mono comes installed by default. We are running Ubuntu
  10.04.
 
  What do I need to do to upgrade to Mono 2.6 on Ubuntu 10.04?

 I am told that there are no 2.6 packages available for Ubuntu by the
 Debian/Ubuntu community.

 The bad news is that you need to compile from source code;   The good
 news is that this is a trivial process (as long as you use released
 tarballs):

 http://www.mono-project.com/Parallel_Mono_Environments

 Migue.

 
 
 
  On Mon, May 24, 2010 at 8:50 AM, Oskar Berggren
  oskar.bergg...@gmail.com wrote:
  2.2 is fairly old. Have you checked with 2.4 or 2.6?
 
  Try searching for moma and mono class library status.
 
  /Oskar
 
 
  2010/5/24 Greg Robinson gregarobin...@gmail.com:
 
I have been making good progress on moving our .NET server
  application over
   to Mono 2.2 running on Ubuntu 2.2.
  
Friday, I ported the WCF pieces over where all the server
  application does
   is make calls to a WCF service running on a windows server
  outside of our
   office.
  
I am getting the following, which suggests to me these
  pieces of client
   side WCF are not implemented in Mono 2.2:
  
System.NotImplementedException: The requested feature is
  not implemented.
at
  
 
 System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
   (System.ServiceModel.Channels.Binding binding) [0x0]
at
  
 
 System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
   (System.ServiceModel.Channels.Binding binding) [0x0]
at
  System.ServiceModel.Configuration.ConfigUtil.CreateBinding
   (System.String binding, System.String bindingConfiguration)
  [0x0]
at System.ServiceModel.ChannelFactory.ApplyConfiguration
  (System.String
   endpointConfig) [0x0]
at System.ServiceModel.ChannelFactory.InitializeEndpoint
  (System.String
   endpointConfigurationName,
  System.ServiceModel.EndpointAddress
   remoteAddress) [0x0]
at
  
 
 System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
   (System.String endpointConfigurationName,
   System.ServiceModel.EndpointAddress remoteAddress) [0x0]
at System.ServiceModel.ClientBase`1[TChannel].Initialize
   (System.ServiceModel.InstanceContext instance, System.String
  configName,
   System.ServiceModel.EndpointAddress remoteAddress) [0x0]
at System.ServiceModel.ClientBase`1[TChannel]..ctor
   (System.ServiceModel.InstanceContext instance, System.String
  configname)
   [0x0]
at System.ServiceModel.ClientBase`1[TChannel]..ctor
   (System.ServiceModel.InstanceContext instance) [0x0]
at System.ServiceModel.ClientBase`1[TChannel]..ctor ()
  [0x0]
at
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
   () [0x0]
at
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
   (Boolean useLimited) [0x0]
at
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
   () [0x0]
at
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
   (System.String loggerSAN) [0x0]
at
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
   () [0x0]
at OurCompanyNameWCFClientTest.Program.Main
  (System.String[] args)
   [0x0]
  
  
  
  
   Any idea if\when this will be implemented? is there a
  workaround?
  
  
  
  
   Thanks
  
  
  
   --
   Greg
  
   My Blog: 

Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-25 Thread Stifu

The obvious answer: contribute to Mono and help implement it. Or pay someone
to do it.
That's what some companies do. If you can afford it, that's an option (which
might turn out to be cheaper than rewriting everything in Java; that said, I
have no idea how much work is needed here).


Greg Robinson wrote:
 
 I am new to Linux, new to Mono. I am really hoping we can use Mono for our
 .NET application to Linux port/migration.
 
 The other option on the table is to totally re-write in Java.
 
 So what do folks usually do at this point; the point where they find that
 something they need, our .NET Server application calling a WCF Service
 using
 System.ServiceModel bits, not implemented in Mono? It seems a shame to
 just
 give up and do a port to Java; is that my only solution though?
 
 
 
 On Tue, May 25, 2010 at 12:45 PM, Miguel de Icaza mig...@novell.com
 wrote:
 

  When I go to:
 
  http://mono-project.com/DistroPackages/Ubuntu
 
  it tells me Mono comes installed by default. We are running Ubuntu
  10.04.
 
  What do I need to do to upgrade to Mono 2.6 on Ubuntu 10.04?

 I am told that there are no 2.6 packages available for Ubuntu by the
 Debian/Ubuntu community.

 The bad news is that you need to compile from source code;   The good
 news is that this is a trivial process (as long as you use released
 tarballs):

 http://www.mono-project.com/Parallel_Mono_Environments

 Migue.

 
 
 
  On Mon, May 24, 2010 at 8:50 AM, Oskar Berggren
  oskar.bergg...@gmail.com wrote:
  2.2 is fairly old. Have you checked with 2.4 or 2.6?
 
  Try searching for moma and mono class library status.
 
  /Oskar
 
 
  2010/5/24 Greg Robinson gregarobin...@gmail.com:
 
I have been making good progress on moving our .NET server
  application over
   to Mono 2.2 running on Ubuntu 2.2.
  
Friday, I ported the WCF pieces over where all the server
  application does
   is make calls to a WCF service running on a windows server
  outside of our
   office.
  
I am getting the following, which suggests to me these
  pieces of client
   side WCF are not implemented in Mono 2.2:
  
System.NotImplementedException: The requested feature is
  not implemented.
at
  
 
 System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
   (System.ServiceModel.Channels.Binding binding) [0x0]
at
  
 
 System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
   (System.ServiceModel.Channels.Binding binding) [0x0]
at
  System.ServiceModel.Configuration.ConfigUtil.CreateBinding
   (System.String binding, System.String bindingConfiguration)
  [0x0]
at System.ServiceModel.ChannelFactory.ApplyConfiguration
  (System.String
   endpointConfig) [0x0]
at System.ServiceModel.ChannelFactory.InitializeEndpoint
  (System.String
   endpointConfigurationName,
  System.ServiceModel.EndpointAddress
   remoteAddress) [0x0]
at
  
 
 System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
   (System.String endpointConfigurationName,
   System.ServiceModel.EndpointAddress remoteAddress) [0x0]
at System.ServiceModel.ClientBase`1[TChannel].Initialize
   (System.ServiceModel.InstanceContext instance, System.String
  configName,
   System.ServiceModel.EndpointAddress remoteAddress) [0x0]
at System.ServiceModel.ClientBase`1[TChannel]..ctor
   (System.ServiceModel.InstanceContext instance, System.String
  configname)
   [0x0]
at System.ServiceModel.ClientBase`1[TChannel]..ctor
   (System.ServiceModel.InstanceContext instance) [0x0]
at System.ServiceModel.ClientBase`1[TChannel]..ctor ()
  [0x0]
at
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
   () [0x0]
at
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
   (Boolean useLimited) [0x0]
at
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
   () [0x0]
at
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
   (System.String loggerSAN) [0x0]
at
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
   () [0x0]
at OurCompanyNameWCFClientTest.Program.Main
  (System.String[] 

Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-25 Thread Greg Robinson
Understood, and that was my first thought. Was just wondering if there were
alternative solutions.

I am thinking of a Java/.NET split if you will where we keep what we can
that WILL run under Mono and port the rest to Java. That assumes we can get
the two to play nicely together.

Is there a way to see if someone is already working on the bits in Mono we
need?



On Tue, May 25, 2010 at 2:05 PM, Stifu st...@free.fr wrote:


 The obvious answer: contribute to Mono and help implement it. Or pay
 someone
 to do it.
 That's what some companies do. If you can afford it, that's an option
 (which
 might turn out to be cheaper than rewriting everything in Java; that said,
 I
 have no idea how much work is needed here).


 Greg Robinson wrote:
 
  I am new to Linux, new to Mono. I am really hoping we can use Mono for
 our
  .NET application to Linux port/migration.
 
  The other option on the table is to totally re-write in Java.
 
  So what do folks usually do at this point; the point where they find that
  something they need, our .NET Server application calling a WCF Service
  using
  System.ServiceModel bits, not implemented in Mono? It seems a shame to
  just
  give up and do a port to Java; is that my only solution though?
 
 
 
  On Tue, May 25, 2010 at 12:45 PM, Miguel de Icaza mig...@novell.com
  wrote:
 
 
   When I go to:
  
   http://mono-project.com/DistroPackages/Ubuntu
  
   it tells me Mono comes installed by default. We are running Ubuntu
   10.04.
  
   What do I need to do to upgrade to Mono 2.6 on Ubuntu 10.04?
 
  I am told that there are no 2.6 packages available for Ubuntu by the
  Debian/Ubuntu community.
 
  The bad news is that you need to compile from source code;   The good
  news is that this is a trivial process (as long as you use released
  tarballs):
 
  http://www.mono-project.com/Parallel_Mono_Environments
 
  Migue.
 
  
  
  
   On Mon, May 24, 2010 at 8:50 AM, Oskar Berggren
   oskar.bergg...@gmail.com wrote:
   2.2 is fairly old. Have you checked with 2.4 or 2.6?
  
   Try searching for moma and mono class library status.
  
   /Oskar
  
  
   2010/5/24 Greg Robinson gregarobin...@gmail.com:
  
 I have been making good progress on moving our .NET server
   application over
to Mono 2.2 running on Ubuntu 2.2.
   
 Friday, I ported the WCF pieces over where all the server
   application does
is make calls to a WCF service running on a windows server
   outside of our
office.
   
 I am getting the following, which suggests to me these
   pieces of client
side WCF are not implemented in Mono 2.2:
   
 System.NotImplementedException: The requested feature is
   not implemented.
 at
   
  
 
 System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
(System.ServiceModel.Channels.Binding binding) [0x0]
 at
   
  
 
 System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
(System.ServiceModel.Channels.Binding binding) [0x0]
 at
   System.ServiceModel.Configuration.ConfigUtil.CreateBinding
(System.String binding, System.String bindingConfiguration)
   [0x0]
 at System.ServiceModel.ChannelFactory.ApplyConfiguration
   (System.String
endpointConfig) [0x0]
 at System.ServiceModel.ChannelFactory.InitializeEndpoint
   (System.String
endpointConfigurationName,
   System.ServiceModel.EndpointAddress
remoteAddress) [0x0]
 at
   
  
 
 System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
(System.String endpointConfigurationName,
System.ServiceModel.EndpointAddress remoteAddress) [0x0]
 at System.ServiceModel.ClientBase`1[TChannel].Initialize
(System.ServiceModel.InstanceContext instance, System.String
   configName,
System.ServiceModel.EndpointAddress remoteAddress) [0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor
(System.ServiceModel.InstanceContext instance, System.String
   configname)
[0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor
(System.ServiceModel.InstanceContext instance) [0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor ()
   [0x0]
 at
   
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
() [0x0]
 at
   
  
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
(Boolean 

[Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Greg Robinson
 I have been making good progress on moving our .NET server application over
to Mono 2.2 running on Ubuntu 2.2.

 Friday, I ported the WCF pieces over where all the server application does
is make calls to a WCF service running on a windows server outside of our
office.

 I am getting the following, which suggests to me these pieces of client
side WCF are not implemented in Mono 2.2:

 System.NotImplementedException: The requested feature is not implemented.
 at
System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
(System.ServiceModel.Channels.Binding binding) [0x0]
 at
System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
(System.ServiceModel.Channels.Binding binding) [0x0]
 at System.ServiceModel.Configuration.ConfigUtil.CreateBinding
(System.String binding, System.String bindingConfiguration) [0x0]
 at System.ServiceModel.ChannelFactory.ApplyConfiguration (System.String
endpointConfig) [0x0]
 at System.ServiceModel.ChannelFactory.InitializeEndpoint (System.String
endpointConfigurationName, System.ServiceModel.EndpointAddress
remoteAddress) [0x0]
 at
System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
(System.String endpointConfigurationName,
System.ServiceModel.EndpointAddress remoteAddress) [0x0]
 at System.ServiceModel.ClientBase`1[TChannel].Initialize
(System.ServiceModel.InstanceContext instance, System.String configName,
System.ServiceModel.EndpointAddress remoteAddress) [0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor
(System.ServiceModel.InstanceContext instance, System.String configname)
[0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor
(System.ServiceModel.InstanceContext instance) [0x0]
 at System.ServiceModel.ClientBase`1[TChannel]..ctor () [0x0]
 at
OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
() [0x0]
 at
OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
(Boolean useLimited) [0x0]
 at
OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
() [0x0]
 at
OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
(System.String loggerSAN) [0x0]
 at
OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
() [0x0]
 at OurCompanyNameWCFClientTest.Program.Main (System.String[] args)
[0x0]




Any idea if\when this will be implemented? is there a workaround?




Thanks



-- 
Greg

My Blog: http://dotnetrocks.blogspot.com/
My Techy Blog: http://weblogs.asp.net/grobinson/
Amy's Blog: http://amyshome.blogspot.com/
LinkedIn: http://www.linkedin.com/in/gregarobinson
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Greg Robinson
I will upgrade to 2.6 and test again.

Thanks!


On Mon, May 24, 2010 at 8:50 AM, Oskar Berggren oskar.bergg...@gmail.comwrote:

 2.2 is fairly old. Have you checked with 2.4 or 2.6?

 Try searching for moma and mono class library status.

 /Oskar


 2010/5/24 Greg Robinson gregarobin...@gmail.com:
   I have been making good progress on moving our .NET server application
 over
  to Mono 2.2 running on Ubuntu 2.2.
 
   Friday, I ported the WCF pieces over where all the server application
 does
  is make calls to a WCF service running on a windows server outside of our
  office.
 
   I am getting the following, which suggests to me these pieces of client
  side WCF are not implemented in Mono 2.2:
 
   System.NotImplementedException: The requested feature is not
 implemented.
   at
 
 System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
  (System.ServiceModel.Channels.Binding binding) [0x0]
   at
 
 System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
  (System.ServiceModel.Channels.Binding binding) [0x0]
   at System.ServiceModel.Configuration.ConfigUtil.CreateBinding
  (System.String binding, System.String bindingConfiguration) [0x0]
   at System.ServiceModel.ChannelFactory.ApplyConfiguration (System.String
  endpointConfig) [0x0]
   at System.ServiceModel.ChannelFactory.InitializeEndpoint (System.String
  endpointConfigurationName, System.ServiceModel.EndpointAddress
  remoteAddress) [0x0]
   at
 
 System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
  (System.String endpointConfigurationName,
  System.ServiceModel.EndpointAddress remoteAddress) [0x0]
   at System.ServiceModel.ClientBase`1[TChannel].Initialize
  (System.ServiceModel.InstanceContext instance, System.String configName,
  System.ServiceModel.EndpointAddress remoteAddress) [0x0]
   at System.ServiceModel.ClientBase`1[TChannel]..ctor
  (System.ServiceModel.InstanceContext instance, System.String configname)
  [0x0]
   at System.ServiceModel.ClientBase`1[TChannel]..ctor
  (System.ServiceModel.InstanceContext instance) [0x0]
   at System.ServiceModel.ClientBase`1[TChannel]..ctor () [0x0]
   at
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
  () [0x0]
   at
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
  (Boolean useLimited) [0x0]
   at
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
  () [0x0]
   at
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
  (System.String loggerSAN) [0x0]
   at
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
  () [0x0]
   at OurCompanyNameWCFClientTest.Program.Main (System.String[] args)
  [0x0]
 
 
 
 
  Any idea if\when this will be implemented? is there a workaround?
 
 
 
 
  Thanks
 
 
 
  --
  Greg
 
  My Blog: http://dotnetrocks.blogspot.com/
  My Techy Blog: http://weblogs.asp.net/grobinson/
  Amy's Blog: http://amyshome.blogspot.com/
  LinkedIn: http://www.linkedin.com/in/gregarobinson
 
  ___
  Mono-devel-list mailing list
  Mono-devel-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-devel-list
 
 




-- 
Greg

My Blog: http://dotnetrocks.blogspot.com/
My Techy Blog: http://weblogs.asp.net/grobinson/
Amy's Blog: http://amyshome.blogspot.com/
LinkedIn: http://www.linkedin.com/in/gregarobinson
My Company:
http://www.richmondbizsense.com/2010/05/04/health-monitoring-company-is-well-aware-of-richmond%E2%80%99s-benefits/
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Oskar Berggren
2.2 is fairly old. Have you checked with 2.4 or 2.6?

Try searching for moma and mono class library status.

/Oskar


2010/5/24 Greg Robinson gregarobin...@gmail.com:
  I have been making good progress on moving our .NET server application over
 to Mono 2.2 running on Ubuntu 2.2.

  Friday, I ported the WCF pieces over where all the server application does
 is make calls to a WCF service running on a windows server outside of our
 office.

  I am getting the following, which suggests to me these pieces of client
 side WCF are not implemented in Mono 2.2:

  System.NotImplementedException: The requested feature is not implemented.
  at
 System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
 (System.ServiceModel.Channels.Binding binding) [0x0]
  at
 System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
 (System.ServiceModel.Channels.Binding binding) [0x0]
  at System.ServiceModel.Configuration.ConfigUtil.CreateBinding
 (System.String binding, System.String bindingConfiguration) [0x0]
  at System.ServiceModel.ChannelFactory.ApplyConfiguration (System.String
 endpointConfig) [0x0]
  at System.ServiceModel.ChannelFactory.InitializeEndpoint (System.String
 endpointConfigurationName, System.ServiceModel.EndpointAddress
 remoteAddress) [0x0]
  at
 System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
 (System.String endpointConfigurationName,
 System.ServiceModel.EndpointAddress remoteAddress) [0x0]
  at System.ServiceModel.ClientBase`1[TChannel].Initialize
 (System.ServiceModel.InstanceContext instance, System.String configName,
 System.ServiceModel.EndpointAddress remoteAddress) [0x0]
  at System.ServiceModel.ClientBase`1[TChannel]..ctor
 (System.ServiceModel.InstanceContext instance, System.String configname)
 [0x0]
  at System.ServiceModel.ClientBase`1[TChannel]..ctor
 (System.ServiceModel.InstanceContext instance) [0x0]
  at System.ServiceModel.ClientBase`1[TChannel]..ctor () [0x0]
  at
 OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
 () [0x0]
  at
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
 (Boolean useLimited) [0x0]
  at
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
 () [0x0]
  at
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
 (System.String loggerSAN) [0x0]
  at
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
 () [0x0]
  at OurCompanyNameWCFClientTest.Program.Main (System.String[] args)
 [0x0]




 Any idea if\when this will be implemented? is there a workaround?




 Thanks



 --
 Greg

 My Blog: http://dotnetrocks.blogspot.com/
 My Techy Blog: http://weblogs.asp.net/grobinson/
 Amy's Blog: http://amyshome.blogspot.com/
 LinkedIn: http://www.linkedin.com/in/gregarobinson

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Greg Robinson
I am new to Linux, Ubuntu and Mono.

When I go to:

http://mono-project.com/DistroPackages/Ubuntu

it tells me Mono comes installed by default. We are running Ubuntu 10.04.

What do I need to do to upgrade to Mono 2.6 on Ubuntu 10.04?



On Mon, May 24, 2010 at 8:50 AM, Oskar Berggren oskar.bergg...@gmail.comwrote:

 2.2 is fairly old. Have you checked with 2.4 or 2.6?

 Try searching for moma and mono class library status.

 /Oskar


 2010/5/24 Greg Robinson gregarobin...@gmail.com:
   I have been making good progress on moving our .NET server application
 over
  to Mono 2.2 running on Ubuntu 2.2.
 
   Friday, I ported the WCF pieces over where all the server application
 does
  is make calls to a WCF service running on a windows server outside of our
  office.
 
   I am getting the following, which suggests to me these pieces of client
  side WCF are not implemented in Mono 2.2:
 
   System.NotImplementedException: The requested feature is not
 implemented.
   at
 
 System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
  (System.ServiceModel.Channels.Binding binding) [0x0]
   at
 
 System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
  (System.ServiceModel.Channels.Binding binding) [0x0]
   at System.ServiceModel.Configuration.ConfigUtil.CreateBinding
  (System.String binding, System.String bindingConfiguration) [0x0]
   at System.ServiceModel.ChannelFactory.ApplyConfiguration (System.String
  endpointConfig) [0x0]
   at System.ServiceModel.ChannelFactory.InitializeEndpoint (System.String
  endpointConfigurationName, System.ServiceModel.EndpointAddress
  remoteAddress) [0x0]
   at
 
 System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
  (System.String endpointConfigurationName,
  System.ServiceModel.EndpointAddress remoteAddress) [0x0]
   at System.ServiceModel.ClientBase`1[TChannel].Initialize
  (System.ServiceModel.InstanceContext instance, System.String configName,
  System.ServiceModel.EndpointAddress remoteAddress) [0x0]
   at System.ServiceModel.ClientBase`1[TChannel]..ctor
  (System.ServiceModel.InstanceContext instance, System.String configname)
  [0x0]
   at System.ServiceModel.ClientBase`1[TChannel]..ctor
  (System.ServiceModel.InstanceContext instance) [0x0]
   at System.ServiceModel.ClientBase`1[TChannel]..ctor () [0x0]
   at
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
  () [0x0]
   at
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
  (Boolean useLimited) [0x0]
   at
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
  () [0x0]
   at
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
  (System.String loggerSAN) [0x0]
   at
 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
  () [0x0]
   at OurCompanyNameWCFClientTest.Program.Main (System.String[] args)
  [0x0]
 
 
 
 
  Any idea if\when this will be implemented? is there a workaround?
 
 
 
 
  Thanks
 
 
 
  --
  Greg
 
  My Blog: http://dotnetrocks.blogspot.com/
  My Techy Blog: http://weblogs.asp.net/grobinson/
  Amy's Blog: http://amyshome.blogspot.com/
  LinkedIn: http://www.linkedin.com/in/gregarobinson
 
  ___
  Mono-devel-list mailing list
  Mono-devel-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-devel-list
 
 




-- 
Greg

My Blog: http://dotnetrocks.blogspot.com/
My Techy Blog: http://weblogs.asp.net/grobinson/
Amy's Blog: http://amyshome.blogspot.com/
LinkedIn: http://www.linkedin.com/in/gregarobinson
My Company:
http://www.richmondbizsense.com/2010/05/04/health-monitoring-company-is-well-aware-of-richmond%E2%80%99s-benefits/
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Atsushi Eno
WSHttpBinding is not usable at all. It involves the huge WS-* stack like 
WS-Security which is far from done.

Atsushi Eno

On 2010/05/24 21:42, Greg Robinson wrote:
  I have been making good progress on moving our .NET server 
 application over to Mono 2.2 running on Ubuntu 2.2.

  Friday, I ported the WCF pieces over where all the server application 
 does is make calls to a WCF service running on a windows server 
 outside of our office.

  I am getting the following, which suggests to me these pieces of 
 client side WCF are not implemented in Mono 2.2:

  System.NotImplementedException: The requested feature is not implemented.
  at 
 System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration 
 (System.ServiceModel.Channels.Binding binding) [0x0]
  at 
 System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration 
 (System.ServiceModel.Channels.Binding binding) [0x0]
  at System.ServiceModel.Configuration.ConfigUtil.CreateBinding 
 (System.String binding, System.String bindingConfiguration) [0x0]
  at System.ServiceModel.ChannelFactory.ApplyConfiguration 
 (System.String endpointConfig) [0x0]
  at System.ServiceModel.ChannelFactory.InitializeEndpoint 
 (System.String endpointConfigurationName, 
 System.ServiceModel.EndpointAddress remoteAddress) [0x0]
  at 
 System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
  
 (System.String endpointConfigurationName, 
 System.ServiceModel.EndpointAddress remoteAddress) [0x0]
  at System.ServiceModel.ClientBase`1[TChannel].Initialize 
 (System.ServiceModel.InstanceContext instance, System.String 
 configName, System.ServiceModel.EndpointAddress remoteAddress) [0x0]
  at System.ServiceModel.ClientBase`1[TChannel]..ctor 
 (System.ServiceModel.InstanceContext instance, System.String 
 configname) [0x0]
  at System.ServiceModel.ClientBase`1[TChannel]..ctor 
 (System.ServiceModel.InstanceContext instance) [0x0]
  at System.ServiceModel.ClientBase`1[TChannel]..ctor () [0x0]
  at 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
  
 () [0x0]
  at 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
  
 (Boolean useLimited) [0x0]
  at 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
  
 () [0x0]
  at 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
  
 (System.String loggerSAN) [0x0]
  at 
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
  
 () [0x0]
  at OurCompanyNameWCFClientTest.Program.Main (System.String[] args) 
 [0x0]




 Any idea if\when this will be implemented? is there a workaround?




 Thanks



 -- 
 Greg

 My Blog: http://dotnetrocks.blogspot.com/
 My Techy Blog: http://weblogs.asp.net/grobinson/
 Amy's Blog: http://amyshome.blogspot.com/
 LinkedIn: http://www.linkedin.com/in/gregarobinson


 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Greg Robinson
That is not good news.

Thanks

On Mon, May 24, 2010 at 10:00 AM, Atsushi Eno 
atsushi...@veritas-vos-liberabit.com wrote:

 WSHttpBinding is not usable at all. It involves the huge WS-* stack like
 WS-Security which is far from done.

 Atsushi Eno


 On 2010/05/24 21:42, Greg Robinson wrote:

  I have been making good progress on moving our .NET server application
 over to Mono 2.2 running on Ubuntu 2.2.

  Friday, I ported the WCF pieces over where all the server application
 does is make calls to a WCF service running on a windows server outside of
 our office.

  I am getting the following, which suggests to me these pieces of client
 side WCF are not implemented in Mono 2.2:

  System.NotImplementedException: The requested feature is not implemented.
  at
 System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration
 (System.ServiceModel.Channels.Binding binding) [0x0]
  at
 System.ServiceModel.Configuration.StandardBindingElement.ApplyConfiguration
 (System.ServiceModel.Channels.Binding binding) [0x0]
  at System.ServiceModel.Configuration.ConfigUtil.CreateBinding
 (System.String binding, System.String bindingConfiguration) [0x0]
  at System.ServiceModel.ChannelFactory.ApplyConfiguration (System.String
 endpointConfig) [0x0]
  at System.ServiceModel.ChannelFactory.InitializeEndpoint (System.String
 endpointConfigurationName, System.ServiceModel.EndpointAddress
 remoteAddress) [0x0]
  at
 System.ServiceModel.ChannelFactory`1[OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.IOurCompanyNameService]..ctor
 (System.String endpointConfigurationName,
 System.ServiceModel.EndpointAddress remoteAddress) [0x0]
  at System.ServiceModel.ClientBase`1[TChannel].Initialize
 (System.ServiceModel.InstanceContext instance, System.String configName,
 System.ServiceModel.EndpointAddress remoteAddress) [0x0]
  at System.ServiceModel.ClientBase`1[TChannel]..ctor
 (System.ServiceModel.InstanceContext instance, System.String configname)
 [0x0]
  at System.ServiceModel.ClientBase`1[TChannel]..ctor
 (System.ServiceModel.InstanceContext instance) [0x0]
  at System.ServiceModel.ClientBase`1[TChannel]..ctor () [0x0]
  at
 OurCompanyName.Common.WebServiceReference.OurCompanyNameWCFServiceProxy.OurCompanyNameServiceClient..ctor
 () [0x0]
  at
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
 (Boolean useLimited) [0x0]
  at
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.CreateServiceProxy
 () [0x0]
  at
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
 (System.String loggerSAN) [0x0]
  at
 OurCompanyName.Common.WebServiceReference.OurCompanyNameServiceProxyAgent.GetConfiguration
 () [0x0]
  at OurCompanyNameWCFClientTest.Program.Main (System.String[] args)
 [0x0]




 Any idea if\when this will be implemented? is there a workaround?




 Thanks



 --
 Greg

 My Blog: http://dotnetrocks.blogspot.com/
 My Techy Blog: http://weblogs.asp.net/grobinson/
 Amy's Blog: http://amyshome.blogspot.com/
 LinkedIn: http://www.linkedin.com/in/gregarobinson


 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list






-- 
Greg

My Blog: http://dotnetrocks.blogspot.com/
My Techy Blog: http://weblogs.asp.net/grobinson/
Amy's Blog: http://amyshome.blogspot.com/
LinkedIn: http://www.linkedin.com/in/gregarobinson
My Company:
http://www.richmondbizsense.com/2010/05/04/health-monitoring-company-is-well-aware-of-richmond%E2%80%99s-benefits/
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list