VS2012 error setting references to mvvmcross for WP8

旧城冷巷雨未停 提交于 2019-12-11 09:10:16

问题


I'm following this tutorial for mvvmcross and I'm trying to get the "Windows Phone UI" project working. However when I try to set references to the mvvmcross binaries, Visual Studio (2012 Premium) displays an error: a reference to a higher version or incompatible assembly cannot be added to the project.

I am using the mvvmcross binaries from 2013_01_28 as specified in the tutorial and have installed Windows Phone SDK (7.1 and 8.0). I have tried with both WP7.1 and WP8 projects but same error occurs.

Are there perhaps different binaries I should be using for WP8 VS2012? What am I missing here?

Thanks in advance!


回答1:


My guess is that you downloaded the files from the Interweb and Windows is protecting you from evil.

Try unblocking the assemblies:

http://pcmusings.wordpress.com/2012/10/31/vs2012-windows-phone-and-the-reference-to-a-higher-version-error/



来源:https://stackoverflow.com/questions/14976712/vs2012-error-setting-references-to-mvvmcross-for-wp8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!