-1

I am working on Windows phone 8 locking system using iris. So i have to add reference of SURF library in my project but I don't know why it gives me the following error:

A reference to higher version or incompatible assembly cannot be added to the project.

Can anyone tell me how to add dll to the windows phone 8 project or how to resolve this issue?

Kara
  • 6,115
  • 16
  • 50
  • 57
  • I don't know what SURF is, but does it have a version of WP8? Keep in mind that WP8 uses only a subset of the WinRT API, so things that may work in other project types might not be supported. – Marius Bancila May 09 '14 at 06:24

1 Answers1

-1

Step 1 : Right click the DLL

Step 2 : In General Tab, Click Unblock

Step 3 : Apply then OK and add the DLL again.

Đức Bùi
  • 517
  • 1
  • 6
  • 22