Bing Maps Geocode WPF

时间:2014-03-26 14:25:49

标签: c# wpf visual-studio-2013 bing-maps

目前我正在开发一个用于WPF的BingMapsGeocode应用程序(C#)。

这个小小的摘要出现了我的问题:

    <bing:Map Grid.Row="1" CredentialsProvider="{StaticResource MyCredentials}" Center="40,-95"
        core:MapInteractivity.GeocodeResult="{Binding GeocodeResult}"
        ZoomLevel="4" AnimationLevel="Full" >
    </bing:Map>

错误列表在那里写下3个问题:

  1. 未定义Namespaceprefix“core”。
  2. WPF-Project
  3. 不支持“MapInteractivity”
  4. “'core'是未定义的前缀。第20行,第13位。” - XML无效
  5. 如果您想查看整个项目,可以在PC上下载和编译: https://www.dropbox.com/sh/3i55h76d0dy80y6/ZycDGnTemV

    感谢您的帮助,

    弗洛里安

1 个答案:

答案 0 :(得分:0)

您可能在XAML的Window或UserControl中缺少xmlns:core="..."声明