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

nuget package list & reference manager

ok, found out windows iot doesn't support wcf (yet).


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -