Closed dingjimmy closed 8 years ago
Investigated this a bit. Looks like Microsoft moved the System.ServiceModel.Activation
namespace from System.ServiceModel.dll in dotnet35 to System.ServiceModel.Activation.dll in dotnet40.
Therefore the dotnet35 version of this extension doesn't need to take a dependancy on System.ServiceModel.Activation.dll, as it doesn't exist!
This issue is fixed in pull request #37
Attempting to install Ninject.Extensions.Wcf 3.2.2 nuget package on a .Net 3.5 WCF service on windows 8.1 It fails with the following error in the package manager console:
Tried using version 3.0.0.5 and then come accross this bug: https://github.com/ninject/Ninject.Web.Common/issues/6
The full package manager output is below...