Crushing after deploying on Windows IoT

-1

We have windows UWP application (C#) and Raspberry PI 3. We use WindowsVisionSkillsPreview libs (from NuGet). When we run our application in desktop mode (x86/64) - everything is ok!

But when we try to run the same application in Raspberry PI 3 (Windows IoT/ ARM) we have an exception. We tried to register Microsoft.AI.Skills.SkillInterfacePreview.dll by regsvr.exe

var descr = new ObjectDetectorDescriptor()
HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)
c#
windows
uwp
raspberry-pi
iot
asked on Stack Overflow Aug 10, 2019 by Чингиз Олжабаев • edited Aug 10, 2019 by Wasi

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0