-2

My VS2103/Windows Store gives me two warnings, about "Bing Maps for C#" (in my case):

Project "Platypus" depends upon SDK "Bing Maps for C#, C++, or Visual Basic v1.0" which supports apps targeting "Windows 8.0". To verify whether "Bing Maps for C#, C++, or Visual Basic v1.0" is compatible with "Windows 8.1", contact the SDK author or see http://go.microsoft.com/fwlink/?LinkID=309181.

...and C++ Runtime Package (not sure why I need that in my C# project):

"Project "Platypus" depends upon SDK "Microsoft Visual C++ Runtime Package v11.0" which was released originally for apps targeting "Windows 8.0". To verify whether "Microsoft Visual C++ Runtime Package v11.0" is compatible with "Windows 8.1", contact the SDK author or see http://go.microsoft.com/fwlink/?LinkID=309181

Going to the link provided gives information about a couple of other packages, but not those above. How do I verify whether my "Bing Maps for C#" and "C++ Runtime Package" are compatible with Windows 8.1?

When I go to Manage NuGet Packages, and select Updates > All, I get, "No items found"

When I go to Manage NuGet Packages's Online tree node, and search for "bing maps sdk" I get scads of Bing Maps-related packages, but I don't see the "official" or "base" package (Microsoft's Bing Maps SDK).

4

1 回答 1

1

Bing Maps SDK 不是块状包。它是一个 Visual Studio 扩展。如果您想在 Windows 8.1 中使用 Bing 地图,则构建了一个新的 SDK,与 Win8 SDK 相比,它修复了许多错误并增加了功能。此处记录了迁移应用程序的步骤:http: //msdn.microsoft.com/en-us/library/dn456475.aspx#upgrade

于 2014-10-12T11:08:57.363 回答