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

Alexander Köplinger alexander.koeplinger at xamarin.com
Sun Apr 17 22:41:51 UTC 2016


Don't use the NuGet packages for this, add a normal framework reference to
the GAC assembly.

2016-04-18 0:39 GMT+02:00 Jordan Zimmerman <jordan at jordanzimmerman.com>:

> farg - Xamarin can’t handle it.
>
> The 'System.ServiceModel.Http 4.0.10' package requires NuGet client
> version '3.0' or above, but the current NuGet version is '2.8.7.0'.
>
>
> On Apr 17, 2016, at 5:06 PM, Alexander Köplinger <
> alexander.koeplinger at xamarin.com> wrote:
>
> WebHttpBinding sits in System.ServiceModel.Web, so you need to add a
> reference to that one.
>
> - Alex
>
> 2016-04-17 22:49 GMT+02:00 Jordan Zimmerman <jordan at jordanzimmerman.com>:
>
>> 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
>>
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20160418/ecb4075b/attachment.html>


More information about the Mono-list mailing list