Search code examples
c#windows-phone-7.1barcode-scanner

WP7_Barcode_Library could not be found


I'm trying to deploy my windows phone app but when I try to compile the application in release mode visual studio return:

Error 1 The type or namespace name 'WP7_Barcode_Library' could not be found (are you missing a using directive or an assembly reference?)

Error 2 The type or namespace name 'BarcodeCaptureResult' could not be found (are you missing a using directive or an assembly reference?)

How can I solve this problem?


Solution

  • Remove the reference and add them again...