Silverlight Application.Current.Install()
我使用 Application.Current.Install 方法来安装 OOB 应用程序,但它一直显示该应用程序已安装。我已经检查了“开始”菜单和桌面,但没有显示。
我对此很陌生,因此非常感谢任何帮助。
I used the Application.Current.Install method to install my OOB application but it keeps saying that the Applicaiton is already installed. I have checked the Start Menu and Desktop but it is not showing.
I am new to this so any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
解决了这个问题 - 需要确保我的 Web 项目是启动项目然后它就可以工作
Resolved this - Needed to ensure my Web project was the startup project then it worked
检查控制面板并卸载它。然后重新安装它,选择添加到桌面+开始菜单选项。
Check the control panel and uninstall it. Then reinstall it selecting the add to desktop + start menu options.