0

使用 Visual Studio Express 2012 为 windowsphone 8 编译 Gracenote 示例应用程序时出现此错误:

Error   3   Cannot resolve reference assemblies. Please check the reference assemblies. Could not find Windows Runtime type 'Gracenote.IGnMusicIdFileEvents'.   D:\Downloads\gn-mobile-winphone8-1.1.5.3105\sample\MainPage.xaml    GnMSDKSample


我的步骤:
- 安装 gn_winphone8_helper_sdk.vsix 和 gn_winphone8_sdk.vsix
- 打开 sample/sample.sln 文件
- 添加 license.txt 文件
- 更改 gnClientId_和 gnClientIdTag_in App.xml.cs
- 从项目中删除 Gracenote 过时的引用
- 添加 Gracenote Windows Phone SDK v 1.1 .5 参考
- 添加 Gracenote Windows Phone SDK Helper v 1.1.5 参考
- 编译 -> 错误

我在这里错过了什么?

4

1 回答 1

0

问题解决了。我不知道为什么,但更新visualstudio后,错误就消失了。

于 2015-03-11T10:07:28.840 回答