Я пытаюсь воспользоваться помощью по расширению моего приложения winforms с помощью UWP
private async void button1_Click(object sender, EventArgs e)
{
string str = "WinTreeWUP://";
Uri uri = new Uri(str);
var success = await Windows.System.Launcher.LaunchUriAsync(uri);
}
У меня уже естьдобавлены ссылки, предложенные документами, как показано на этом снимке экрана.
Приложение UWP предназначено для минимума Windows Версии 1809, сборка 17763 Я использую VS2017 V15.9.3
Полная ошибка
CS0012 C# The type 'IAsyncAction' is defined in an assembly that is not referenced. You must add a reference to assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'.
Источник: https://github.com/kgreed/WinTree
Я использую следующие ссылки в проекте winforms
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll
C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Runtime.WindowsRuntime.dll
C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Runtime.WindowsRuntime.UI.Xaml.dll
C:\Program Files (x86)\Windows Kits\10\References\10.0.17763.0\Windows.Foundation.FoundationContract\3.0.0.0\Windows.Foundation.FoundationContract.winmd
C:\Program Files (x86)\Windows Kits\10\References\10.0.17763.0\Windows.Foundation.UniversalApiContract\7.0.0.0\Windows.Foundation.UniversalApiContract.winmd