将 XAML 转换为 XBAP
我已经使用 WPF 应用程序创建了一个项目,并且运行顺利,但现在我被要求将其更改为基于浏览器的项目。为此,我查阅了网络并开发了用于数据通信的WCF服务。目前我的WPF项目正在使用LINQ的WCF数据通信下运行。但实际情况是,我无法将其转换为基于网络的项目。我尝试遵循许多教程,但无法将基于 XAML 的项目转换为基于 XBAP 的项目。我使用的是 Visual Studio 10 Professional。请任何人指导我尽快解决这个问题。
I have already created a project using WPF Application and it is running smoothly but now i am requested to change it into Browser based project. For this i consulted the web and developed the WCF service for the data communication. Currently my WPF Project is running under WCF data communication using LINQ. But the real thing is, i am not able to convert it into Web Based project. I tried to follow many tutorials but i could not convert my XAML based project to XBAP based project. I am using Visual Studio 10 Professional. Please can anyone guide me to solve this issue as soon as possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道执行此操作有任何快捷方式,您将必须构建一个新的 XBAP 应用程序并重用任何可能的东西。虽然您可以看看这篇文章,它很老了,但可能会对您有所帮助 -
将 EXE 项目转换为 XBAP:
http://www.charlespetzold.com/blog/2006/11/120718。 html
I am not aware of any shortcut for doing this, you will have to build a new XBAP application and reuse whatever possible. Although you can have a look at this article, its very old but may help you -
Converting EXE Projects to XBAPs:
http://www.charlespetzold.com/blog/2006/11/120718.html