目前我正在开发一个用于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个问题:
如果您想查看整个项目,可以在PC上下载和编译: https://www.dropbox.com/sh/3i55h76d0dy80y6/ZycDGnTemV
感谢您的帮助,
弗洛里安
答案 0 :(得分:0)
您可能在XAML的Window或UserControl中缺少xmlns:core="..."
声明