简体   繁体   中英

SpeechClient.dll in Visual Studio UWP

I can't add SpeechClient.dll in Visual Studio - Universal Windows Platform. On the other hand, SpeechClient.dll can add in WPF. There's a necessary reason that I have to work on UWP. I have been trying to solve this problem, but it doesn't work. What should I have to fix? Please, help me.

Note: SpeechClient.dll from Project Oxford

The error appears like this:

在此处输入图片说明

UWP projects run on .NET Core. The DLL you try to reference requires the .NET Framework. These frameworks are incompatible. Try and find a version of the assembly that supports .NET Core.

More details here: https://www.microsoft.com/net/default.aspx

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM