如何将网站添加到 Silverlight
假设我(愚蠢地)在 VS 中设置了一个 Silverlight 项目,但在实例化时未能设置支持网站,我可以采取任何步骤来回顾性地添加一个吗?
非常感谢。
Say I had (foolishly) setup a Silverlight project in VS and failed to setup a supporting website at time of instantiation are there any steps I can take to add one retrospectively?
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
执行以下操作:-
现在,如果您在创建解决方案时选择创建测试 Web 应用程序,您就会处于这样的位置。
Do the following:-
Now you are where you would have been had you opted to create the test web app when creating the solution.
最简单的解决方案可能是使用支持网站项目创建一个新解决方案,并将您的 Silverlight 项目复制到其中,然后继续在新解决方案中工作。
您还可以将 Web 项目复制到现有解决方案中。在这种情况下,您需要更改引用的 .xap 文件的名称。
The simplest solution might be to create a new solution with the supporting website project and copy your Silverlight project into that and carry on working in the new solution.
You could also copy the web project to your existing solution. In that case you'll need to change the name of the referenced .xap file.