Silverlight:OOB 中的 Bing 地图控件可能吗?
我正在使用 Silverlight 的 Bing Map 控件和浏览器外 (OOB) 应用程序。我收到“地图在不受支持的 uri 方案中加载”错误,因为该控件不喜欢托管在文件系统上,而是需要 Web 应用程序 (http://)。这是我找到的更详细的解释: http://conceptdev.blogspot.com/2009/03/silverlight -virtualearth-map-control.html
运行 OOB 应用程序时是否有解决方法?
谢谢
I'm playing with the Bing Map control for Silverlight and an out-of-browser (OOB) app. I get the "map loaded in unsupported uri scheme" error because the control does not like to be hosted on the file system and wants a WebApplication instead (http://). Here's a more detailed explanation I found to this:
http://conceptdev.blogspot.com/2009/03/silverlight-virtualearth-map-control.html
Is there a workaround to this when running a OOB app?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Bing Maps Silverlight 控件要求其使用的应用程序托管在网站或应用程序上。您正在本地打开的 HTML 页面(不在 IIS 或其他 Web 服务器中托管)中运行它。这就是显示指定错误消息的原因。
这是 Bing Maps Silverlight 控件工作方式的要求。
http://pietschsoft.com/post/2011/01/26/Bing-Maps-Silverlight-and-an-Out-Of-Browser-(OOB)-Application.aspx
The Bing Maps Silverlight control requires the application it's used within to be hosted on a web site or application. You are running it within an HTML page that is opened locally (not hosted within IIS or other web server.) That is why the specified error message is being shown.
This is a requirement of how the Bing Maps Silverlight control works.
http://pietschsoft.com/post/2011/01/26/Bing-Maps-Silverlight-and-an-Out-Of-Browser-(OOB)-Application.aspx
虽然很混乱,但它可以工作:
WebBrowser
控件的 WinForms 程序这是一项大量工作让它看起来好像你没有浏览器,但它仍然不是 OOB。
It's messy but it could work:
WebBrowser
controlThat's a lot of work to make it look like you don't have a browswer and it's still not OOB.