[Mono-list] Why Mono developers merged System.ServiceModel.Activation.dll to System.ServiceModel.dll?

2013-09-08 Thread mauzik
Hi, I have ported .NET application to Mono. One of our subprojects use under .NET System.ServiceModel.Activation.dll assembly, but Mono has implement functionality in different assembly (System.ServiceModel.dll). No problem I added reference for System.ServiceModel.dll and application runs.

Re: [Mono-list] Why Mono developers merged System.ServiceModel.Activation.dll to System.ServiceModel.dll?

2013-09-08 Thread Jonathan Pryor
On Sep 8, 2013, at 3:43 AM, mauzik mau...@centrum.cz wrote: My question is why? Bugs and oversight. .NET does not require that the assembly name match the namespace, and many of the types in the System.ServiceModel.Activation namespace are in the System.ServiceModel.dll assembly, _not_ the