将 XAML 转换为 XBAP

发布于 2024-09-24 18:38:40 字数 227 浏览 0 评论 0原文

我已经使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷默言语 2024-10-01 18:38:40

我不知道执行此操作有任何快捷方式,您将必须构建一个新的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文