在没有 .web 项目的情况下使用 Ria 服务的 Silverligth 应用程序
是否可以在没有 .web 项目的情况下使用 RIA 类库构建 SL 应用程序。 我的意思是业务将托管在 RIA 类库上,我还需要为我的 SL 项目第一个生成的 .web 吗?
此致
Is it possible to build a SL application with RIA class library without the .web project.
I mean the Business will be hosted on the RIA class library, do I still need the first generated .web for my SL project?
Best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以单独创建它们 - 关键位是“WCF RIA 服务链接”,一旦 RIA Web 应用程序可供使用,您将在 Silverlight 项目上设置该链接:
http://msdn.microsoft.com/en-us/library/ee707372(VS.91).aspx
You can create them separately - the key bit is the 'WCF RIA Services Link' which you'll set on your Silverlight project once your RIA web app is around for it to use:
http://msdn.microsoft.com/en-us/library/ee707372(VS.91).aspx