WIndows 10 Core IOT Project Types other than UAP -
i working raspberrypi , windows 10 iot. i've run through hello world samples , ready try more in-depth robot programming. use akka.net lot in can't load via nuget in uap. cannot install error because says akka.net doesn't contain assembly references windows verison 8.1. can deploy console apps or services windows iot? or stuck waiting until akka.net adds windows 8.1 build target?
thanks!
you're stuck (for now). remember you're targeting equivalent of windows phone. there ton of libraries aren't available in specific .net framework on device, including system.net (which kills lot, including akka.net)
Comments
Post a Comment