Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Problem with system.servicemodel.netnamedpipebinding class, coud not load that type #1765

Closed
JavierMendozaPaitan opened this issue May 25, 2020 · 1 comment

Comments

@JavierMendozaPaitan
Copy link

Hi,

I wrapped a net framework lib with net standard but i got the error: Could not load type 'System.ServiceModel.NetNamedPipeBinding' from assembly 'System.ServiceModel, Version=4.0.0.0

I suppose the system.servicemodel.primitive package doesn't implement this type. How to wrap and old lib which could include its old system.servicemodel lib ?

@JavierMendozaPaitan JavierMendozaPaitan changed the title Problem with system.servicemodel.netnamedpipebiding class, coud not load that type Problem with system.servicemodel.netnamedpipebinding class, coud not load that type May 25, 2020
@terrajobst
Copy link
Member

WCF only exists partially for .NET Standard/Core. You can request more features in dotnet/wcf.

@terrajobst terrajobst closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants