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

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -