Silverlight:OOB 中的 Bing 地图控件可能吗?

发布于 2024-10-13 00:32:45 字数 367 浏览 5 评论 0原文

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

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

发布评论

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

评论(2

濫情▎り 2024-10-20 00:32:45

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

╰◇生如夏花灿烂 2024-10-20 00:32:45

虽然很混乱,但它可以工作:

  • 编写一个包含 WebBrowser 控件的 WinForms 程序
  • 将在本地主机上运行的轻量级 Web 服务器嵌入到程序中
  • 通过网页向浏览器提供 Silverlight 应用程序

这是一项大量工作让它看起来好像你没有浏览器,但它仍然不是 OOB。

It's messy but it could work:

  • Write a WinForms program that contains a WebBrowser control
  • Embed a lightweight web server running on localhost into the program
  • Serve your Silverlight application via a web page to the browser

That's a lot of work to make it look like you don't have a browswer and it's still not OOB.

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