[Mono-list] The type or namespace name `WebHttpBinding' could not be found. Are you missing an assembly reference?

Jordan Zimmerman jordan at jordanzimmerman.com
Sun Apr 17 20:49:33 UTC 2016


Hello,

I’m a total mono newbie and am trying to play around with WCF. While other bindings are compiling without problem, WebHttpBinding is not working. I’ve used the Add NuGet packages to add anything I can think of but the code still doesn’t compile. I downloaded everything today so I assume I have the latest greatest everything. Note, I’m running on a MacBook Pro with El Capitan.

Any ideas?

Here are my imports:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ServiceModel;
using GettingStartedLib;
using System.ServiceModel.Description; 
using System.ServiceModel.Web;

Here’s the line of code:

                selfHost.AddServiceEndpoint(typeof(ICalculator), new WebHttpBinding(), "CalculatorService");

-Jordan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20160417/ffb9e067/attachment.html>


More information about the Mono-list mailing list