wcf - The type or namespace name 'ServiceHost' does not exist in the namespace 'System.ServiceModel' -
i'm trying add wcf service in application windows iot (raspberry pi) using visual studio 2015.
because can't add reference 'on usual way' (vs 2015 not showing any), added nuget reference system.servicemodel.
using (var host = new system.servicemodel.servicehost (typeof(helloworldservice), _baseaddress)) { }
how can reach servicehost? resharper doesn't me neither
ok, found out windows iot doesn't support wcf (yet).
Comments
Post a Comment