将 WPF 浏览器应用程序转换为 WPF 桌面应用程序
在不将所有代码从一个项目复制到另一个项目的情况下,是否可以将 XBAP 浏览器应用程序转换为 WPF 表单应用程序?
Without copying all the code from one project to another, is it possible to convert an XBAP browser app into a WPF forms app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://blog .davidsandor.com/post/Convert-a-WPF-Browser-Application-project-to-a-WPF-Application.aspx
http://blog.davidsandor.com/post/Convert-a-WPF-Browser-Application-project-to-a-WPF-Application.aspx
除了上面的答案之外,如果您收到错误“清单文件位于:XXX 不包含足够的权限来启动您的应用程序进行调试。...”,请进入 app.manifest 并注释掉 applicationRequestMinimum 标记,如下所示如下:
In addition to the answer above, if you get the error "The manifest file at: XXX does not contain sufficient permissions to launch your application for debugging. ...", go into the app.manifest and comment out the applicationRequestMinimum tag, as follows: