我希望在Windows窗体应用程序中使用Windows.System.Launcher。我在Windows 7计算机上使用Visual Studio Express 2012,应用程序是.Net 4.5
我似乎无法找到添加的内容。 (什么包)?
答案 0 :(得分:1)
Windows.System.Launcher
is a仅适用于Windows 8的Windows应用商店API。
您应该致电Process.Start(url)
。
答案 1 :(得分:0)
Windows.System.Launcher是仅限Windows应用商店应用的功能,可以在MSDN documentation中看到:
支持的最低客户端Windows 8 [仅限Windows应用商店应用]
受支持的最低服务器Windows Server 2012 [仅限Windows应用商店应用]