Windows phone 8 如何在visual studio express 2012中设置gracenote示例应用程序?

Windows phone 8 如何在visual studio express 2012中设置gracenote示例应用程序?,windows-phone-8,visual-studio-express,gracenote,Windows Phone 8,Visual Studio Express,Gracenote,使用Visual Studio Express 2012编译针对Windows Phone 8的gracenote示例应用程序时出现此错误: Error 3 Cannot resolve reference assemblies. Please check the reference assemblies. Could not find Windows Runtime type 'Gracenote.IGnMusicIdFileEvents'. D:\Downloads\gn-mob

使用Visual Studio Express 2012编译针对Windows Phone 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文件
-在App.xml.cs中更改gnClientId_和gnclientdtag_
-从项目中删除Gracenote过时的引用
-添加Gracenote Windows Phone SDK版本1.1.5参考
-添加Gracenote Windows Phone SDK Helper v 1.1.5参考
-编译->错误

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