Home

System.ServiceModel packages do not work with LinqPad 6

I am attempting to run some .NET Core code in LinqPad that connects to a WCF service using the .NET core compatible System.ServiceModel packages.

When I install the System.ServiceModel.NetTcp package and attempt to run my code I get the following error:

This code compiles and runs just fine with dotnet build/dotnet run under netcoreapp3.1 and net5.0

Sign In or Register to comment.