混合银光
你好 我正在开发 silverlight 应用程序 但是当我尝试编译该文件时,它会转到浏览器 我需要在没有浏览器的情况下执行,你能告诉我替代解决方案吗
hi
im developing silverlight application
but when i m trying to compile that file its going to browser
i need to execute without browser can you tell me alternate solution for that
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Silverlight 3 构建浏览器外客户端
http://msdn.microsoft。 com/en-us/magazine/dd882515.aspx
Building An Out-of-Browser Client With Silverlight 3
http://msdn.microsoft.com/en-us/magazine/dd882515.aspx
(1) 创建新的或 (2) 使用 Visual Studio 2008/2010 打开 Silverlight 应用程序。在解决方案资源管理器中,只需右键单击项目文件、属性,就会显示“属性”页面。在 Silverlight 选项卡下,选中“启用浏览器外运行应用程序”。
希望这有帮助。
(1) Create a new or (2) Open the Silverlight application using Visual Studio 2008/2010. From the Solution Explorer, simply right-click the Project file, Properties, and the Properties page will show up. Under the Silverlight tab, check 'Enable running application out of the browser'.
Hope this helps.