在 VS2012 中构建 Windows 8 App 项目时出现警告:
No implementation file was provided for the .winmd file 'C:\Users\luke\LApp\LApp\bin\x86\Debug\Bing.Maps.winmd'. To generate registration information in the app manifest, specify the 'Implementation' metadata on the .winmd reference item in the project file.
我真的不知道要提供什么其他信息。我用谷歌搜索过,它没有提供任何相关结果。它提供了一个链接:http: //msdn.microsoft.com/en-us/library/hh708954.aspx但我不确定它是否正确。我很确定我有正确的参考:
这是一个 C# 项目。我使用 NuGet 添加 Bing Maps SDK,它在我的应用程序中运行 - 我可以在地图界面上拖动并在应用程序中使用它。这只是在构建时出现的警告,我不知道如何摆脱它。
任何帮助表示赞赏,谢谢。