I built a UWP App in Visual Studio 2017 and also added a class library in the solution to run ML.NET but every time I run the application I get an exception
PlatformNotSupportedException
. Retrieving information about local processes is not supported on this platform
What could be the problem?